Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Customizing jForum appearance

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I'm trying to use jForum as a module inside an application and I'm having a hard time with the HTML layout, as it's very pretty by default but does not fit with the overall style of the rest of the site. My quesstion is if there is a way of customizing the forum's appearance other than changing the standard provided templates.

Of course, if I change the templates I'll run into all sort of issues if I want to upgrade the jForum part of my site when a new release comes out.

What I'm looking for is some sort of "skins" that can be customized without changing the fundamentals or defaults that come with the package.

By the way, congratulations for jForum!!! This is a neat package!!!

[originally posted on jforum.net by barbolani]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

barbolani wrote:Hi

I'm trying to use jForum as a module inside an application and I'm having a hard time with the HTML layout, as it's very pretty by default but does not fit with the overall style of the rest of the site. My quesstion is if there is a way of customizing the forum's appearance other than changing the standard provided templates.

Of course, if I change the templates I'll run into all sort of issues if I want to upgrade the jForum part of my site when a new release comes out.

What I'm looking for is some sort of "skins" that can be customized without changing the fundamentals or defaults that come with the package.

By the way, congratulations for jForum!!! This is a neat package!!!



Now there isn't the "skins" capability that I can see.

You can copy the default template and customize to fit your web site. You only have to change one setting in a config file to switch templates.

You can check out my site as an example if you'd like: http://www.tknives.com. Click on the "forums" menu item to see how I've customized jforum to fit my site. I have JForum v. 2.1.6 running under JBoss using mySQL.

[originally posted on jforum.net by GatorBait3]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Very nice example, the ability to create my own set of templates without changing the default supplied ones was exactly what I was looking for!!!

Thanks!!!
[originally posted on jforum.net by Anonymous]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic