The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I remove the 'Contact' column on showgroups.php?
Question is simple. I tried commenting out the following:
Code:
<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"><div id="postbutton">Send PM</div></a></if> <if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]" rel="nofollow"><div id="postbutton">Send PM</div></a></if> </td> </if> |
#2
|
||||
|
||||
Try commenting out the following line in the "SHOWGROUPS" template:
HTML Code:
<if condition="$show['contactinfo']"><td class="thead">$vbphrase[contact]</td></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|