The gave the advise to go through this supportboard. It's about the blocks in board3 offcourse
In the ACP I can't find a thing to edit/delete the blocks
At the installing i change this 2 files:
http://forum.potterdome.com/install.xml
http://forum.potterdome.com/xml/subsilver2.xml
- Modificatie & Versie: board3 version 1.0.2
Directe link to modificatie: http://www.board3.de
Adres forum: http://forum.potterdome.com
phpBB version:3.0.2
Have you reently istalled modificatie or styl?
board3 and template blackgreen_box
What is the problem?
How can i edit blocks
Like: welkom to my community in the block welcome
And i dont mean this:Wat did i all ready?Code: Select all
'WELCOME' => 'Welcome',
i've searhed through:
portal.php
portal/block/welkome.php
languages/nl/mod/lang_portal.php
styles/blackbox_green/template/portal/portal_body.html
How can i delete blocks from the portal
Like: block clock/random_member
Wat did i all ready?
portal/block/random_member deleted
portal.phpchanged inCode: Select all
if ($portal_config['portal_random_member']) { include($phpbb_root_path . 'portal/block/random_member.'.$phpEx); }
But it still stay on my portalCode: Select all
/*if ($portal_config['portal_random_member']) { include($phpbb_root_path . 'portal/block/random_member.'.$phpEx); }*/
How can i add new blocks
I want static pages, those must come in the middle of the page.Code: Select all
$link = explode($url) if(link == page1){ TExT } if(link == page2){ TExT }
Its realy much haha so I hope someone will answer me
thanks so far