![]() |
![]() ![]() ![]() ![]() |
|
Scrolling ibproArcade Champ Scoreboard
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 <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> !! 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.... <!-- 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: global $header, $latest_champ, Save Demo http://www.next-level-arcade.com/forum.php Last edited by Feckie; 07-20-08 at 09:25 AM.
Quote
|
|
/arcade/functions/functions.php file.. Find: global $header, $latest_champ, |
New Thread Post Reply |
Thread Tools | |
|
|
|