[buddypress-trac] [BuddyPress Trac] #5892: bp-default: missing suggestions for @mentions
    buddypress-trac 
    noreply at wordpress.org
       
    Sun Sep 21 22:35:21 UTC 2014
    
    
  
#5892: bp-default: missing suggestions for @mentions
--------------------------+-----------------------
 Reporter:  m@…           |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  2.1.1
Component:  Theme         |    Version:  2.1
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------
 Looks as progress like @mentions were forgotten to get ported back to good
 ol’ bp-default. In bp-activity/js/mentions.js you’ll find on what elements
 @mentions should work:
 {{{
 // Activity/reply, post comments, dashboard post 'text' editor.
 $( '.bp-suggestions, #comments form textarea, .wp-editor-area'
 ).bp_mentions( users );
 }}}
 The selector class 'bp-suggestions' is currently missing in bp-default.
 I created a pull request: https://github.com/buddypress/BP-
 Default/pull/2/files
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5892>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
    
    
More information about the buddypress-trac
mailing list