[REQ] Arcade related

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:

Code:
Code:
<!-- 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>)   &nbsp;&nbsp;
<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>)   &nbsp;&nbsp;
<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

**
**

This mod simply adds a link to their game rankings in their profile. It's surprisingly simple, and works with any version of ibProArcade.

Support:

None needed.

Apply these edits:

Find in MEMBERINFO:

Code:
Code:
<if condition="$vboptions['usereferrer']">
            <div class="fieldset">
                <div style="padding:$stylevar[formspacer]px">
                    $vbphrase[referrals]: <strong>$referrals</strong>
                </div>
            </div>
            </if>
Add after:

Code:
Code:
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<a href="arcade.php?&act=Arcade&module=report&user=$userinfo[userid]">View Arcade Scores</a>
</div>
</div>
That's it!
 
I can't get this module to show up in mi portal... =( Anyone had the same problem? I installed and configured it well ... but do not see it.

S.O.S! :(!
 
Back
Top