Replies
Sorry #29617 was added by mistake ‘Please disregard this topic, I think there is a plugin conflict going on’
I still very much would like you to have a look at this
I have illustrated my goal, which is to place the edit buttons directly under their respective groups like this:
Regards
CarstenPlease disregard this topic, I think there is a plugin conflict going on
Hi Brajesh, thanks for your feed back.
I have illustrated my goal, which is to place the edit buttons directly under their respective groups like this:
Regards
CarstenTopic moved to new
Hi Brajesh, the hook
bp_after_profile_field_content
is the same for all Profile Fields Groups, but each group has an id.Is it possible to add a unique id to the hook, for adding different content to different Profile Fields Groups?
Regards
Carsten- This reply has been marked as private.
- This reply has been marked as private.
- This reply has been marked as private.
Hi Brajesh, I’m sorry, but I can’t get the function to work, is the syntax wrong?
Regards
CarstenHi Brajesh, just
id=1
?, it’s actually working, but it looks like something is missing, like ´edit-group-1`‘You can always use bp_is_my_profile() to check if it is current user’s own profile.’
wrapped like this?
<?php if ( bp_is_my_profile() ) { echo "bp_after_profile_content"; // echo edit links here } ?>
Regards
Carsten