SNATCH3R
02-01-2008, 08:02 AM
Hello
I am facing a problem with my vb 3.6.8
I am having a sidebar defined for my style and in the side column in one of the table cell i had given the following code. The side column and codes are defined in the navbar template.
Forum Members: $numbermembers<br />
Total Threads: $totalthreads<br />
Posts: $totalposts<br />
<br />
Forum Staff:<br />
<a href="member.php?u=1">Administrator</a>,<br />
<br />
There are currently <span class="staff"><b>$totalonline</b></span> users online.
The code works fine in the index page where I can see the main forums, but in the sub forums and other pages the $numbermembers, $totalthreads, $totalposts etc are not getting displayed. It's either blank or shows 0 or 1 post / threads etc.
Can anybody help me how to make these work on all the pages.
Thanks
I am facing a problem with my vb 3.6.8
I am having a sidebar defined for my style and in the side column in one of the table cell i had given the following code. The side column and codes are defined in the navbar template.
Forum Members: $numbermembers<br />
Total Threads: $totalthreads<br />
Posts: $totalposts<br />
<br />
Forum Staff:<br />
<a href="member.php?u=1">Administrator</a>,<br />
<br />
There are currently <span class="staff"><b>$totalonline</b></span> users online.
The code works fine in the index page where I can see the main forums, but in the sub forums and other pages the $numbermembers, $totalthreads, $totalposts etc are not getting displayed. It's either blank or shows 0 or 1 post / threads etc.
Can anybody help me how to make these work on all the pages.
Thanks