Log in

View Full Version : Moving Who's Online to Header, simple?


Tiberonmagnus
07-10-2009, 04:47 AM
My forum can show the Currently Active Users: 91 (80 members and 11 guests) on the bottom of the forum like usual, but when I move the code to the header it shows up as..

Currently Active Users: ( members and guests)

with no numbers at all, am I overlooking something simple? Thanks for any help, it's appreciated. :)

Lynne
07-10-2009, 03:35 PM
The variables used (the number of members and guests and the total) are not available when the header template is evaled. You will have to write a plugin to grab those numbers before you use them in the header template.

(There may be a mod to do this - try a search.)