[buddypress-trac] [BuddyPress Trac] #9195: [BP Tools - Manage Opt-outs] Unable to save Screen Options Pagination value

buddypress-trac noreply at wordpress.org
Sun Jun 23 22:17:34 UTC 2024


#9195: [BP Tools - Manage Opt-outs] Unable to save Screen Options Pagination value
-------------------------------------------------+-------------------------
 Reporter:  emaralive                            |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  14.0.0
Component:  Administration                       |     Version:  12.5.1
 Severity:  normal                               |  Resolution:
 Keywords:  has-screenshots has-patch dev-       |
  feedback 2nd-opinion                           |
-------------------------------------------------+-------------------------

Comment (by emaralive):

 Hi @imath,

 Tested the pacth (9195.02.patch) and it works well. However, along the
 way, I discovered that there is another place where screen pagination
 doesn't save, .i.e., **{{{site.url/wp-admin/tools.php?page=bp-members-
 invitations}}}** (**BP Tools - Manage Invitations**) and based on the new
 **central function** scheme there should be 2 (two) more entries for
 filter hooks:


 {{{
 add_filter(
 'set_screen_option_tools_page_bp_members_invitations_per_page',
 'bp_admin_set_screen_options', 10, 3 );
 add_filter(
 'set_screen_option_tools_page_bp_members_invitations_network_per_page',
 'bp_admin_set_screen_options', 10, 3 );
 }}}

 I'm not sure if you need another ticket or not. Perhaps, you can just
 slide it into [https://github.com/buddypress/buddypress/pull/320 PR #320].
 Thoughts?

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


More information about the buddypress-trac mailing list