Page 1 of 1

Quotes Block

Posted: 3. June 2008 09:09
by Knight Rider
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

Re: Quotes Block

Posted: 7. July 2008 15:39
by Kharon
debug mode:on

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
portal.php on line 252:

Code: Select all

if ($portal_config['portal_quotes'])
ACP
*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
adm/index.php

Code: Select all

$key_yes	= ($new[$config_key]) ? ' checked="checked"' : '';
$key_no		= (!$new[$config_key]) ? ' checked="checked"' : '';

thanks