Simple mentions

Frequently Asked Questions

Version 2.0.0: No mention in quick reply

Unfortunately, a bug exists in version 2.0.0 that the mention window will not show up in the quick reply form. This will be fixed in version 2.0.1, or you can apply the following change:
in ext/paul999/mention/event/main_listenter.php:
find:

Code: Select all

'UA_AJAX_MENTION_URL'    => $this->helper->route('paul999_mention_controller'),
(Line 168)
Replace with:

Code: Select all

'U_AJAX_MENTION_URL'    => $this->helper->route('paul999_mention_controller'),