
Install it correctly and it works!

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 -->
Code: Select all
WHO IS PLAYING?
UsernameGame
There are currently no games being played.
Code: Select all
#
#-----[ FIND ]------------------------------------------
#
if (!defined('IN_PHPBB') || !defined('IN_PORTAL'))
{
exit;
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);
Code: Select all
include($phpbb_root_path . 'portal/block/arcade_games.' . $phpEx);