• Resolved treehill

    (@treehill)


    I was trying to add wpmore(read more) button. I managed to delete buttons I dont need, found the name of the button I want….and I am stuck…
    CODE>quickpostwidget.php, lne 995/999

    <echo preview,|,bold,italic,underline,|,justifyleft,
    justifycenter,|,wp_more’;

    Any ideas?
    Great plugin, i didnt find anything close to this plugin..so I need to resolve this… great kids by the way, you are a lucky man… ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author inapan

    (@inapan)

    @treehill

    I got it working doing the following:

    1) on line 996 I added the wordpress plugin to the list of plugins so I changed line 996 from

    ... echo 'safari,paste, ...

    to

    ... echo 'wordpress,safari,paste, ...

    2) on line 997 I added the the wp_more button just as you did

    3) apparently this wasn’t enough because errors occurred mentioning a getUserSetting function. This one is defined in the wp-admin/js/utils.js file. I don’t know whether this is the right way but eventually I got it working by adding the following line after line 1216 (where tinymce is enqueued):

    wp_enqueue_script('utils', get_bloginfo('wpurl') . '/wp-admin/js/utils.js');

    I’m open for better solutions.

    (and yes, I am a very lucky man….)

    inapan

    Thread Starter treehill

    (@treehill)

    It works! ??
    Thanks a lot inapan….resolved.

    Plugin Author inapan

    (@inapan)

    @treehill

    Glad to know and thanks for the message.

    inapan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘readmore button’ is closed to new replies.