Quote:
Originally Posted by Lynne
Could try something like....
hook location - bbcode_fetch_tags
php:
PHP Code:
if (!($vbulletin->userinfo['userid'] > 0)) {
$tag_list['no_option']['php'] = array( 'html' => 'No viewing allowed' ); }
(You will need to test it and also replace the html with what you want.)
|
Hello;
Can I ask something? Why doesn't the code above run on 4.2.0 version?
Thanks...