Affiliate page - phpbb3 mod.

[BL] Johnny

Reputable
Joined
Jan 8, 2010
Messages
114
Reaction score
0
FP$
6
Hey Im looking for a mod that makes a new site in phpbb3 that keeps the same theme as my forums if you understand what I mean, lol.
 
Hmm.. Do you mean like, An extra page? That you can edit and add your own content to it?
 
Maybe remove the heading code? Since it's "Already there"
 
Well, It reads [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at /affiliates.php:1)

Which means that the file you uploaded and or page, Whatever it was is calling upon the "header" go into that page/uploaded page and edit out the "header".
 
That error happens because you've got something either before <?php or after ?> such as a blank line or something.
 
Back
Top Bottom