The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can I get this
Code:
$forum[browsers] |
#2
|
|||
|
|||
![]()
Its not a simple case of just throwing it in a template. You need to trace back the PHP that creates it and place it in a hook near the template. Unless you have a decent knowledge of PHP it will be very hard for you to do.
|
#3
|
|||
|
|||
![]()
Well it's my mission for today lol,
Thanks for the advice, =) |
#4
|
|||
|
|||
![]()
$inforum holds which users are in a forum (if any) but I'm not sure if this is availiable on all pages, it may only be availiable on the index.php page & the forumdisplay.php page.
|
#5
|
|||
|
|||
![]()
That's fine, those are the only places I want to use it lol, Thanks for advice, going to research this now.
--------------- Added [DATE]1221238951[/DATE] at [TIME]1221238951[/TIME] --------------- By the way, is there a place where I can view all these types of things Code:
$inforum |
#6
|
|||
|
|||
![]()
Also functions_forumlist.php has this on line 367 or thereabouts:
PHP Code:
|
#7
|
|||
|
|||
![]()
I see what your talking about here
Code:
{ $forum['browsers'] += (isset($inforum["$childid"]) ? $inforum["$childid"] : 0); } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|