Log in

View Full Version : Who's Online template, removing instant messaging column


mathforum
12-16-2012, 10:08 PM
Hi guys,

I opened up the template found the general area where this is going on but don't know which part to clip.

I think deleting the following won't be enough to get rid of the column as well, just stop displaying the icons.

"<vb:if condition="$vboptions[showimicons]">
<td class="whoinfo">
{vb:raw userinfo.aimicon}
{vb:raw userinfo.icqicon}
{vb:raw userinfo.msnicon}
{vb:raw userinfo.yahooicon}
{vb:raw userinfo.skypeicon}
</td>"

Any ideas?

Jameson

mokujin
12-17-2012, 06:40 AM
Have you removed
<vb:if condition="$vboptions[showimicons]"><th><span class="blocksubhead">{vb:rawphrase instant_messaging}</span></th></vb:if> as well?

mathforum
12-17-2012, 05:04 PM
Have you removed
<vb:if condition="$vboptions[showimicons]"><th><span class="blocksubhead">{vb:rawphrase instant_messaging}</span></th></vb:if> as well?

Just tried it and it worked! There is a css issue I'll have to get my designer to tweak but that took out the column nicely. Thank you.