News:

Wondering if this will always be free?  See why free is better.

Main Menu

Membercolor Legend

Started by Captain_Morrigan, May 30, 2006, 06:40:16 PM

Previous topic - Next topic

Captain_Morrigan

I know about the mod the is Member Online Color legend but I want a legend that will display below the users online list that never changes and could maybe link to the Membergroup as a profile search for that type of user. So generally I want:

Quote
ADMIN | MODERATOR | GLOBAL MOD | SPECIAL

Where each of them are a link to the memberlist where it only pulls up users of that group.
http://modernelf.enchantinge.com/index.php?action=mlist;sa=search;search=ADMIN

Arbalot

you open your boardindex.template.php and
find
}
?>

add before
echo '
<table border="0" width="100%" cellspacing="1" cellpadding="4" class="bordercolor">
<tr>
<td class="windowbg2" width="100%" valign="middle" align="center">
<font color=#000000> | </font>
<font color=red><b>Admin</b></font>
<font color=#000000> | </font>
<font color=blue><b>Super Moderator</b></font>
<font color=#000000> | </font>
<font color=green><b>Moderator</b></font>
<font color=#000000> | </font>
<font color=orange><b>VIP Member</b></font>
<font color=#000000> | </font>
</td>
</tr>
</table>';

Captain_Morrigan

Well I can do that but what about making them links to only show the particular membergroups. I can't quite get a string to work with it.

Arbalot

are you want a link to membergroup?

Captain_Morrigan

I want it to link to the Memberlist page where it only shows that membergroup. So I click on Admin and it brings me to the Memberlist and I see ONLY admins.

Kindred

I don't believe there is a way built, at this moment that will do what you are sking (show only members belonging to X group)

the routine called by : ?action=membergroups;sa=members;group=1
is only available to Admins...

I'd say you may have to write a db query to do this...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

sbarnes

I do like your idea and would ne interested in having that feature myself.

Also worth mentioning if you have not noticed it is the staff page mod:

http://mods.simplemachines.org/index.php?mod=348

Captain_Morrigan

Quote from: Kindred on May 31, 2006, 02:33:41 PM
I don't believe there is a way built, at this moment that will do what you are sking (show only members belonging to X group)

the routine called by : ?action=membergroups;sa=members;group=1
is only available to Admins...

I'd say you may have to write a db query to do this...
I know that but it would have to be a different sort of query string from ?action=mlist but I wouldn't know how to do it.

I'll look and see if I can use that mod to find the result I want. Thanks.

Captain_Morrigan

Ok, I installed the Mod but the only problem is I can't filter it further. Like put into the query string to filter it to only Group one or admins or the Mods or what not. Could anyone help me change the Staff View page to do that or else help me find another way to do it.

Advertisement: