1

Topic: Adding an extra page and the rules link

Hi I'm playing around with 1.3 at the moment.
I'd like to add an extra page to my punbb that has the same header and everything as all the other pages.
Is the best way to do this by coding it into the misc.php page so that another action can call it (similar to how the rules page works)?
Or is there a way to just include a couple of includes for the header and footer and then you just have free space in the middle to do whatever you want?
Another thing, if I want to get rid of the rules link in the top menu, whats the best way to do that?

Cheers
Tez

Re: Adding an extra page and the rules link

There's an extension FAQ by YonasH that insert pages - let's you add your own html... from there you could just change FAQ to whatever suits you...
maybe that will help you?

Regarding second issue, you'd probably have to dig around in the code and delete/modify the part where it adds it to navlinks...

3

Re: Adding an extra page and the rules link

KeyDog, thanks - I'll give that a try it sounds like a pretty good solution.

Cheers
Tez