Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

How to Remove / Hide "Add Friend" button on Profile Page?

8 years 2 months ago
  • Bryon's Avatar
    Topic Author
  • Bryon
  • Offline
  • Fresh Boarder
  • Posts: 33
  • Thank you received: 0
Licenses:
JomSocial Active

Hi,

www.mygradtutors.com/profile/9608-fidzuan-kassim

I would like to remove or hide the add friend button. Currently I use language override to hide the text with empty text.

How can I hack file and do template override? thanks

8 years 2 months ago
Licenses:

Hi,

here the steps:
1. please copy /comment/community/components/com_community/templates/jomsocial/layouts/profile/focus.php onto
/templates/[your frontend template]/html/com_community/layouts/profile/focus.php
2. edit that file, and find this code at line 243

<!-- Friending buton -->
<?php if ( $isFriend ) { ?>
    <a href="javascript:" class="joms-focus__button--add" onclick="joms.api.friendRemove('<?php echo $profile->id;?>')">
        <?php echo JText::_('COM_COMMUNITY_FRIENDS_REMOVE'); ?>
    </a>
<?php } else if ( !$isBlocked ) { ?>
    <?php if ( $isWaitingApproval ) { ?>
        <a href="javascript:" class="joms-focus__button--add" onclick="joms.api.friendAdd('<?php echo $profile->id;?>')">
            <?php echo JText::_('COM_COMMUNITY_PROFILE_PENDING_FRIEND_REQUEST'); ?>
        </a>
    <?php } else if ( $isWaitingResponse ) { ?>
        <a href="javascript:" class="joms-focus__button--add" onclick="joms.api.friendResponse('<?php echo $profile->id;?>')">
            <?php echo JText::_('COM_COMMUNITY_PROFILE_PENDING_FRIEND_REQUEST'); ?>
        </a>
    <?php } else { ?>
        <a href="javascript:" class="joms-focus__button--add" onclick="joms.api.friendAdd('<?php echo $profile->id;?>')">
            <?php echo JText::_('COM_COMMUNITY_PROFILE_ADD_AS_FRIEND'); ?>
        </a>
    <?php } ?>
<?php } ?>
3. remove that code

Regards

8 years 2 months ago
  • Bryon's Avatar
    Topic Author
  • Bryon
  • Offline
  • Fresh Boarder
  • Posts: 33
  • Thank you received: 0
Licenses:
JomSocial Active

thanks

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW