PDA

View Full Version : Easy to theme forum?




tominated
Feb 9, 2007, 02:05 AM
Do any of you know of a forum that i can theme easily without creating a million and one pages? I would prefer one that I can have a php page with normal xhtml and have something like forum_insert_content() or something so it would insert all the main stuff there and like, forum_insert_sidebar() or something along the lines. I hope you understand what I am trying to say. BTW: i have tried Phorum, but it is still too complicated for me.



WildPalms
Feb 9, 2007, 02:36 AM
If you are looking for a complete solution, go with PHPNuke which includes the forum. There are a ton of free and commercial ($$$) themes available, with the themes for the main site also containing a matching theme for the forum. Additionally, custom blocks (sections of the website to add functionality) can be downloaded as are readily available. The next choice would be something like Joomla or Mambo, but for sheer forum power, PHPBB2 is the stuff.

Ask me if you would like a bunch of choices to then go and research on, I have been down this road before.

tominated
Feb 9, 2007, 03:53 AM
thanks, but no thanks. I don't want a complete solution as i have a rapidweaver site and would like to keep it with the theme. Maybe i could follow a tutorial and make a forum from scratch? If you want to see what i want, visit my website (link in sig). I have already gotten wordpress to work with my theme by following a tut by nilrog (from realmacsoftware.com's forum)

Stampyhead
Feb 9, 2007, 11:29 AM
I don't know how many themes it has, but Vanilla (http://getvanilla.com/) is really simple and easy to set up. I actually went in to the CSS and modified it myself to create my own themes. It was pretty easy to do.

Stacc
Feb 9, 2007, 02:51 PM
take a look at phpbb. The default forum scheme can be modified to fit whatever you want using normal css and html. Depending on how you want the forum look it could be as easy as adding some <div> tags. You shouldn't have too much trouble finding a guide to help you along the way.

xelterran
Feb 9, 2007, 03:23 PM
punbb (http://www.punbb.org/) is quite easy to skin.

tominated
Feb 9, 2007, 03:59 PM
i downloaded punbb, and it looks easy. do i edit the index.html file in the templates folder to get more divs and stuff? I am assuming i leave the fullstop in the title and body tags (i will probably move the one between the body tags to inside a div). BTW: if i add any other full stops, do you think it will intefere?