Forum rules
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
Topic author
Wuerzi
Tester
Posts: 279 Joined: 17. June 2008 18:21
phpBB.de User: Würzi
phpBB.com User: Wuerzi
Post
by Wuerzi » 23. March 2010 00:26
Yes
Install it correctly and it works!
c1nco
Active Member
Posts: 2 Joined: 21. March 2010 19:18
Post
by c1nco » 23. March 2010 00:45
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.
Topic author
Wuerzi
Tester
Posts: 279 Joined: 17. June 2008 18:21
phpBB.de User: Würzi
phpBB.com User: Wuerzi
Post
by Wuerzi » 23. March 2010 09:10
If you see this text, then no user play a game at the moment
techapb12
Active Member
Posts: 1 Joined: 25. March 2010 19:38
Post
by techapb12 » 25. March 2010 21:32
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!
Span
Active Member
Posts: 32 Joined: 25. August 2010 00:07
phpBB.de User: spanspace
phpBB.com User: spanspace
Post
by Span » 15. February 2011 22:03
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
Post
by treumer » 28. April 2011 12:02
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
Post
by Terr0r » 30. June 2011 18:58
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
Post
by treumer » 8. October 2011 11:23
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