It always returns the error code: “Uh oh! something went wrong!”
This is a huuge error. If anyone found a fix to this problem or if the author of this plugin could adress this issue, that would be great.
]]>Why not change this:
href="javascript:void(null)"
to something like this
href="#new-post"
???
It will move user to comment form when clicked.
Otherwise user cann’t understand that something happened after his click. ??
My comments code in bbpress2 replies look like this:
<p>aaa</p>
<p>bbb<br>
ccc</p>
<p>ddd</p>
after clicking “quote” – quoted message shown like this:
aaa
.
.
bbb
ccc
.
.
ddd
.
.
*(“.” – this is new line)
I’ve removed 1 break-line from JS and now all work correctly.
var posttext = posttext.replace(/<\/\s*p>/g, "\
r
\n");
Using nightly 3.3beta2 of wp, and also the new 2x bbpress which includes the new editor.
The quotes plugin broke, always says ‘uh oh something went wrong’
this is probably due to the new wp editor in bbp
]]>I posted over on your support site, never heard back, so posting here.
https://trac.domainsoil.com/bbpress-quotes/tickets/uh-oh-something-went-wrong/
I am using bbPress 2x and have the quotes plugin activated. The plugin works properly “IF” I am logged in and click the quote button.
However, if a guest is creating a reply and clicks the quote button, I get the ‘Uh Oh somethign went wrong error’.
Obviously I have guest posting activated in bbPress settings.
demo:
]]>