Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Quote button pulling reply tags: Edit Log

Here is the list of edits for this post
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

Edit Log: