Search found 5 matches
- 7. July 2011 08:50
- Forum: MOD Portalview - Portal blocks in whole forum
- Topic: portalview and phpbb gallery conflict
- Replies: 3
- Views: 19544
- 13. April 2011 23:50
- Forum: MOD Portalview - Portal blocks in whole forum
- Topic: portalview and phpbb gallery conflict
- Replies: 3
- Views: 19544
Re: portalview and phpbb gallery conflict
+ conflict with mchat mod too 

- 13. April 2011 15:04
- Forum: MOD Portalview - Portal blocks in whole forum
- Topic: portalview and phpbb gallery conflict
- Replies: 3
- Views: 19544
portalview and phpbb gallery conflict
After editing includes/functions.php
After adding of this code
if(!defined('IN_PORTAL'))
{
include($phpbb_root_path . 'portal/includes/portalview.' . $phpEx);
}
After reloading forum page on display is error string
Fatal error: Cannot redeclare recent_gallery_images() (previously declared ...
After adding of this code
if(!defined('IN_PORTAL'))
{
include($phpbb_root_path . 'portal/includes/portalview.' . $phpEx);
}
After reloading forum page on display is error string
Fatal error: Cannot redeclare recent_gallery_images() (previously declared ...
- 6. December 2010 14:23
- Forum: board3 Portal 1.0.x - English Support
- Topic: Recent Topic Block
- Replies: 2
- Views: 7816
Re: Recent Topic Block
Hello,
My board phpbb 3.0.6, mod board3portal 1.0.6 last ver, style is subsilver type
I want locate recent block on forum index page
Help me!!
Give instruction for intagration resent block in forum index page.
Thank you
My board phpbb 3.0.6, mod board3portal 1.0.6 last ver, style is subsilver type
I want locate recent block on forum index page
Help me!!
Give instruction for intagration resent block in forum index page.
Thank you

- 5. December 2010 08:11
- Forum: MOD Portalview - Portal blocks in whole forum
- Topic: Using some blocks on the index
- Replies: 12
- Views: 34940
Re: Using some blocks on the index
Hello,
I want make index page with recent block.
My style is subsilver type
But your method, is not work:
Open: index.php
find:
Code: Select all
// Add for Portalview of complete Board
include($phpbb_root_path . 'portal/includes/portalview.' . $phpEx);
after add:
Code: Select all
// this ...
I want make index page with recent block.
My style is subsilver type
But your method, is not work:
Open: index.php
find:
Code: Select all
// Add for Portalview of complete Board
include($phpbb_root_path . 'portal/includes/portalview.' . $phpEx);
after add:
Code: Select all
// this ...