Who's playing Arcade 1.3.0

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
User avatar

Topic author
Wuerzi
Tester
Posts: 279
Joined: 17. June 2008 18:21
phpBB.de User: Würzi
phpBB.com User: Wuerzi
Contact:

Re: Who's playing Arcade 1.3.0

Post by Wuerzi »

Yes ;)

Install it correctly and it works! ;)

c1nco
Active Member
Posts: 2
Joined: 21. March 2010 18:18

Re: Who's playing Arcade 1.3.0

Post by c1nco »

Wuerzi wrote:Yes ;)

Install it correctly and it works! ;)

Code: Select all

<?php

/**
*
* @package - Board3portal
* @version $Id: additional_blocks.php 523 2009-08-27 21:41:08Z christian_n $
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
*/

if (!defined('IN_PHPBB') || !defined('IN_PORTAL'))
{
   exit;
}
include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);
?>

Code: Select all

<!-- version $Id: additional_blocks_right.html 503 2009-04-20 18:34:29Z kevin74 $ //-->
<!-- additional_blocks //-->
<!-- INCLUDE portal/block/arcade_playing.html -->
Am I missing anything?

The box just displays.

Code: Select all

WHO IS PLAYING?
UsernameGame

There are currently no games being played.
User avatar

Topic author
Wuerzi
Tester
Posts: 279
Joined: 17. June 2008 18:21
phpBB.de User: Würzi
phpBB.com User: Wuerzi
Contact:

Re: Who's playing Arcade 1.3.0

Post by Wuerzi »

If you see this text, then no user play a game at the moment :roll:

techapb12
Active Member
Posts: 1
Joined: 25. March 2010 18:38
Contact:

Re: Who's playing Arcade 1.3.0

Post by techapb12 »

this thing in red is some sort of a caution.. can anyone translate this for me please :


Wichtig: Die Datei portal/block/arcade_games.php darf nur 1x includiert werden in die portal/block/additional_blocks.php. Andere Arcade Blöcke von mir, werden die gleiche Datei nutzen.

thankies! :mrgreen:

Span
Active Member
Posts: 32
Joined: 25. August 2010 00:07
phpBB.de User: spanspace
phpBB.com User: spanspace
Contact:

Re: Who's playing Arcade 1.3.0

Post by Span »

This does not work for for me

Code: Select all

#
#-----[ FIND ]------------------------------------------
#

if (!defined('IN_PHPBB') || !defined('IN_PORTAL'))
{
   exit;
}

# 
#-----[ AFTER, ADD ]------------------------------------------ 
# 

include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);
I followed the installation instructions completely. Whenever the arcade_games line is added my portal no longer functions.

treumer
Active Member
Posts: 7
Joined: 28. April 2011 11:56
phpBB.de User: treumer
phpBB.com User: treumer

Re: Who's playing Arcade 1.3.0

Post by treumer »

Code: Select all

include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);
wenn ich das eingebe bleibt meine seite weis an was kann es liegen phpbb3 3.0.8 habe ich drauf und das portal 1.0.6 die anderen sachen konnte ich eintragen zeigt mir aber nicht an wer gerade spielt das der block ist aber da

Terr0r
Active Member
Posts: 6
Joined: 29. June 2011 15:32
phpBB.com User: Terr0r

Re: Who's playing Arcade 1.3.0

Post by Terr0r »

I hava install this on my portal but I see noting happend
I playing a gam and take a look on my notebook
but I see not that I playing a game how is that possible and how can I fix that

treumer
Active Member
Posts: 7
Joined: 28. April 2011 11:56
phpBB.de User: treumer
phpBB.com User: treumer

Re: Who's playing Arcade 1.3.0

Post by treumer »

solte jemand probleme haben damit habe ich eine lösung gefunden

tragt einfach die php datei in addionale blocks ein statt das includet so habe ich es gemacht und es funktioniert endlich
Locked

Return to “board3 Portal v1.0.x - Modifications”