New Page

Everything related to MBoard - PHP message board
Locked
cmarangon2
Posts: 1
Joined: Sun Aug 05, 2007 5:32 am

New Page

Post 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)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

That would require quite some editing, unfortunately I'm not able to provide such help at the moment, too much other work.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
hdbrink
Posts: 6
Joined: Thu Jul 19, 2007 1:54 pm

New page work-around

Post 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
Locked