Log in

View Full Version : moving "users browsing" all the way to the right?


MaDCaT75
09-03-2003, 03:34 AM
I tried every HTML code I could think of to move "users browsing" all the way to the right of my forum column but it doesnt seem to want to work. I have the "advanced users browsing forumhome"

www.sims2forums.com - its exactly like the one here at vb.org and I'd like to know how to get the "0 users viewing" and such all the way over to the right like at vb.org :tired:

I have 3 templates that make up the "users viewing" and they all consist of this code:

    ($browsers users viewing)


Just wanna know what to put in there to make it go all the way to the right of the forum column or whatever :tired:

MaDCaT75
09-05-2003, 07:24 AM
uh..... anyone?

SVTBlackLight01
09-05-2003, 10:27 AM
If it's any help. To do this with an unhacked forumdisplay template, all you have to do is find

<td valign="top">$navbar
<smallfont>$moderatedby$onlineusers</smallfont></td>
<td valign="bottom" align="right"><smallfont>$newthreadlink&nbsp;</smallfont></td>

and move $onlineusers so it will be after $newthreadlink&nbsp;

I'm not familiar with "advanced users browsing forumhome" so it may be different. Hope this helps.

MaDCaT75
09-09-2003, 03:15 AM
I have the moderator list removed and put under forum description instead... can I still do it then?