• 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

Help with customizations

 
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 starting configure the forum, but I would like to customize a little bit. I want to make another main page, goes to mypage.htm instead of forum_list.htm, then goes to forum_list.htm if the user choose it. Very similar with www.guj.com.br. I would like to use the same database connection cookies, etc.

I opened the index.htm and changed:



to




then, went to templatesMapping.properties and make



Just to see if it works. But, no... I got the error:

type Status report
message
description The requested resource () is not available.

I have to do something more?

The original installation works fine.

I�m a newbie with JSP, and I�m just starting that customization, any help will be appreciated.

By the way, what is that file clickstream-jforum.xml ?


Thanks in advance,

S.

[originally posted on jforum.net by Anonymous]
 
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
That won't work, because you have to create the respective Java code for the "mypage" action.

The beast approach for you is probably to redirect to another JSP file or code of your own, so you keep JForum's core code intact.

That's what I do on GUJ

Rafael
[originally posted on jforum.net by Rafael Steil]
 
I don't get it. A whale wearing overalls? How does that even work? It's like a tiny ad wearing overalls.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic