BuddyDev

Search

Replies

  • Participant
    Level: Yogi
    Posts: 1117

    Hi Brajesh, it’s working fine, thanks!

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1117
    calu on in reply to: [Resolved] Custom Recent visitor code #31698

    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
    Carsten

  • Participant
    Level: Yogi
    Posts: 1117
    calu on in reply to: Recent Visitors notification issues #31202

    Hi 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
    Carsten

  • Participant
    Level: Yogi
    Posts: 1117
    calu on in reply to: [Resolved] Which tag should I use? #31175

    Hi Brajesh, thanks for the tip, learning every day 😉

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1117
    calu on 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 ?>:&nbsp;<strong><?php echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_1 ); ?>

  • Participant
    Level: Yogi
    Posts: 1117
    calu on in reply to: [Resolved] Which tag should I use? #31155

    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

  • Participant
    Level: Yogi
    Posts: 1117
    calu on 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

  • Participant
    Level: Yogi
    Posts: 1117
    calu on 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 Directory

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1117
    calu on in reply to: [Resolved] Which tag should I use? #31145

    *where in the profile loop <?php bp_profile_group_tabs(); ?> is pasted into?

  • Participant
    Level: Yogi
    Posts: 1117
    calu on in reply to: [Resolved] Which tag should I use? #31143

    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