Originally posted by Warlord I don't think you guys understand my problem... (either that or I'm not understanding your solution.)
Ok, I have this hack set up the way vbulletin.org has it installed, so that it shows the users browsing a forum in the forum description. On the forumhome page (the main page) i.e.
the "(1 users browsing)" doesn't align to the right in the forum description. I've used the same code in both instances, why does it not work in the subforums?
May u share your code for the forumhome ... it doesn't work for me ... pleaze
I had to rework this a little to get it to still have the full box mouse-over, but I figured it out and it works great, thanks!
Now, I know this is a little off topic, but if you can do this, then moving the "Report this Post to Moderator" and "IP Logged" to the bottom of the message box, should be easy for you. How about it?
Quote:
Originally posted by FWC In forumhome_forumbit_level2_post take the default:
Originally posted by Boofo Now, I know this is a little off topic, but if you can do this, then moving the "Report this Post to Moderator" and "IP Logged" to the bottom of the message box, should be easy for you. How about it?
I took the easy way out. I replaced the links with images and moved them to the bottom of the post bit next to the Edit and Quote buttons.
I know, I thought of doing that myself, but wouldn't it make you feel good just to do it so you can say you did it? (Is any of this working in my favor?)
I feel stupid for even asking this, but what template do you edit to have this display in the subforums? I tried to put it in the forumhome_forumbit_level1_post but it didn't show up in the subforums. :nervous:
Quote:
Originally posted by Warlord Ok, I have some of it fixed...
Question - In subforums, I added the same code as I did for the main page..
<code>
<td bgcolor="#13486D">
<table width=100% cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left">
<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a></td>
<td width="35%" align="right" valign="top">
<smallfont>($browsers members browsing)</smallfont></td>
</tr>
<td colspan="2">
<smallfont>$forum[description]</smallfont>
</td>
</tr>
</table>
</td>
</code>
But the Members browsing appears exactly right after the forum description, so if the forum has no description, it is almost all the way over to the left.
Also.. none of the forums are picking up any members in them
damn my board got all screwed up ..... i got this message after doing the above
Database error in vBulletin 2.2.5:
Invalid SQL: SELECT userid,username
FROM user
WHERE userid<>
AND (usergroupid=5
OR usergroupid=6
OR usergroupid=7
OR usergroupid=2)
ORDER BY RAND()
LIMIT 1
mysql error: You have an error in your SQL syntax near 'AND (usergroupid=5
OR usergroupid=6
' at line 4