Back to vBulletin Tips & Tricks

Allow all users to view a tag author
by blighter 04 Aug 2008

This will allow any user to view the author of a tag by putting their mouse over one while in "Edit Tags" mode (exactly like a Mod/Admin can).

Open /threadtag.php and find:

PHP Code:
        // only moderators can see who added a tag
        
if (!can_moderate($threadinfo['forumid'], 'caneditthreads'))
        {
            
$tag['username'] = '';
        } 
Delete it.

Job done.

vblts.ru supports vBulletin®, 2022-2024