Mackski Posted March 10, 2017 Posted March 10, 2017 I'm trying to add a hook to allow exporting of filtered users from /access/users I have managed to add a button to a user form to export all users, however it would be much nicer to add a button to allow export from a filtered list of users, right after the page lister. I've tried: $this->addHookAfter("ProcessPageLister::execute", $this, "addExportUsersButton"); with no real luck. Any ideas? Here is where I'm trying to add a export button after:
Robin S Posted March 10, 2017 Posted March 10, 2017 Not an answer to your question sorry and only useful for those with Lister Pro, but just wanted to note that you can export the filtered list of users with "Export Pages to CSV" action for Lister Pro. 2
DV-JF Posted January 24, 2019 Posted January 24, 2019 On 3/11/2017 at 12:16 AM, Mackski said: I've tried: $this->addHookAfter("ProcessPageLister::execute", $this, "addExportUsersButton"); with no real luck. Any ideas? Here is where I'm trying to add a export button after: Did you managed this task ? I'm trying nearly the same thing - would be nice to get some hints.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now