PDA

View Full Version : How do I remove the 'Contact' column on showgroups.php?


cataplasia
01-28-2018, 06:00 PM
Question is simple. I tried commenting out the following:
<if condition="$show['contactinfo']">
<td class="$bgclass" nowrap="nowrap">
<if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&amp;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&amp;u=$user[userid]" rel="nofollow"><div id="postbutton">Send PM</div></a></if>
</td>
</if>

To no avail - it just left the space there, but I want the Username/Location column to carry on right to the end of the page. Any help? :D

MarkFL
01-28-2018, 06:41 PM
Try commenting out the following line in the "SHOWGROUPS" template:

<if condition="$show['contactinfo']"><td class="thead">$vbphrase[contact]</td></if>