Scrolling ibproArcade Champ Scoreboard On Vbulletin.
1: ///Import Plugin Definitions XML File///
Plugins & Products >> Download / Upload Plugins >> Browse,,
Find scrolling_ibproarcade_champ_scoreboard.XML
File and Import it..
2: ////Add Template:////
Title: latest_champ
3: Decide where you want to display it.
ie: I put it at the end of the navbar template. then it shows up everywhere.
a: FORUMHOME template
Add after $navbar:
b: ARCADE template
Add after $navbar:
Add the following....
OK to show up in the arcade, you need to edit,
/arcade/functions/functions.php file..
Find:
Add
Save
Demo
Enjoy
1: ///Import Plugin Definitions XML File///
Plugins & Products >> Download / Upload Plugins >> Browse,,
Find scrolling_ibproarcade_champ_scoreboard.XML
File and Import it..
2: ////Add Template:////
Title: latest_champ
Code:
<b><font size="3" color="red">$chpname</font></b> is the new
<img src="$vboptions[bburl]/arcade/images/$chpgname$smll" title="" border=0 width=30 height=30 hspace=2 vspace=1 align=absmiddle>
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]&act=Arcade&do=play&gameid=$chpgid"><b><font size="3" color="red">$chpgtitle</font></b></a>
</span> Champion with a score of <b><font size="2" color="red"><i>$chpscore</i></font></b> on <i>$chpdate</i> at
<i>$chptime</i> !!
3: Decide where you want to display it.
ie: I put it at the end of the navbar template. then it shows up everywhere.
a: FORUMHOME template
Add after $navbar:
b: ARCADE template
Add after $navbar:
Add the following....
Code:
<!-- scrolling ibproarcade champ scoreboard -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" align="left">Arcade Champs Scoreboard</td>
</tr>
</tbody>
<td class="alt1">
<div class="smallfont">
<marquee scrollamount="5" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=5">
$latest_champ
</marquee>
</td>
</tr>
</table>
<br />
<!-- end scrolling ibproarcade champ scoreboard -->
OK to show up in the arcade, you need to edit,
/arcade/functions/functions.php file..
Find:
Code:
global $header,
Add
Code:
$latest_champ,
Save
Demo
Code:
http://www.next-level-arcade.com/forum.php