ibProArcade Shows Game Count + Newest Game and Random Game in your Forum Statistics
This plugin will display ibProAcade game count,newest game installed and one random game in
your Forum Statistics on the Forum Home.
This modification may not be copied, reproduced or published elsewhere without my permission.
1 plugin
1 template edit
Live Demo
/// Products To Import: 1///
Go to:
Admin CP >> Plugin System >> Manage Products >> (Add/Import Product)
Import the "product-ibProAcade_stats.xml" file.
/// Template To Edit : 1 - FORUMHOME ///
In FORUMHOME find:
Code:
PHP Code:
$activemembers</span>
</if>
</div>
after that add:
Code:
$vbphrase[ibparcade_game_count] $gcount
PHP Code:
,
$vbphrase[ibp_newest_game]
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]&act=Arcade&do=play&gameid=$addedgid">$addedtitle</a>
<img src="$vboptions[bburl]/arcade/images/$addedimage$smll" title="$addeddescr" border=0 width=20 height=20 hspace=2 vspace=1 align=absmiddle>,
$vbphrase[ibp_random_game]
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl_q]&act=Arcade&do=play&gameid=$randomgid">$randomtitle</a>
<img src="$vboptions[bburl]/arcade/images/$randomimage$smll" title="$randomdescr" border=0 width=20 height=20 hspace=2 vspace=1 align=absmiddle>
/// End ///
Thats it..Enjoy !!