This MOD will put a block with random quotes in your board3 Portal above the Birthday Block.
Tested with phpBB 3.0.1 and board3 Portal 1.0.0 RC1.
Works in prosilver basead templates, i don't know about subsilver basead because i don't have it installed.
To edit or add quotes open quotes.txt in your language directory and put each quote on a new line using html to format the quotes.
Quotes Block v.1.0.0
Quotes Block
Forum rules
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
This forum is not for support requests.
Only post Modifications for Board3 Portal 1.0.x in this forum.
-
Topic author - Translator
- Posts: 4
- Joined: 3. June 2008 01:28
- Location: Brazil
- Contact:
Re: Quotes Block
debug mode:on
templates: prosilver 3.0.1
portal.php
portal.php on line 252:
ACP
*Portal > Quotes
adm/index.php
thanks
templates: prosilver 3.0.1
portal.php
Code: Select all
[phpBB Debug] PHP Notice: in file /portal.php on line 252: Undefined index: portal_quotes
Code: Select all
if ($portal_config['portal_quotes'])
*Portal > Quotes
Code: Select all
[phpBB Debug] PHP Notice: in file /adm/index.php on line 299: Undefined index: portal_quotes
[phpBB Debug] PHP Notice: in file /adm/index.php on line 300: Undefined index: portal_quotes
Code: Select all
$key_yes = ($new[$config_key]) ? ' checked="checked"' : '';
$key_no = (!$new[$config_key]) ? ' checked="checked"' : '';
thanks