The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
First let me say that I'm no vB expert, so please do state the oblivious.
What I'm trying to do is edit my showgroups.php page by removing the online status column in the table that lists each user. Now I have my forum setup to display and sort the showgroups.php page by Usergroups. What I wanted to do in add rank images for each member in that same column instead of the online status icons. Problem came about because I use a style that doesn't use icons for that column but instead text. It simply states in text whether or not the user is online. Now since I'm not experienced enough to go in and add those icons, requires me actually writing the code instead of just editing, I was going to just replace that column with rank images since my forum is heavly based on ranks and there's so much empty space on that page for each user. Anyways, the template that displays each user with this style is the showgroups_usergroupbit template. Here's my template as of now: Code:
<tr> <td class="$bgclass">$userinfo[rank]</td> <td class="$bgclass"> <a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a> <if condition="$show['locationfield'] AND $user['field2']"><div class="smallfont" title="$vbphrase[location_perm]">$user[field2]</div></if> </td> <if condition="$showforums"> <td class="$bgclass"><div class="smallfont">$user[forumbits]</div></td> </if> <if condition="$show['contactinfo']"> <td class="$bgclass" nowrap="nowrap"> <if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if> <if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="<phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase>" border="0" /></a></if> </td> </if> </tr> </html> Thanks for any help anyone can offer. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|