The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have the ibpro arcade installed but when i go there site and then try to get to the vb heklp section i have no luck
So im posting here as im sure some here have it installed and came accross this problem. It is the very first edited Goes at very top of the index.php root file. <?php </textarea> <br /><br /> <b>Below</b> that add: <br /><br /> <textarea class="row2" rows="2" cols="110"> // ibproarcade modification if(isset($act) && $act == "Arcade") { include "arcade.php"; exit(); } if(isset($showuser) && $showuser >= 1) { $u = $showuser; $_GET['u'] = $showuser; include "member.php"; exit(); } // end of ibproarcade modification This seems to redirect my members to the forum main page for somereason when they hit play on a game. Before there was a post over at there support on the new one to add but i cant reach there. http://gamezmania.com if you want to test it to see. any help appreciated |
#2
|
|||
|
|||
![]()
i dont know about ur code, but here is wat i have on my index.php with proarcade.
i think the ibproarcade modification have to on the top rite under the <?php because i try to move it to other place, and when member click Play game, it will redirect to forum home Code:
<?php // ibproarcade modification if(isset($act) && $act == "Arcade") { include "arcade.php"; exit(); } if(isset($showuser) && $showuser >= 1) { $u = $showuser; $_GET['u'] = $showuser; include "member.php"; exit(); } // end of ibproarcade modification |
#3
|
||||
|
||||
![]()
Nope still goes to main page grrrr this is cracking me up.
thanks anyway m8 |
#4
|
||||
|
||||
![]()
You should check this out: https://vborg.vbsupport.ru/showthread.php?t=95321
and https://vborg.vbsupport.ru/showpost....&postcount=497 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|