Back/Next
-
Is there a way to add a next and back feature once you are on a specific member page?
-
There is not a “next” feature, though you can turn on a “back” feature. Please navigate to the Connections Setting admin page and click the Display tab. Scroll down to the Results List Actions section. Enable the Back to Directory option and save the change.
I hope this helps; please let me know.
Our main directory page is the “view all” page — is there a way to change where the Back to directory goes to? Because I would want it to go back to the page we are using as the directory page
https://nb1.134.myftpupload.com/members/view/all/Apologies, I missed your follow-up question!!!
Install the Code Snippets plugin.
Add a new code snippet with the following code:
add_filter( 'cn_entry_action_back_atts', static function( $atts ) { $atts['type'] = 'all'; return $atts; } );Save and Activate the new code snippet.
I hope this helps; please let me know.
That didn’t work but it’s showing an error so not sure if that is why. It’s saying a parse error – syntax error.
It sounds like there was an accidental copy-paste error. Make sure the code in the snippet matches precisely the code from my reply.
I hope this help; please let me know.
That code worked but can you take a look and see how it is working.
https://apoba.com/members/view/all/
if you click on a member and the do back to directory it takes you here
https://apoba.com/members-list/view/all/
instead of to my https://apoba.com/members/view/all/
Is it possible to go back to my page?Oh, I see, you have a custom, separate “view all” page that is not Connections.
The easiest solution I can offer to disable the Go Back link in Connections:
After that action link is disabled, navigate to the page tithe the
[connections]shortcode and place a link above it to your custom view all page.I hope this helps; please let me know.
that worked thank you.
Happy to help; have a great weekend!
The topic ‘Back/Next’ is closed to new replies.