Page 1 of 1

New Page

Posted: Sun Aug 05, 2007 5:36 am
by cmarangon2
/*************************************
Title:NEW PAGE
Version: 1.3
Author:
Demo:
Download:
Website: http://www.areaseg.com/mural

Short description:

How can I make the Free PHP message board turn the page when the number of post are most than 50?
*************************************/

(Here below you can write additional info, longer description and comments)

Posted: Mon Aug 06, 2007 7:34 pm
by Klemen
That would require quite some editing, unfortunately I'm not able to provide such help at the moment, too much other work.

New page work-around

Posted: Wed Aug 08, 2007 2:28 pm
by hdbrink
A work-around would be to firstly set the script not to delete old messages.

then create a message archive page where you list the old messages (as saved in the msg folder) manually to open inside a frame for instance.

If your message board is too busy for you to keep up with manually listing old messages, you should consider upgrading to a more complex system such as PHPBB or something simular.

Hope this helps