Actions
Bug #4943
closed@-mention completion for forum posts, etc
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
BuddyPress (misc)
Target version:
Start date:
2015-11-21
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
BP has had autocompletion for @-mentions built in for a couple of releases, but I think we don't inherit it because we're running a bp-default child theme. Ray, could you look into how hard it is to port over?
Updated by Boone Gorges about 8 years ago
Hi Ray - If this is an easy win, let's do it, but please feel free to punt.
Updated by Raymond Hoh about 8 years ago
- Status changed from Assigned to Resolved
Fixed.
Had to do two things:
- Ensure that the at-mentions JS is loaded on group forum pages (commit 2f4a220).
- Tell TinyMCE about BP's at-mention autocomplete script (commit 6d47706).
Actions