if (ereg("(showthread)", $GLOBALS[vbulletin]->scriptpath))
if (THIS_SCRIPT == 'showthread')
mastram said:Then Check it
Hide Links from Guests
If it dont work in 3.7.x then try the following edit( Refer this post https://www.vbteam.info/25248-post5.html)
edit the plugin Guests will not see links in posts.
Admin CP -> Plugins & Products -> Plugin manager -> Guests will not see links in posts -> And replace
Code:if (ereg("(showthread)", $GLOBALS[vbulletin]->scriptpath))
.. by:
Code:if (THIS_SCRIPT == 'showthread')
See if it works !!
http://www.vbteam.info/32896-post1.html