Skip to:
Content

bbPress.org

Changes between Initial Version and Version 2 of Ticket #2611


Ignore:
Timestamp:
06/07/2014 02:02:04 AM (12 years ago)
Author:
netweb
Comment:

Thanks for the ticket, it doesn't look like we can download their plugins.

I sent a quick note to the Tips and Tricks team if they could swing by here and take a look. ;)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2611

    • Property Cc design@… added
  • Ticket #2611 – Description

    initial v2  
    88I checked out the script in Chrome’s JavaScript console and got this:
    99
     10{{{
    1011“Uncaught ReferenceError: QTags is not defined” (around the 5th line of code):
    1112
    1213edButtons[110] = new QTags.TagButton( ‘code’, ‘code’, ‘', '‘, ‘c’ );
    1314QTags._buttonsInit();
     15}}}
    1416
    1517That looks like it might be it. Any thoughts on how to define the QTags?
     
    1719
    1820
    19 Here is the script from which the conflict originates: http://dev.detoxtheworld.com/wp-content/plugins/bbpress/templates/default/js/editor.js
    20 
     21Here is the script from which the conflict originates:
     22http://dev.detoxtheworld.com/wp-content/plugins/bbpress/templates/default/js/editor.js
    2123https://bbpress.trac.wordpress.org/browser/tags/2.5.3/templates/default/js/editor.js
    2224
     
    2830Hi,
    2931
    30 You have a JS error that blocks the execution, from this file http://dev.detoxtheworld.com/wp-content/plugins/bbpress/templates/d... , slider can't cause it even theoretically.
     32You have a JS error that blocks the execution, from this file http://dev.detoxtheworld.com/ ... /bbpress/templates/default/js/editor.js , slider can't cause it even theoretically.
    3133
    3234If you say that everything starts working correctly after eMember is deactivated - contact their support, and ask which of their files can cause conflict with bbpress js file.