The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
make a table.. in the left cell you put the title and in the right one the browsers..
|
#63
|
||||
|
||||
Quote:
Code:
<td bgcolor="{ firstaltcolor }" align="left"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"> <normalfont><b>$forum[title]</b></normalfont></a> <br><smallfont>$forum[description]</smallfont></td> Code:
<td bgcolor="{ firstaltcolor }"> <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> |
#64
|
||||
|
||||
how can i have it like firefly has it ONLY! No New Column?
|
#65
|
||||
|
||||
Look Up One Post
|
#66
|
||||
|
||||
Well Neo, if you don't mind I have a addition to that hack. It will say "1 users" how it is, but I added a little bit and now it will say "1 user" and then "2 users" respectively.
I'll post if, but if you won't allow it then I will remove it. Instead of add this: PHP Code:
PHP Code:
Then you have to change the counter to something like this: Code:
($count user$s browsing) Hope you like |
#67
|
||||
|
||||
Quote:
|
#68
|
||||
|
||||
Ummm damn. All I get is grey boxes on the right side of my screen when I add this hack.. Can someone show me what I did wrong?
|
#69
|
||||
|
||||
Oh wow.. it worked.. kinda. I just noticed it, because it isn't how vb.org has it set up... but I did end up getting those annoying grey blocks on my page.. how do i get rid of those?
|
#70
|
||||
|
||||
Quote:
|
#71
|
||||
|
||||
May Jesus have mercy on my soul....
I've attempted to make it look the way vb.org has it and screwed up alot of shi@t |
#72
|
||||
|
||||
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="{firstaltcolor}"> <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 Take a look and tell me what I'm doing wrong... http://www.superherochat.com/vb |
#73
|
||||
|
||||
Did you add the code to index.php and forumdisplay.php? If you don't add that, then it won't work correctly.
Also, if you want it to not add the "s" if there is only one member, then use the code I posted |
#74
|
||||
|
||||
I'having a problem with my forums thing is i added all the chanegd neo supplyed but only thing is i'm getting an un finished </tr> or </td> somewhere cuz my forums is messed up ....
this is what it looked like now my forums messed up i get these grey unclosed tables wtf is up with this can someone tell me what to do |
#75
|
||||
|
||||
Quote:
Got any idea about the second table data not aligning to the right on the first table row with the "forum title" and the "($browsers members browsing)"? It works just fine on then main page, but in the subforums, it aligns both table data's to the left, even though I've specified right. |
#76
|
||||
|
||||
Ok, I figured out why it wasn't counting the users.. it's not $browsers, it supposed to be $count...
Now if I can just get the second table data to align to the right in the subforums... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|