![]() |
Quote:
Regards!! |
Clean install of VB 4.2.5
setup ibproarcade v.2.7.3 php: 7.0.25 arcade directory permissions: 777 Visiting the arcade.php page is just blank. In admin cp, clicking on any links within the arcade tab (Arcade Main Settings, Game lists, Categories, etc) is just blank. Is anyone else experiencing this or have a solution? |
see #7418
|
1 Attachment(s)
How to change the order of phrase "Play"
Example: From Play Double Blast To Double Blast Play Attachment 156786 Attachment 156787 In my language, meaning is better when Phrase is front. Thanks for any help where to search. |
No one?
Actually with some tests I put this code in skin: Code:
<tr> Code:
/arcade.php?do=playfull&gameid= Any help? EDIT Found how for any concern From this {$entry['gid']} To this {$game['gid']} and fetching works. |
Looks like your using the v3 skin.
You need to edit this file: arcade/modules/mod_arcade.php Find two places that has Code:
$this->links['click'] .= "<a href='".$ibforums->base_url."act=Arcade&do=play&gameid=".$gid."'>".$ibforums->lang['play_game'].$gname."</a>"; Code:
$this->links['click'] .= "<a href='".$ibforums->base_url."act=Arcade&do=play&gameid=".$gid."'>".$gname.$ibforums->lang['play_game']."</a>"; |
Quote:
Regards! |
Quote:
|
Is there a change that must do to make this to work in php 7 (vb4.2.5)
Blank white pages (error 500) Thanks in advanced |
Quote:
|
All times are GMT. The time now is 03:09 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|