help with this vbulletin plugin please!

Discussion in 'PHP' started by crazy.works, Sep 26, 2010.

  1. #1
    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
     

    Attached Files:

    crazy.works, Sep 26, 2010 IP
  2. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Combine it to the footer so it shows on all pages!

    ~ExP~
     
    extremephp, Sep 26, 2010 IP
  3. crazy.works

    crazy.works Peon

    Messages:
    304
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how to combine it to footer ??..
    beside is there any other way to make those variables works on any template/ page that i chose ??
     
    crazy.works, Sep 26, 2010 IP