Replies
Hi Brajesh,
If you can tell me what Slug to use then can’t I achieve my aim by adding [logged-user-profile]
in the Tab Link field?Or are you saying that the Member Home Page Slug is always the dynamic User Name i.e /members/user1/ /members/user2/ /members/user3/ etc?
I think it’s very confusing to the User the way that Buddypress currently works.
i.e. If as User1 I am viewing the Profile Page of another Member, and then if I want to return to my own Home Page, when I select the Member Home Page, I expect to go back to my Home Page, but Buddypress keeps me stuck in the Profile of the other User.Any suggestions how to remedy this is welcome
Hi Brajesh
1] Thanks again, look forward to hearing back from you
2] It’s amazing how simple things when you know the system – thanks for your help with this Brajesh
3] Now your Group Tab creater is working for me, I’ve added back in the Site Wide Widget and it does in fact list the activities of all groups, whether one is a member of that Group or not. See
https://incahoot.org/business-groups/axbridge-business-group/business-groups/
It’s a shame it doesn’t work on the Profile Tabs
Also to say, I’ve backed everything up so feel free to make any changes necessary
Hi Brajesh
Thanks for your feedback
1] look forward to earing back from you on this
2]I have activated it now.
Log in as a non admin
Name:User1
Password: 1234
Go to
https://incahoot.org/members/user1/group-activity/grouplist/
Choose a Group. You get a 404 errorDeactivate the your plugin and the links work ok
3]The Tab is called “Activity All Groups” which is why I included the activity “Groups”
but excluded the activities of Activity & Friends
But it shows no Group Activity although there has been Group ActivityHowever the Widget did work when I had it in a Tab created by your Groups Creator Pro
(which I cannot use cause it disabled hyperlinks) but doesn’t work when I put it in a Tab created by User Profile Tabs Creater (Wich is where I would like to use it)Hi Brajesh
Your code produced this error:
Your PHP code changes were rolled back due to an error on line 732 of file wp-content/themes/evolve/functions.php. Please fix and try saving again.
syntax error, unexpected ‘&’
The code I entered was
/*
From Brajesh. Fix pagination problem with Buddypress shortcodes
————————————— */
add_filter( 'bbp_before_bbp_topic_pagination_parse_args', function ( $args ) {if ( ! function_exists( 'bp_is_user' ) || ! bp_is_user() ) {
return $args;
}
$args['base'] = add_query_arg( 'paged', '%#%' );return $args;
} );Can you fix please?
Thanks
Also, if you click on any one of the Groups in the Group list it creates, you get a 404 error, it doesn’t take you to the Group. Is there any plan to fix any of these errors?
For every Group listed it repeats the Groups Tabs menu once
So if the preson is a member of 2 Groups, it reapats the Group Tabs menu twice
If the preson is a member of 12 Groups, it reapats the Group Tabs menu a dozen times