The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
like you said...goto vbulletin.org for hacks
|
#12
|
||||
|
||||
There is no hack released for this. You will need to modify files though. It's probably possible through phpinclude, too.
|
#13
|
|||
|
|||
Rodger that. Thanks for the help.
JakeC |
#14
|
|||
|
|||
Quote:
|
#15
|
||||
|
||||
Yeah, I was only guessing. I'm not much into phpinclude, anyway.
|
#16
|
|||
|
|||
you can call the total number of users online by adding this, https://vborg.vbsupport.ru/showthrea...threadid=33048
Firefly changed it to work with phpinclude. |
#17
|
|||
|
|||
Beware that that's two queries on every page, though.
|
#18
|
|||
|
|||
Well, he can modifiy the code to his needs, to my understanding he is only using this on one page.
|
#19
|
|||
|
|||
Yes, I'm only using it on one page. Ideally I think I just need to be able to call the Variable that gives us the "Active Users: 3" statement down at the bottom of a stock version of vB. If I can just get that variable (and a few others) to be able to be recognized in the welcome text template I will be golden (until my next roadblock 5 minutes after that ). This site is sooooo close to going live that it's driving me crazy. I think it's a matter of the old saying in the home built aircraft sport "90% finished, 90% left to go". Thanks a bunch for the help you all are providing to people like me.
JakeC |
#20
|
|||
|
|||
Ok try this, add this to a new line on phpinclude:
PHP Code:
Code:
<smallfont>Active Users: $wol_online ($wol_users member(s), $wol_guests guest(s))</smallfont> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|