Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


vBulletin, phpBB, & IPB Skins vBulletin Skins

Register
Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
7,522 Members
163,697 Posts
64 Users Online

Please welcome our newest member, aamer1!

Affiliates
Go Back AdminFusion » Getting Started » Software » vBulletin » [vB 3.6.2 MOD] Usergroup Color Legend
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 10-20-2006, 11:25 PM   #21

TrumpetMaster's Avatar

Title: Apprentice

Points: 3,390, Level: 16Points: 3,390, Level: 16Points: 3,390, Level: 16
Level up: 17%, 60 Points neededLevel up: 17%, 60 Points neededLevel up: 17%, 60 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Mar 2006

Posts: 340

TrumpetMaster has a spectacular aura aboutTrumpetMaster has a spectacular aura aboutTrumpetMaster has a spectacular aura about
 
 
Looks great will this work on 3.6
Reply With Quote
Old 10-22-2006, 07:55 PM   #22

Ryan's Avatar

Title: Administrator

Points: 47,649, Level: 67Points: 47,649, Level: 67Points: 47,649, Level: 67
Level up: 68%, 701 Points neededLevel up: 68%, 701 Points neededLevel up: 68%, 701 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 10,246

Location: Athens, GA

Ryan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond repute
 
 
Yep, it sure will...I've updated the title to reflect this
__________________
...some super-sweet signature
Reply With Quote
Old 01-09-2007, 01:08 PM   #23

markblair's Avatar


Title: Forum Addict

Points: 8,393, Level: 27Points: 8,393, Level: 27Points: 8,393, Level: 27
Level up: 28%, 357 Points neededLevel up: 28%, 357 Points neededLevel up: 28%, 357 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 1,928

Location: Michigan

markblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to all
 
 
Ryan, where can I find the code to make the User Groups Legend clickable? I can't seem to find it on vb.org or here.
__________________
Mark Blair
NowParenting - "Parenting Discussion Community"
HostHideout - "Where Professionals Discuss Web Hosting"
Reply With Quote
Old 01-09-2007, 05:58 PM   #24

Adam's Avatar

Title: Chadwick ≥ Cadence

Points: 8,958, Level: 28Points: 8,958, Level: 28Points: 8,958, Level: 28
Level up: 29%, 392 Points neededLevel up: 29%, 392 Points neededLevel up: 29%, 392 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,634

Adam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant futureAdam has a brilliant future
 
 
Just use a <a href=""> </a> tag. That should do the trick.
__________________
Reply With Quote
Old 01-09-2007, 07:01 PM   #25

markblair's Avatar


Title: Forum Addict

Points: 8,393, Level: 27Points: 8,393, Level: 27Points: 8,393, Level: 27
Level up: 28%, 357 Points neededLevel up: 28%, 357 Points neededLevel up: 28%, 357 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 1,928

Location: Michigan

markblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to all
 
 
Thanks Adam, that does work for the most part. I would like to link to specific groups though and when I do, I get a message that I don't have permission to access that page. Was that something unique that was setup here or am I missing some feature of vB that would allow that to be viewable?
__________________
Mark Blair
NowParenting - "Parenting Discussion Community"
HostHideout - "Where Professionals Discuss Web Hosting"
Reply With Quote
Old 01-10-2007, 07:29 PM   #26

Ryan's Avatar

Title: Administrator

Points: 47,649, Level: 67Points: 47,649, Level: 67Points: 47,649, Level: 67
Level up: 68%, 701 Points neededLevel up: 68%, 701 Points neededLevel up: 68%, 701 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 10,246

Location: Athens, GA

Ryan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond repute
 
 
Right, that's something that I had to tweak myself...because that feature for vB (filtering members based on group) is supposed to only be for group leaders. In order to fix it so that everybody can see it, you've got to remove the code that checks to see if the user is the group leader.

To do this, open memberlist.php and comment out the lines so that they look like so:

Code:
// Begin Edit Comment out Leader Check for Legend
//        // check permission to do authorizations in this group
//        if (!$leadergroup = $db->query_first_slave("
//            SELECT usergroupleader.usergroupleaderid, usergroup.title
//            FROM " . TABLE_PREFIX . "usergroupleader AS usergroupleader
//            LEFT JOIN " . TABLE_PREFIX . "usergroup AS usergroup ON (usergroupleader.usergroupid = usergroup.usergroupid)
//            WHERE usergroupleader.userid = " . $vbulletin->userinfo['userid'] . "
//                AND usergroupleader.usergroupid = $usergroupid
//        "))
//        {
//            print_no_permission();
//        }
// End Edit Comment out Leader Check for Legend
Your memberlist.php will not have all of those //'s, and that's what you need to add. You could also just delete all of those lines, but then you won't be able to add them back very easily if you ever need to...by commenting them out, they're still there in case you need them.
__________________
...some super-sweet signature
Reply With Quote
Old 01-10-2007, 09:45 PM   #27

markblair's Avatar


Title: Forum Addict

Points: 8,393, Level: 27Points: 8,393, Level: 27Points: 8,393, Level: 27
Level up: 28%, 357 Points neededLevel up: 28%, 357 Points neededLevel up: 28%, 357 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 1,928

Location: Michigan

markblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to all
 
 
Hey Ryan, thanks for that information. I really appreciate it. I did check for that code in my memberlist.php file but it's not the same. I'm not sure if the forum skins differ enough that this ends up being the case but before I mess anything up, I figured I'd copy my memberlist.php file here in case you have time to look it over. Please let me know.

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
    <title>$vboptions[bbtitle] - $vbphrase[members_list]</title>
</head>
<body>
$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="center">
    $letterbits
</tr>
</table>

<if condition="$show['popups'] AND !$show['usergroup']">
<!-- memberlist quick search form -->
<div class="vbmenu_popup" id="memberlist_search_menu" style="display:none">
<form action="memberlist.php?do=getall" method="post">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr>
        <td class="thead">$vbphrase[search_members]</td>
    </tr>
    <tr>
        <td class="vbmenu_option" title="nohilite">
            <input type="hidden" name="s" value="$session[sessionhash]" />
            <input type="hidden" name="do" value="getall" />
            <input type="text" class="bginput" name="ausername" size="20" value="$ltr" title="$vbphrase[username]" />$gobutton
        </td>
    </tr>
    <if condition="$show['advancedlink']">
    <tr>
        <td class="vbmenu_option"><a href="memberlist.php?$session[sessionurl]do=search">$vbphrase[advanced_search]</a></td>
    </tr>
    </if>
    </table>
</form>
</div>
<!-- / memberlist quick search form -->
</if>

<br />

$spacer_close
$spacer_open

<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>

<form action="profile.php?do=deleteusergroups&amp;usergroupid=$usergroupid" method="post">
<input type="hidden" name="do" value="deleteusergroups" />
<input type="hidden" name="usergroupid" value="$usergroupid" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
    <td class="tcat" width="100%">
        <span class="smallfont" style="float:$stylevar[right]">
            <phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>
            <br />
            <phrase 1="$searchtime">$vbphrase[search_took_x_seconds]</phrase>
        </span>
        <if condition="$show['usergroup']">
        $vbphrase[members_of_usergroup]<span class="normal">: $leadergroup[title]</span>
        <else />
        $vboptions[bbtitle]: $vbphrase[members_list]
        </if>
    </td>
    <if condition="!$show['usergroup']">
    <td class="vbmenu_control" id="memberlist_search"><a href="memberlist.php?$session[sessionurl]do=search">$vbphrase[search_members]</a> <script type="text/javascript"> vbmenu_register("memberlist_search"); </script></td>
    </if>
    
</tr>
</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="center">
    <td class="thead" align="$stylevar[left]" nowrap="nowrap"><a href="$sorturl&amp;order=ASC&amp;sort=username&amp;pp=$perpage$usergrouplink">$vbphrase[username]</a> $sortarrow[username]</td>
    <if condition="$show['emailcol']"><td class="thead" nowrap="nowrap">$vbphrase[contact]</td></if>
    <if condition="$show['imicons']"><td class="thead" nowrap="nowrap">$vbphrase[instant_messaging]</td></if>
    <if condition="$show['homepagecol']"><td class="thead" nowrap="nowrap">$vbphrase[home_page]</td></if>
    <if condition="$show['searchcol']"><td class="thead" nowrap="nowrap">$vbphrase[find_posts]</td></if>
    <if condition="$show['datejoinedcol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=ASC&amp;sort=joindate&amp;pp=$perpage$usergrouplink">$vbphrase[join_date]</a> $sortarrow[joindate]</td></if>
    <if condition="$show['postscol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=DESC&amp;sort=posts&amp;pp=$perpage$usergrouplink">$vbphrase[posts]</a> $sortarrow[posts]</td></if>
    <if condition="$show['lastvisitcol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=DESC&amp;sort=lastvisit&amp;pp=$perpage$usergrouplink">$vbphrase[last_visit]</a> $sortarrow[lastvisit]</td></if>
    <if condition="$show['reputationcol']"><td class="thead" nowrap="nowrap"><a href="$sorturl&amp;order=DESC&amp;sort=reputation&amp;pp=$perpage$usergrouplink">$vbphrase[reputation]</a> $sortarrow[reputation]</td></if>
    <if condition="$show['avatarcol']"><td class="thead" nowrap="nowrap">$vbphrase[avatar]</td></if>
    <if condition="$show['profilepiccol']"><td class="thead" nowrap="nowrap">$vbphrase[profile_picture]</td></if>
    <if condition="$show['birthdaycol']"><td class="thead" nowrap="nowrap">$vbphrase[birthday]</td></if>
    <if condition="$show['agecol']"><td class="thead" nowrap="nowrap">$vbphrase[age]</td></if>
    <if condition="$show['customfields']">$customfieldsheader</if>
    <if condition="$show['usergroup']"><td class="thead"><input name="allbox" type="checkbox" value="Check All" title="$vbphrase[check_uncheck_all]" onClick="checkall(this.form);"  /></td></if>
</tr>
$memberlistbits
<tr>
    <td class="tfoot" colspan="$totalcols" align="$stylevar[right]">
        <span class="smallfont">
        <if condition="$show['usergroup']">
            <input type="submit" class="button" value="$vbphrase[remove_selected_users]" />
        <else />
            <phrase 1="$first" 2="$last" 3="$totalusers">$vbphrase[showing_results_x_to_y_of_z]</phrase>
        </if>
        </span>
    </td>
</tr>
</table>

</form>

<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
    <td align="$stylevar[right]">$pagenav</td>
</tr>
</table>
</if>

$spacer_close
$spacer_open

<br />

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
    <td width="100%">&nbsp;</td>
    <td>$forumjump</td>
</tr>
</table>

$footer

</body>
</html>
Thanks!
__________________
Mark Blair
NowParenting - "Parenting Discussion Community"
HostHideout - "Where Professionals Discuss Web Hosting"
Reply With Quote
Old 01-10-2007, 09:48 PM   #28

Ryan's Avatar

Title: Administrator

Points: 47,649, Level: 67Points: 47,649, Level: 67Points: 47,649, Level: 67
Level up: 68%, 701 Points neededLevel up: 68%, 701 Points neededLevel up: 68%, 701 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 10,246

Location: Athens, GA

Ryan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond repute
 
 
That's your memberlist template, not the PHP file

I'm referring to the actual file stored on your server...in the forum root /memberlist.php
__________________
...some super-sweet signature
Reply With Quote
Old 01-10-2007, 09:50 PM   #29

markblair's Avatar


Title: Forum Addict

Points: 8,393, Level: 27Points: 8,393, Level: 27Points: 8,393, Level: 27
Level up: 28%, 357 Points neededLevel up: 28%, 357 Points neededLevel up: 28%, 357 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 1,928

Location: Michigan

markblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to all
 
 
Of course you are. I shall take a step back now and just look around hoping nobody noticed. ...
__________________
Mark Blair
NowParenting - "Parenting Discussion Community"
HostHideout - "Where Professionals Discuss Web Hosting"
Reply With Quote
Old 01-10-2007, 10:12 PM   #30

markblair's Avatar


Title: Forum Addict

Points: 8,393, Level: 27Points: 8,393, Level: 27Points: 8,393, Level: 27
Level up: 28%, 357 Points neededLevel up: 28%, 357 Points neededLevel up: 28%, 357 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 1,928

Location: Michigan

markblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to allmarkblair is a name known to all
 
 
Woohoo, that worked. Again, I appreciate it Ryan.
__________________
Mark Blair
NowParenting - "Parenting Discussion Community"
HostHideout - "Where Professionals Discuss Web Hosting"
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

AdminFusion

All times are GMT +1. The time now is 04:27 AM. Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved