Replies
- calu on July 14, 2020 at 7:38 pm in reply to: [Resolved] Hiding all BP content for other than logged in members #31717
Hi Brajesh, it’s working fine, thanks!
Regards
Carsten Hi Brajesh, thanks for the suggestion, where do I find the mentioned shortcode, and how does this differs from your recent visitors plugin, except maybe from some more settings?
Regards
CarstenHi Brajesh, the issue with the recent visitors notification counter is still an issue, actually the counter has stuck, and no new visits are registered.
Do you have some time to take a look at it again?
Thanks
Regards
CarstenHi Brajesh, thanks for the tip, learning every day 😉
Regards
Carsten- calu on June 22, 2020 at 9:37 am in reply to: Adding Xprofile fields to Recent Visitors directory? #31161
Hi Ravi, hmmm, it is not rendered out, should I wrap in the content like this?
<?php echo $bphelp_my_profile_field_1 ?>: <strong><?php echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_1 ); ?>
Hi Brajesh, still learning, adding
<?php bp_profile_group_tabs(); ?>
to the profile-loop.php is not just a simple copy/paste I realised, hope to learn that some day ;-), meanwhile, I think I just add it in a hook, its working perfectly, thanks.Regards
Carsten- calu on June 22, 2020 at 5:39 am in reply to: Adding Xprofile fields to Recent Visitors directory? #31152
Hi Ravi, thanks for bringing up a solution so quickly.
Does this code cover both members directory and recent visitors directory, so I can delete the existing code I use for adding extra data the Members directory?
Regards
Carsten - calu on June 22, 2020 at 5:17 am in reply to: Adding Xprofile fields to Recent Visitors directory? #31149
Hi Ravi, thanks for your reply, yes that is my goal, exactly the way the code in the link above, is working in
Members DirectoryRegards
Carsten *where in the profile loop
<?php bp_profile_group_tabs(); ?>
is pasted into?Hi Brajesh, so the position of the tabs is defined by where in the profile loop it is copied into?
I think I have asked this question before, but something is stil not clear to me; what about the original position of the tabs, should I just hide them with css, or should the code be deleted from the profile loop?
Thanks