Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JForum
Search Coderanch
Advance search
Google search
Register / Login
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
Forum:
JForum
BUG: Edit an old post but displays "Reply to" a subject
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The post_form.htm has a bug on distinguishing from Edit and Reply to and old post. Just add the isEdit check and the I18n key PostForm.edit to fix it:
<#if forum?exists> <#if (topic?exists && topic.id > -1)> <#if isEdit> ${I18n.getMessage("PostForm.edit")} "${topic.title}" <#else> ${I18n.getMessage("PostForm.reply")} "${topic.title}" </#if> <#else> ${I18n.getMessage("PostForm.title")} </#if>
[originally posted on jforum.net by andowson]
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Struts 2 - How do I remove validation messages from fields?
starting a new topic or a user is posting a reply
Returning A List Of Variables From A Folder Of Documents And Returning Them Into A New Document
Compare datas
Move topic
More...