[buddypress-trac] [BuddyPress Trac] #6740: BP_IGNORE_DEPRECATED and the message component

buddypress-trac noreply at wordpress.org
Fri Nov 20 12:44:00 UTC 2015


#6740: BP_IGNORE_DEPRECATED and the message component
-----------------------------------+------------------------------
 Reporter:  wpdennis               |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  normal                 |   Milestone:  Awaiting Review
Component:  Component - Messaging  |     Version:
 Severity:  normal                 |  Resolution:
 Keywords:  dev-feedback           |
-----------------------------------+------------------------------
Changes (by wpdennis):

 * cc: mail@… (added)


Comment:

 Yeah, that would resolve the issues. Anyway, I still think the needed
 styles to format the form should be independent from autocomplete.

 As a side note: Before 2.4.0 I haven't had this issue but I'm not sure
 whether there were CSS changes in 2.4.0 or this was because of some
 customizing on my end that stopped working now.

 In case someone needs to fix this too, this worked for me:

 {{{
 add_action( 'wp_head', function() {
         if ( bp_is_messages_component() and bp_is_current_action(
 'compose' ) ):
                 echo '<style>ul.acfb-holder{padding:0;list-
 style:none}</style>';
         endif;
 } );

 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6740#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list