PHP Warning: Undefined array key "rating" in ..../includes/class_postbit.php(368) : eval()'d code on line 68
Allow all users to view a tag author - vb.org Archive
Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > vBulletin Tips & Tricks
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Allow all users to view a tag author
blighter
Join Date: Apr 2008
Posts: 2

 

Show Printable Version Email this Page Subscription
blighter blighter is offline 08-02-2008, 09:00 PM

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:06 AM.


Powered by vBulletin® Version 3.9.0
Copyright ©2000 - 2017, vBulletin Solutions Inc.