26

(4 replies, posted in PunBB 1.3 bug reports)

Fresh install. Everything looks great. I went to Administration/Management/Rebuild Index and at the top of that page I get this...

Warning: Cannot modify header information - headers already sent by (output started at /home/.patti/*****/*****.com/forum/lang/English/common.php:1) in /home/.patti*****/*****.com/forum/header.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/.patti/*****/*****.com/forum/lang/English/common.php:1) in /home/.patti/*****/*****.com/forum/header.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/.patti/*****/*****.com/forum/lang/English/common.php:1) in /home/.patti/*****/*****.com/forum/header.php on line 19

Warning: Cannot modify header information - headers already sent by (output started at /home/.patti/*****/*****.com/forum/lang/English/common.php:1) in /home/.patti/*****/*****.com/forum/header.php on line 20

Warning: Cannot modify header information - headers already sent by (output started at /home/.patti/*****/*****.com/forum/lang/English/common.php:1) in /home/.patti/*****/*****.com/forum/header.php on line 23


*****=edited domain name.

Any ideas or a fix?

Here's the php for those lines stated above.

16-// Send no-cache headers
17-header('Expires: Thu, 21 Jul 1977 07:30:00 GMT');    // When yours truly first set eyes on this world! smile
18-header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
19-header('Cache-Control: post-check=0, pre-check=0', false);
20-header('Pragma: no-cache');        // For HTTP/1.0 compability
21-
22-// Send the Content-type header in case the web server is setup to send something else
23-header('Content-type: text/html; charset=utf-8');

27

(2 replies, posted in PunBB 1.2 troubleshooting)

Tired to put that in various places and didn't work. But from doing that I found this line and messed about with it and did exactly what I needed.

/* 8.3 Extra top spacing for signatures and edited by */

DIV.postsignature, DIV.postmsg P.postedit {PADDING-TOP: 100px}

Default was 15px.

Thanks for your reply though. Got me pointed in the right direction. Appreciated.

I just wondered were I can give my post body some padding. The sig is right after the last text in a post.

Example:

"one line of text"
------------------------
Sig

Looking for it to be like this

"one line of text"
1
2
3
4 lines of blank space
----------------------------
Sig

I just have no idea where to find something like that and what to put there. I want every post to be like that.
Thanks for the help.