hello, i got this statics plugin, its for the visitors/ guests whom visited the forum in 24h. the problem is i can't display those statics in the other pages, it only works on the forumhome..... have a look at this code $vilxh_stats = construct_phrase($vbphrase['vilxh_visitsinfo'], $vbulletin->options['visitorslastx_xhours'], $vilxh_total, $vilxh_total_members, $vilxh_total_guests); Code (markup): $vilxh_stats display the full statics messages, vilxh_total = users, $vilxh_total_members = members, $vilxh_total_guests = guests. all i want is to be able to use those 4 variables in every page/ template because it works only in the forumhome, now i attached the plugin and please help me to fix it. thanks
how to combine it to footer ??.. beside is there any other way to make those variables works on any template/ page that i chose ??