Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Re: [Andy] How can I disable 'reply' in a particular forum?: Edit Log

Here is the list of edits for this post
Re: [Andy] How can I disable 'reply' in a particular forum?
Andy, taking your first suggestion of editing include_post_display_html, instead of totally removing the "Reply" part, I just put a space in the text value:


<%GForum::GUI::draw(
draw => post_display_options,
separator => " | ",
edit => "Edit",
delete => "Delete",
cant_post => "Can't Post",
quote => "Quote",
reply => " ",
a_attribs => ""
)%>

I don't mind the | | at all, I'm justing hoping that some type of if-code processing could be done like "if forum_id in (x,y,z)" it could resolve to reply => " " for those forums, and reply => "Reply" for every other forum or default.

.

Last edited by:

Jumbolaya: Jan 10, 2008, 2:41 PM

Edit Log: