[buddypress-trac] [BuddyPress Trac] #7840: bp_is_messages_compose_screen not working with BP Nouveau

buddypress-trac noreply at wordpress.org
Mon May 21 09:34:49 UTC 2018


#7840: bp_is_messages_compose_screen not working with BP Nouveau
-------------------------------------------------+-------------------------
 Reporter:  sbrajesh                             |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  3.0.1
Component:  Templates                            |     Version:  3.0.0
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch needs-testing reporter-    |
  feedback                                       |
-------------------------------------------------+-------------------------

Comment (by DJPaul):

 You can get it on page load:

 {{{#!php
 <?php
 parse_url('http://site.url/username/messages/#compose')
 => [
      "scheme" => "http",
      "host" => "site.url",
      "path" => "/username/messages/",
      "fragment" => "compose",
    ]
 }}}

 Plugins that would have made changes when a particular screen is loaded,
 will or should update to support Nouveau, if they want to modify things on
 the front-end. I agree they can't do back-end changes now. I'm not sure we
 can support everything.

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


More information about the buddypress-trac mailing list