the main issu solved, at last i able to add main_menu.html in custom page, thankx mark
but now next issu is when i added main_menu in custom page other txt of the page go down how to fix it in centre of pade, demo is herehttp://shiatv.pk/europe.php
Search found 10 matches
- 2. June 2010 21:58
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
- 31. May 2010 03:54
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
any news???
- 28. May 2010 06:47
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
i include in custom page html file, now its showing main_menu but not in proper formate, link below is my custom pagehttp://shiatv.pk/europe.php
Code: Select all
<!-- INCLUDE portal/block/main_menu.html -->
- 26. May 2010 21:39
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
sorry i was using wrong php file this is my wright file <?php
define('IN_PHPBB', true);
define('IN_PORTAL', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session ...
define('IN_PHPBB', true);
define('IN_PORTAL', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session ...
- 26. May 2010 17:57
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
i turn on debug like this @define('PHPBB_INSTALLED', true);
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
?>
but now im getting this error
[phpBB Debug] PHP Notice: in file /europe.php on line 29: Undefined variable: help_ary
[phpBB Debug] PHP Notice: in file /europe.php on line 36 ...
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
?>
but now im getting this error
[phpBB Debug] PHP Notice: in file /europe.php on line 29: Undefined variable: help_ary
[phpBB Debug] PHP Notice: in file /europe.php on line 36 ...
- 26. May 2010 03:59
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
still not working:S <?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
define('IN_PHPBB', true);
define('IN_PORTAL', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH ...
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
define('IN_PHPBB', true);
define('IN_PORTAL', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH ...
- 25. May 2010 22:57
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
i did but no working, this is my code, please if somthing is wrong paste it with wright code, really thankxa lot
<?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
define ...
<?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
define ...
- 25. May 2010 15:29
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
Re: main_menu.html on custom page
i did but now all page is blank, below is my custom page php file <?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
define('IN_PHPBB', true);
$phpbb_root_path = (defined ...
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @ignore
*/
define('IN_PHPBB', true);
$phpbb_root_path = (defined ...
- 23. May 2010 18:54
- Forum: board3 Portal 1.0.x - English Support
- Topic: main_menu.html on custom page
- Replies: 15
- Views: 22201
main_menu.html on custom page
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://shitv.pk
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I add a new custom page ...
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://shitv.pk
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
I add a new custom page ...
- 12. May 2010 21:05
- Forum: board3 Portal v1.0.x - Modifications
- Topic: phpBB Calendar block on Board3 Portal (Update 1.0.4)
- Replies: 105
- Views: 248504
Re: phpBB Calendar block on Board3 Portal (Update 1.0.4)
can anyone help me out with phpBB Calendar 0.1.0 (alightner) instalation with aerored style thankx