The Arcive of vBulletin Modifications Site. |
|
Alright got it installed but having a few problems Details »»
|
|||||||||||||||||||||||||||
|
Alright got it installed but having a few problems
Developer Last Online: Mar 2010
FIXED IT
On the arcade page on my forum any of the links under the header, under the new games and most played games it link to outside my /forums/ folder to the root i.e, http://xxxx/arcade.php?&act=Arcade&do=play&gameid=2 versus where on clicking to play a game below it works http://xxxx/forums/arcade.php?do=play&gameid=1 --------------- Added [DATE]1241832732[/DATE] at [TIME]1241832732[/TIME] --------------- looking at the code at one of the links where i have a problem it looks like this to call the link for the game <a href='".$ibforums->base_url."act=Arcade&do=play&gameid={$new gline['gid']}'>{$newgline['gtitle']}</a> "; somewhere in the $ibforums->base_url call its losing the /forums/ or doesnt have it --------------- Added [DATE]1241834174[/DATE] at [TIME]1241834174[/TIME] --------------- To fix it at line 221 i changed $ibforums->vars['base_url'] = $forumpath . "/" . "arcade.php?".$sess."&"; $ibforums->base_url = $forumpath . "/" . "arcade.php?".$sess."&"; to $ibforums->vars['base_url'] = $forumpath . "/forums/" . "arcade.php?".$sess."&"; $ibforums->base_url = $forumpath . "/forums/" . "arcade.php?".$sess."&"; Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
where is this code found? I am having this same problem and need to fix it! Thanks
--------------- Added [DATE]1242764178[/DATE] at [TIME]1242764178[/TIME] --------------- nevermind found it Thanks! |
|
#3
|
|||
|
|||
|
im having this problem and my forums are in the root directory
mine are adding the /forum in to it... this is my lines line 221 $ibforums->vars['base_url'] = $forumpath . "/" . "arcade.php?".$sess."&"; $ibforums->base_url = $forumpath . "/" . "arcade.php?".$sess."&"; --------------- Added [DATE]1243563139[/DATE] at [TIME]1243563139[/TIME] --------------- heres my arcade http://www.diabeteschat.org/arcade.php |
![]() |
|
|