Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Quote button pulling reply tags

Quote Reply
Quote button pulling reply tags
In an attempt to change the styling of our quote and reply boxes in the markup on dropzone.com, we did a bit of changes to the markup- adding some CSS to it.

Though now, for some reason - the 'Quote' link in the post_display template is bringing up the reply box with the tags:

[reply.]**post content**[/reply.]

Instead of the quote tags.

I've taken a look at the GUI.pm file and it seems to be consistent with our other site where it's working correctly. The markup itself has also been reverted back while trying to fix this.

I've also taken a look at the include_post_display template, and the code looks like this:

Code:

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


Which seems to be correct.

I can't figure out why it's pulling through the reply tags as opposed to the quote tags.

Any help will be appreciated.

Last edited by:

meso: May 6, 2013, 1:52 AM
Subject Author Views Date
Thread Quote button pulling reply tags meso 8343 May 6, 2013, 1:41 AM
Post Re: [meso] Quote button pulling reply tags
meso 8124 May 6, 2013, 7:44 AM
Thread Re: [meso] Quote button pulling reply tags
Andy 8126 May 6, 2013, 8:16 AM
Thread Re: [Andy] Quote button pulling reply tags
meso 8095 May 6, 2013, 9:08 AM
Thread Re: [meso] Quote button pulling reply tags
Andy 8107 May 6, 2013, 9:09 AM
Post Re: [Andy] Quote button pulling reply tags
Andy 8029 May 8, 2013, 1:47 AM