Skip to:
Content
Pages
Categories
Search
Top
Bottom

Comment Quicktag aggravation

Viewing 2 replies - 1 through 2 (of 2 total)

  • intellivision
    Participant

    @intellivision

    Fixed. It was the path to the .js file that got changed with the template change. Check this in your source code, and if the path isn’t correct the buttons won’t show.


    RoseCitySister
    Member

    @rosecitysister

    To clarify – on or about line 75, find:

    $scripturl = bb_get_option ('uri') . 'my-plugins/js_quicktags.js';

    $thisurl = bb_get_option ('uri') . 'my-plugins/' . basename(__FILE__);

    Change to:

    $scripturl = bb_get_option ('uri') . '/my-plugins/js_quicktags.js';

    $thisurl = bb_get_option ('uri') . '/my-plugins/' . basename(__FILE__);

    In short, change the two instances of my-plugins/ to /my-plugins/

    Great plugin, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar