[ABD] phpBB Arcade 2.0.RC5

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
AngelM
Registered User
Posts: 77
Joined: Tue Oct 30, 2012 6:30 am
Location: UT
Name: Angel

Re: [RC] phpBB Arcade 2.0.RC4

Post by AngelM »

Sorry, but I have no idea what you mean! I didn't add anything but what the mod called for. Would you mind explaining what it is you think I did AND how I can remove it...because I don't know anything about this.

I would appreciate a bit of understanding. You have tons of knowledge and I have about zero when it comes to this.

Do I delete something now? If so, where and what?

Thanks so much,

Angel
User avatar
AngelM
Registered User
Posts: 77
Joined: Tue Oct 30, 2012 6:30 am
Location: UT
Name: Angel

Re: [RC] phpBB Arcade 2.0.RC4

Post by AngelM »

Now that updated information worked!

Thank you so much. I truly appreciate the efforts you put into this.

Angel
User avatar
AngelM
Registered User
Posts: 77
Joined: Tue Oct 30, 2012 6:30 am
Location: UT
Name: Angel

Re: [RC] phpBB Arcade 2.0.RC4

Post by AngelM »

KillBill since I cannot reply over in the games forum because I keep getting the error I told you about, I thought I would try over here and see if I can give you my reply. This is in response to the thread I created HERE at the games forum.

Okay... I changed both of the codes you told me to change and ....

On the Random Challenge I get this error message now.

Code: Select all

General Error
SQL ERROR [ postgres ]

ERROR: null value in column "challenge_id" violates not-null constraint []

SQL

INSERT INTO phpbb_arcade_challenge (challenge_points, challenger_id, opponent_id, game_id, challenger_game_cost, opponent_game_cost, challenge_time) VALUES (0, 2, 55, 227, 0, 0, 1358351919)

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: arcade_msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/postgres.php
LINE: 211
CALL: dbal->sql_error()

FILE: [ROOT]/arcade/includes/class_challenge.php
LINE: 826
CALL: dbal_postgres->sql_query()

FILE: [ROOT]/arcade/includes/class_challenge.php
LINE: 1278
CALL: challenge->check()

FILE: [ROOT]/arcade.php
LINE: 134
CALL: challenge->random()
On the Challenge Button Is no longer there.

On the Statistics Link it seems to be fixed only where it says to Select a game or user and Click to load games! it tells me there are no games loaded. Do I load the games in a different area?

Thanks for your help.

Angel
vipaka
Registered User
Posts: 493
Joined: Sun Aug 28, 2011 7:25 pm

Re: [RC] phpBB Arcade 2.0.RC4

Post by vipaka »

I've got a permission error for the new arcade even when I log into it as admin...says I don't have permission to view the arcade (I've set the permissions for the admin group to full access and even looked at the individual account, which had NO access and set it to full access).
Curious about my work? See it for yourself.
Image
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [RC] phpBB Arcade 2.0.RC4

Post by KillBill. »

vipaka wrote:I've got a permission error for the new arcade even when I log into it as admin...says I don't have permission to view the arcade (I've set the permissions for the admin group to full access and even looked at the individual account, which had NO access and set it to full access).

check acp/Permissions/ (Group permissions or Permission roles/User roles) / phpBB Arcade - Can use the arcade YES
italy70
Registered User
Posts: 157
Joined: Sun Dec 04, 2011 7:48 pm

Re: [RC] phpBB Arcade 2.0.RC4

Post by italy70 »

Hi,
I have a problem.In my index_body there isn't this code:

Code: Select all

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
I think because I installed tabbedpanel.

In tabbedpanel.html i have this is code:

Code: Select all

<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
I enter this code:

Code: Select all

<!-- IF S_ARCADE_PLUGIN_STAT -->
	<!-- DEFINE $S_ARCADE_PLUGIN_POSITION = 'stat' -->
	<!-- INCLUDE arcade/plugins.html -->
<!-- ENDIF -->
Here? Before of :

Code: Select all

[code]<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
Thanks in advance..
vipaka
Registered User
Posts: 493
Joined: Sun Aug 28, 2011 7:25 pm

Re: [RC] phpBB Arcade 2.0.RC4

Post by vipaka »

KillBill. wrote:
vipaka wrote:I've got a permission error for the new arcade even when I log into it as admin...says I don't have permission to view the arcade (I've set the permissions for the admin group to full access and even looked at the individual account, which had NO access and set it to full access).

check acp/Permissions/ (Group permissions or Permission roles/User roles) / phpBB Arcade - Can use the arcade YES

Worked beautifully. Thank you very much for the help.
Curious about my work? See it for yourself.
Image
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [RC] phpBB Arcade 2.0.RC5

Post by KillBill. »

2013-01-06
2.0.RC5

  • [fixed] ACP logs - User name link.
  • [fixed] Display on viewtopic - if the user does not have permissions for the arcade.
  • [fixed] Game description - If it is empty then shut off.
  • [fixed] phpBB Arcade game type score code.
  • [fixed] when playing in a new window, the error message appeared in the normal window.
  • [fixed] subsilver2 style script_body.html javascript data supplementation.
  • [fixed] Guest user playing.
  • [fixed] User random challenge - check permissions.
  • [fixed] User existence check.
  • [fixed] arcade path - if arcade permission not set.
  • [fixed] Information message in a new window.
  • [fixed] ACP - add games - check delete old games.
  • [fixed] ACP - edit games - update game installation file.
  • [fixed] IBPROV3_GAME game type randchar update.
  • [fixed] Display super champion.
  • [fixed] Guest user access to the Challenge.
  • ----------------------------------------------------------------------------------------------------
  • [modified] Plugin features modified to work with PHP versions < 5.3.
  • [modified] ACP - add games - Automatic repair of game installation files, if necessary.
  • [modified] ACP Games image, name - arcade function is used.
  • [modified] UMIL is used for phpBB Arcade and Plugins installation.
  • [modified] ACP - Upload/unpack games.
  • [modified] (IBPROV3_GAME and PHPBBARCADE_GAME) game type score check.
  • ----------------------------------------------------------------------------------------------------
  • [Added] Protected path game images loading - If the image file does not exist, the no_image image is loaded.
  • [Added] Arcade Category Style.
  • [Added] Flash introduction - scrolling game description.
  • [Added] Guest User - back links after game over.
  • [Added] ACP - Manage users - Modify and delete super champions score data.
  • [Added] ACP - Delete user scores - Retain the number of plays.
  • [Added] ACP - Reset a game installation date.
  • [Added] Allowed game downloads per day.
  • [Added] ACP - Feature settings module - New topics - Specify author.
Old versions
Language file changes from 2.0.RC4 to 2.0.RC5
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica

Re: [RC] phpBB Arcade 2.0.RC5

Post by Jessica »

I really hate the new "last play"...

Current:
Last play: December 31st, 2012, 12:09 pm
Game name: Pirates Keep
Played by: Jessica
Score: 28,884

Before:
Jessica scored 28,884 playing Pirates Keep
December 31st, 2012, 12:09 pm
I like the "before" better. How do I change it back to that?
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [RC] phpBB Arcade 2.0.RC5

Post by KillBill. »

Jessica wrote:I really hate the new "last play"...

Current:
Last play: December 31st, 2012, 12:09 pm
Game name: Pirates Keep
Played by: Jessica
Score: 28,884

Before:
Jessica scored 28,884 playing Pirates Keep
December 31st, 2012, 12:09 pm
I like the "before" better. How do I change it back to that?
language/en/mods/arcade/arcade.php

find:

Code: Select all

'ARCADE_LAST_PLAY_EXP'						=> 'Last play: %s<br />Game name: %s<br />Played by: %s<br />Score: %s',
replace:

Code: Select all

'ARCADE_LAST_PLAY_EXP'						=> '%3$s scored %4$s playing %2$s<br />%1$s',
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [RC] phpBB Arcade 2.0.RC5

Post by keith10456 »

Great update!

When using the new "Arcade" Category Style, what change do I have to make so the Arcade index page will show 3 categories per row instead of 2?

I want it displayed like this instead of like this (username = "amod"; password = "test22").
User avatar
Wuerzi
Registered User
Posts: 60
Joined: Fri Aug 15, 2008 11:38 pm
Location: Germany/Würzburg

Re: [RC] phpBB Arcade 2.0.RC5

Post by Wuerzi »

arcade.css

Search:

Code: Select all

.arcade_cat {
    display: inline-block;
    padding: 0 5px 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 300px;
}
Change to:

Code: Select all

.arcade_cat {
    display: inline-block;
    padding: 0 3px 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 300px;
}
;)
stepenik
Registered User
Posts: 57
Joined: Mon Apr 25, 2011 9:19 pm

Re: [RC] phpBB Arcade 2.0.RC5

Post by stepenik »

Are in phpbb arcade can Enabled for share on social network like facebook, twitter
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: [RC] phpBB Arcade 2.0.RC5

Post by keith10456 »

Wuerzi wrote:arcade.css

Search:

Code: Select all

.arcade_cat {
    display: inline-block;
    padding: 0 5px 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 300px;
}
Change to:

Code: Select all

.arcade_cat {
    display: inline-block;
    padding: 0 3px 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 300px;
}
;)
Works like a charm! Thanks!!!

@ KillBill - I think you should make this the default setting. Excellent job on the new version!
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [RC] phpBB Arcade 2.0.RC5

Post by KillBill. »

keith10456 wrote: @ KillBill - I think you should make this the default setting. Excellent job on the new version!
http://phpbbarcade.jatek-vilag.com/view ... 3508#p3508

Return to “[3.0.x] Abandoned MODs”