We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Integration with Facebook style News Feed - Mentions | Forum

ArtMedia
ArtMedia Sep 5 '17
If you want integrate mentions with this plugin you must edit file static/js/fbcomments.js

line 5472 change
$textarea.val(self.val());
                self.$textarea.trigger('keypress', e);

to

//$textarea.val(self.val());
                self.$textarea.trigger('keypress', e);

line 5486 change

self.updateBodyPadding(editorDiv);
 e.stopImmediatePropagation();

to

self.updateBodyPadding(editorDiv);
            //e.stopImmediatePropagation();
This topic is sticky
This topic is locked
You do not have permission to reply this topic