• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

here is the directory "forums" ?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok, maybe you can start laughing at me right now because this may turn out to be a very silly question. the path to my forum is:

http://localhost:8888/jforum/forums/list.page

if i want to modify the content of my forums, i should just follow the path and modify the appropiate pages right? so, I went to the jforum folder in my webapp directory. yet the "forums" folder is no where to be found?

am I looking at the right place?
[originally posted on jforum.net by mooztap]
 
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

mooztap wrote:ok, maybe you can start laughing at me right now because this may turn out to be a very silly question. the path to my forum is:

http://localhost:8888/jforum/forums/list.page

if i want to modify the content of my forums, i should just follow the path and modify the appropiate pages right? so, I went to the jforum folder in my webapp directory. yet the "forums" folder is no where to be found?

am I looking at the right place?



What do you mean by "modify the content"? Do you want to change the templates?

My guess is that you are used to scripting languages like php, perl, or similar?
The forums part of the path is not a directory. It is handled by a controller defined in web.xml.

I think the best approach for you is to tell us what you wanna modify, and then we can guide you in the right direction.


[originally posted on jforum.net by lazee]
 
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
All templates are in the "templates/default" directory.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
I just want to modify the looks and feels of the forum. For example, I'd like to replace the jforum logo on the top left corner with one of my own. Where do I start? Thanks in advance!
[originally posted on jforum.net by mooztap]
 
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

mooztap wrote:I just want to modify the looks and feels of the forum. For example, I'd like to replace the jforum logo on the top left corner with one of my own. Where do I start? Thanks in advance!



Rafael just told you
[originally posted on jforum.net by lazee]
 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic