The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#47
|
||||
|
||||
Quote:
Code:
- <smallfont>($browsers members browsing)</smallfont> |
#48
|
||||
|
||||
i noticed a little bug in the hack. if i browse a forum and i go back to the forumhome, it still shows that i'm browsing that forum... this is present here at vB.org also. try this. go to an empty forum (0 users browsing), then click on [vBulletin.org Forum >] navigation link at the top. it will still show that you are there. if you refresh the page it goes away... any way to fix this?
thanks. PS. i still think of a issue to that LEFT JOIN for guests, that i asked earlier in that thread... but i cant index it, i get a database error... |
#49
|
||||
|
||||
That's a bug in vBulletin, not this hack.
To fix it, add a call to updateuserforum() in index.php like this: Code:
updateuserforum(0); eval("dooutput(\"".gettemplate('forumhome')."\");"); |
#50
|
||||
|
||||
What am I doing wrong, I still get a separate query for each forum I have, but I followed FireFly's instructions only, not Neo's.... :/
66 queries on index page.. :'( |
#51
|
||||
|
||||
thanks firefly. do you think is a good idea to add the guests to the list of browsers?
|
#52
|
||||
|
||||
You cannot.
|
#53
|
||||
|
||||
Hmmm...
Twould be interesting to say the least... [high]* Chris M nods profusely... [/high] /me's alter-ego concurs... Satan |
#54
|
|||
|
|||
how would one align it too the right next too the posts?
|
#55
|
||||
|
||||
firefly, can i ask you to explain to me why i cannot index twice the same field (on 2 different tables) in database? i tried to add inforum to session and used also INDEX (inforum) but i get a database error.
i saw that you cannot LEFT JOIN session. let me know where i go wrong. if i have a inforum field in session, i could do a LEFT JOIN session and include also the guests that browse the specific forum (in theory?)... i would like to understand a little more the mystery of LEFT JOINs to other tables. it's clear to me the mechanism of associating 2 tables info.. let me know if i should start a thread related to this in General Hacking Discussion. thanks. |
#56
|
||||
|
||||
Neo,
How many places and where do I need to change the colspan from 6 to 7 to have the top bar show right after I add this hack? Thanks in advance. |
#57
|
||||
|
||||
That is a template edit inetd and I will take a look into the LEFT JOIN nakkid... I am very busy today O_O
|
#58
|
||||
|
||||
Firefly,
Where and how would you add this exactly? And could you also put it in the forumdisplay.php or wouldn't it work there? updateuserforum(0); eval("dooutput(\"".gettemplate('forumhome')."\");" ); |
#59
|
||||
|
||||
It works well for me in forumdisplay.php.. just follow the first instructions I posted.
|
#60
|
||||
|
||||
I did follow the instructions in the file to a T. I wasn't sure if I needed to add that code to either of the files Firelfy mentioned. If I do, I have no idea where to add them or how to "call" them as he put it. (Sorry for being a newbie.) :-)
|
#61
|
|||
|
|||
Quote:
at the moment at my forum its right next to the forum name like this: eg: General Chat (10 members browsing) i want it like this: General Chat **********************(10 members browsing) but without the *'s just a big space so it all stays to the right. cheers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|