Quote:
Originally Posted by nico_swd
The latest version v132_36x does work on 3.6.7, but I had to 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:
PHP Code:
if (ereg("(showthread)", $GLOBALS[vbulletin]->scriptpath))
... by:
PHP Code:
if (THIS_SCRIPT == 'showthread')
|
Thanks!
I will test it later.:up: