open source PHP/Mysql FORUMS

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

The design and core functionality of phpBB is seperate, like other template-based applications.

If you go into the /templates/subSilver folder you will find all of the design elements (graphics, html, JS, css and such) of the forum there.

And if you go to the Mods section of http://www.phpbb.com you can download mods which very detailed instruction as to how to modify your forum to better suit your needs.
User avatar
mudkicker
Forum Contributor
Posts: 479
Joined: Wed Jul 09, 2003 6:11 pm
Location: Istanbul, TR
Contact:

Post by mudkicker »

User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

templates/subsilver/header.tpl to edit the html. Header.php for the php (I think).
The Monkey
Forum Contributor
Posts: 168
Joined: Tue Mar 09, 2004 9:05 am
Location: Arkansas, USA

Post by The Monkey »

evilmonkey wrote:templates/subsilver/header.tpl to edit the html. Header.php for the php (I think).
No, common.php (located in the root phpBB directory) for the PHP.
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

My bad, thanks. :) It's been a while since I last looked at some phpbb sourcecode.
User avatar
irealms
Forum Contributor
Posts: 215
Joined: Mon Apr 28, 2003 7:10 am
Location: Leeds

Post by irealms »

for help with phpbb (forum that i use), try these sites.

http://www.phpbb.com (forums)
http://www.phpbb2.de (german site but in english)
http://www.phpbbhacks.com
http://www.phpbbstyles.com

All good sites, also your welcome to look at my forum (under construction), well the latest one. It's at http://root.irealms.info/eq2server.
Post Reply