PDA

View Full Version : phpBB 3 help


blank
27 May 08, 23:35
I was looking for help for the following things.

1. adding adds to the right of the board

2. Adding adds to the bottom

3.having a pop-up with forum rules appear when you first log in.

thanks in advance,
blank.

CyberAlien
28 May 08, 01:25
1,2: edit overall_header.html and overall_footer.html

blank
28 May 08, 04:04
is there a special code i have to put in?

thanks,
blank.

CyberAlien
28 May 08, 11:28
No, those are usual html files. Every phpBB page works like this:
1. it shows header: overall_header.html
2. it shows content, which is different for every page
3. it shows footer: overall_footer.html