bbPress

Simple, Fast, Elegant

bbPress support forums » Requests and Feedback

Private Messaging Plugin + BBemoticons plugin

(1 post)
  • Started 2 months ago by Janka
  1. Hi, i have the bbpress 0.9.0.2 installed.
    I try to enable BBemoticons for Private Messaging Plugin.
    I modified the file bb-emoticons.php add at last line this command:
    bb_add_filter('pm_text', array(&$bbemoticons, 'convert_smilies'));

    I have add the line:
    <?php bb_do_action('bb_grins'); ?>
    into file pm-user-form.php

    And i have add the line:
    <script type="text/javascript" src="'. bb_get_option('uri') .
    'my-plugins/bb-emoticons.php?bb_grins_output=javascript"></script>
    before
    </head>
    in the file header.php of template.

    I see the emoticons in the private messages :-)
    but when i click on the smile,
    i see an exception in the javascript :-(

    the plugin run correctly in the normal message of forum.

    Can you help me?
    Thank's

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.