This topic has 5 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #178946
     amorben
    Participant

    Hi, I’m creating a great website thanks to your theme, but I want people just to send private messages and friends requests, and not to “go” to other member’s profiles.

    Can I disable the link from the members page?

    #178962
     Kieran_SQ
    Moderator

    Hi,

    I may be able to help but I need more information. With regards to profile image, username, latest update etc you want the content to remain but all links into the profile to be gone?

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #179347
     amorben
    Participant

    Yes, the idea is that I want members to find other members and send private messages, so I will show everything in the members directory and the links to the send friend requests and private messages.

    Attachments:
    You must be logged in to view attached files.
    #179445
     Kieran_SQ
    Moderator

    Hi,

    To do this you will need to be using the KLEO Child theme and copy the below file from KLEO to KLEO Child replicating the file structure if it is not already in place.

    /kleo/buddypress/members/members-loop.php

    to

    /kleo-child/buddypress/members/members-loop.php

    To remove the link for the avatar please change line 57 from

    <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar(); ?></a>

    To

    <a href="#"><?php bp_member_avatar(); ?></a>

    To remove the link for the username please change line 63 from

    <a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a>

    To

    <a href="#"><?php bp_member_name(); ?></a>

    If you have not made any changes to this file previously you may download the attached copy of the members-loop.php file and upload to your KLEO Child theme using the file structure stated above.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    Attachments:
    You must be logged in to view attached files.
    #179672
     amorben
    Participant

    Perfect. It works. Thanks too much!

    #179673
     Kieran_SQ
    Moderator

    Hey,

    You’re very welcome, feel free to open a new ticket any time and I / we will be happy to help.

    If you like the theme or the support received please would you leave us a review on ThemeForest? Every review really does help us – thanks in advance 🙂

    https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/reviews/6776630

    All the best,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?