Refresh theme and imageset in acp->styles.darylt wrote:The text Link 'Rules' is on my index page, but no image. I deffinately uploaded the image supplied to the directory instructed!
You probably missed the edit to includes/functions.php.darylt wrote:When I click the link it just takes me to my home page. When I hover over the link the url is for the index of my board.
Edit language/en/mods/help_rules.php.darylt wrote:Where do I add my board rules?
Will have a look in the morning.eviL<3 wrote:Check the css
Code: Select all
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('acp/common');
// End session management
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
ericasf wrote:I am trying to install this mod but this error keeps popping up:
Can anyone help me?Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)