Hide Links from Guests

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 !!
 
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 !!

Don't works for me :(
 
Back
Top