Quote:
Originally Posted by betts02
Cheers mate that did it, I know its nothing to do with you but on my site i have the xbox live leaderboard
Do you know how i can make that the same width ?
Cheers
|
open up your FORUMHOME template
look for
Code:
<!-- what's going on box -->
add this above it
Code:
{vb:raw template_hook.xBoxlive}
Save
admincp still
now go into your "Plugins & Products"
then > Plugin Manager
find > gXBL: Forum Home Stats
click edit
find
Code:
$template_hook['forumhome_below_forums'] .= $gxblstats;
and change it to
Code:
$template_hook['xBoxlive'] .= $gxblstats;
save...