Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

posts deleted in forum_view.html

Quote Reply
posts deleted in forum_view.html
Hi,

In forum_view.html, when a first post of a thread is deleted, the tag <%post_subject%> (only visible to moderators) gives as result the language variable "POST_DELETED" (<post deleted>). I think it should simply give the real subject of the post, like it does in include_post_display.html. I'm using french version 1.1.7.

Code:


In forum_view.html:



<%if post_deleted%>
Post deleted by <%post_deleted_by%>

<%if user_perm_moderator%>: <%post_subject%><%endif%></a>
<%else%>


Thank you.

François
Subject Author Views Date
Thread posts deleted in forum_view.html Franco 1418 Jul 28, 2002, 8:15 PM
Post Re: [Franco] posts deleted in forum_view.html
Franco 1316 Aug 26, 2002, 10:39 PM