What editor do you use? There are two causes. Make sure that there is nothing before:scenes wrote:After installing this mod (version 3.0.1), in ACP/Styles I am getting this error: -
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/acp/styles.php:1)
Same for lines 151,152, 153
Code: Select all
<?php
Edits are always listed from the top of the file to the bottom. The first find is the first occurrence of that line in the file, the second find is the first occurrence of that line after the first find.scenes wrote:In styles/prosilver/template/viewtopic_body.html, I find two instances of IF postrow.U_QUOTE, and am unsure of which to change to ELSEIF, or if both are to be changed.
I would appreciate any clue as to how I can fix this.
Erik Frèrejean wrote:Actually I've created an update some time ago that could do that, though it has been rejected from the MODDB and haven't had the time yet to fix it. Besides that I'm still planning on rewriting the whole MOD to be better incorporated with the phpBB core.
I might do this, soon though as this isn't a really big MOD.