Private Messaging Plugin + BBemoticons plugin
-
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
You must be logged in to reply to this topic.