Log in

View Full Version : leaderbord issue


Hippy
07-25-2010, 12:43 PM
when you click on leaderbord link in the arcade you'll see at the bottom of the page the area with the style drop box and the contact info is not how it should be
as seen in the first image,,

to fix it open up skin_Arcade.php and skin_v3Arcade.php
search for

function leagueheader() {
global $ibforums;
return <<<EOF

just under that add

</form>

so it look like this

function leagueheader() {
global $ibforums;
return <<<EOF
</form>
save and re-upload..

enjoy

Hippy
08-22-2010, 12:40 PM
addition to this fix

find function search_form($do,$game_select,$extra) {
at the end of that code on line 1182 you'll see <form>
change it to
</form>