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
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
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
JForum
Moderation controls at the bottom of post_show for Admin
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Only show for moderators now, not admins.
Don't know if that's already been fixed or not.
Index: templates/default/post_show.htm =================================================================== --- templates/default/post_show.htm (revision 2323) +++ templates/default/post_show.htm (working copy) @@ -284,7 +284,7 @@ </tr> </#if> - <#if isModerator> + <#if isModerator || isAdmin> <form action="${JForumContext.encodeURL("/jforum")}" method="post" name="formModeration" id="formModeration"> <input type="hidden" name="action" value="doModeration" /> <input type="hidden" name="module" value="moderation" /> Index: templates/macros/presentation.ftl =================================================================== --- templates/macros/presentation.ftl (revision 2269) +++ templates/macros/presentation.ftl (working copy) @@ -105,7 +105,7 @@ document.formModeration.submit(); } </script> - <#if isModerator> + <#if isModerator || isAdmin> <#if can_remove_posts?default(false)> <a ><img class="icon_topic_delete" Delete")}" /></a> </#if>
[originally posted on jforum.net by bcc]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thank you very much.
Rafael
[originally posted on jforum.net by Rafael Steil]
The harder I work, the luckier I get. -Sam Goldwyn So tiny. - this ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to restrict user to delete posts posted by him only
paypal problem
Two "Post"s on the same html page valid?
Validating in Struts
Memory Issues
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
More...