Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Changing the order of Edit | Delete | Quote | Reply

Quote Reply
Changing the order of Edit | Delete | Quote | Reply
I've tried changing the order in include_post_display.html to something like

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

a_attribs => ""
)%>

But Quote still comes before Reply. Suggestions?
Subject Author Views Date
Thread Changing the order of Edit | Delete | Quote | Reply agaffin 2443 Oct 16, 2002, 7:55 AM
Thread Re: [agaffin] Changing the order of Edit | Delete | Quote | Reply
Jagerman 2313 Oct 29, 2002, 5:38 PM
Thread Re: [Jagerman] Changing the order of Edit | Delete | Quote | Reply
agaffin 2300 Oct 30, 2002, 7:29 AM
Thread Re: [agaffin] Changing the order of Edit | Delete | Quote | Reply
Jagerman 2288 Oct 30, 2002, 2:45 PM
Post Re: [Jagerman] Changing the order of Edit | Delete | Quote | Reply
agaffin 2284 Oct 30, 2002, 7:45 PM