Anonymous wrote:in SystemGlobals.property, set
forumLink=https\://localhost
turns out in the template files you didn't really make use of this value.
- forum_base.htm, line 7
<base href="http://${serverName}:${serverPort}${contextPath}/">
- index_main.htm, line 3
<base href="http://${serverName}:${serverPort}${contextPath}/">
that sorta defeats the purpose of having a value in SystemGlobals.property, isn't it?
i've hacked your template htmls to make it to work for now.
Cheers,
Felix
I have fixed this, for the forum home links (Squirell & "back to home page" ) on forum_base.htm. Should I fix it for the base href's as well.. If these are the same then I will go ahead and fix it.. Shouldn't be too hard to fix, and I can get it into CVS later today..
Let me know.
Ken
[originally posted on jforum.net by kencochrane]