This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JForum and the fly likes List topic page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "List topic page" Watch "List topic page" New topic
Author

List topic page

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Hi,
I have to modify the css of the forum's page. When I select an option from the forum index I receive a page with several topics. I have to modify this last page.
What is the html of this page?
I don't find this page anywhere, please could someone help me?
Thanks, bye bye.
[originally posted on jforum.net by abdujaparov]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
The "view" part of jforum is in the templates directory. The "HTML" used for display is contained there. Note that these are "FreeMarker" (freemarker.org) files and not totally HTML. But they are close enough for most folks who know HTML only to work with.

Generally, the URL will give a good "clue" to what the file you need is. E.g.,post/list is the post_show.htm file. Sometimes it takes a little headshaking to figure out the file you need (without going thru the code). Just remember that most of the verbiage has been "internationalized" and will not show up directly in the HTM files.

Finally, you might want to look at the Header.htm and footer.htm files. These define the "wrapper" used by all the jforum pages, e.g. all the header, heading stuff and all the footer, end matter. (side bar stuff gets squeezed in there too.)
[originally posted on jforum.net by monroe]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: List topic page
 
Similar Threads
Updated K&B 5 Errata - 4/16
code for modification
Add a new page
connecting jsp and WSScripting
Question from Andrew's book