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
Quote Reply
Re: [Franco] posts deleted in forum_view.html In reply to
This error still there in 1.1.8 (french version).

As a exemple of this error, in my forum I have for a thread: "Message supprimé par François: <Message posté supprimé>" (Post deleted by François: <Post deleted>). That doesn't really make sense. "<Post deleted>" should be replaced by the subject of the deleted post (thread).

Thank you.

François

Last edited by:

Franco: Aug 26, 2002, 10:42 PM