Adding Columns To Group View Admin Screen
-
I’m talking about this screen (which shows all your groups in the backend, similar in concept to activities):
admin.php?page=bp-groupsI’m trying to extend things so i can added a few custom columns (or even filters) but if i’m looking at things correctly, then BP_Groups_List_Table (/bp-groups/bp-groups/admin.php) doesn’t have the hooks, etc. i need to add columns and perform related functions?
Is there a way to do this (or replace BP_Groups_List_Table with my own table) without touching the core files?
- The topic ‘Adding Columns To Group View Admin Screen’ is closed to new replies.