Quote:
Originally Posted by mcyates
Having 4 columns for the online/offline status is too long when users enter all 4 of the instant messages programs. I have tried changing it to 2 columns and two rows but it keeps buggering up the display of the forum, would someone be able to change this code so it will have 2 columns and 2 rows please.
Thanks
|
You could always put it in your posts, I find it a lot neater, see attached picture.
In postbit/postbit_legacy find
Code:
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
And below add
Code:
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws --- !>
<!--- http://www.onlinestatus.org/ -->
<table align="right" border="0">
<div valign="top">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
I'm also using a different server in the above code and the icons are smaller, but if you want to use the others just change the url back to the original