Log in

View Full Version : Help - Editing Page..


Winterworks
02-14-2008, 03:01 PM
It says..

/// Template To Edit : 1 - FORUMHOME ///

In FORUMHOME find:


$activemembers</span>
</if>
</div>



after that add:


$vbphrase[ibparcade_game_count] $gcount ,
$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 !!

Where do I write this and edit it..? Like where is FORUMHOME?

glennybee
02-14-2008, 10:06 PM
If you post the actual installation instructions it might be clearer what you're trying to do.

I think it means paste the following...

$vbphrase[ibparcade_game_count] $gcount ,
$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>

after...

$activemembers</span>
</if>
</div>

Paste it in the next line after the </div> line.

MrZeropage
02-15-2008, 06:40 AM
this is not part of the original ibProArcade, seems to be from an addon, so please don't expect support from me ;)