J
J.Black
Guest
This shows Top ibProArcade Champs on Forum Home..
///Add 1 phrases///
Languages & Phrases >> Phrase Manager >> Add New Phrase :
Varname: x_ibp_champions
Text: Top ibProArcade Highscore Champions
Save...
///Import Product: ibp-champs-forum-home.xml///
Plugins & Products >> Download / Upload Plugins : Upload the ibp-champs-forum-home.xml file from your computer.
///Edit 1 template///
//forum home template: FORUMHOME
//Find:
$navbar
//Below add:
///thats it///
Enjoy
Thanks to s3PP3L
///Add 1 phrases///
Languages & Phrases >> Phrase Manager >> Add New Phrase :
Varname: x_ibp_champions
Text: Top ibProArcade Highscore Champions
Save...
///Import Product: ibp-champs-forum-home.xml///
Plugins & Products >> Download / Upload Plugins : Upload the ibp-champs-forum-home.xml file from your computer.
///Edit 1 template///
//forum home template: FORUMHOME
//Find:
$navbar
//Below add:
PHP:
<!-- ibp champs on forumhome -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" colspan="2">
<a style="float:$stylevar[align=right]" href="#top" onclick="return toggle_collapse('forumhome_arcade_top_three_stats')"><img id="collapseimg_forumhome_arcade_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_arcade_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions[bbtitle]">$vbphrase[x_ibp_champions]</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_arcade_top_three_stats" style="$vbcollapse[collapseobj_forumhome_arcade_top_three_stats]">
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
<img src="$vboptions[bburl]/arcade/images/1st.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champcatid0</b>:(<i><b>$champgcount0</b> Highscores</i>)
<img src="$vboptions[bburl]/arcade/images/2nd.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champcatid1</b>:(<i><b>$champgcount1</b> Highscores</i>)
<img src="$vboptions[bburl]/arcade/images/3rd.gif" border=0 hspace=2 vspace=1 align=absmiddle><b>$champcatid2</b>:(<i><b>$champgcount2</b> Highscores</i>)
</center>
</div>
</td>
</tr>
</table>
<br />
<!-- /ibp champs on forumhome -->
///thats it///
Enjoy
Thanks to s3PP3L