How do I remove the Instant Messenger column from the 'Who's Online' display?
I know I can turn off IM icons - but I'd like them shown in other parts of the forum.
I removed this code from the 'WHOSONLINE' template, but it leaves an empty blank colum (as seen in the attachment):
Is the only option to edit the 'online.php' or other file?
Thanks in advance.
I know I can turn off IM icons - but I'd like them shown in other parts of the forum.
I removed this code from the 'WHOSONLINE' template, but it leaves an empty blank colum (as seen in the attachment):
Code:
<if condition="$vboptions['showimicons']"><td class="thead" align="center">$vbphrase[instant_messaging]</td></if>
Thanks in advance.
Comment