Yes
Install it correctly and it works!
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.
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
Re: Who's playing Arcade 1.3.0
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 -->
The box just displays.
Code: Select all
WHO IS PLAYING?
UsernameGame
There are currently no games being played.
-
Topic author - 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
If you see this text, then no user play a game at the moment
Re: Who's playing Arcade 1.3.0
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!
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!
-
- 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
This does not work for for me
I followed the installation instructions completely. Whenever the arcade_games line is added my portal no longer functions.
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
if (!defined('IN_PHPBB') || !defined('IN_PORTAL'))
{
exit;
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);
-
- 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
Code: Select all
include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);
Re: Who's playing Arcade 1.3.0
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
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
-
- 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
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
tragt einfach die php datei in addionale blocks ein statt das includet so habe ich es gemacht und es funktioniert endlich