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.

[SOLVED] How can I edit or remove photo filter in user profile?

6 years 9 months ago
  • Jan's Avatar
    Topic Author
  • Jan
  • Offline
  • Junior Boarder
  • Posts: 108
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Active

Hello,
How can I edit or remove photo filter in user profile?
Please check screen in attached file. The 3rd field isnt good for me.
Can you help me?
Thank you,
Jan

Attachments:
6 years 9 months ago
Licenses:

Hi,

you can do it by using template override, steps:
1. copy list.php from /components/com_community/templates/jomsocial/layouts/album/ to /templates/[joomla active template]/html/com_community/layouts/album/. please create /html/com_community/layouts/album/ if not exist.
2. edit that file at new location, and remove this code from line 61

<?php if ($type != PHOTOS_GROUP_TYPE && $type != PHOTOS_EVENT_TYPE) { ?>
    <select class="joms-select" onchange="joms_change_filter(this.value);">
        <option value="date" <?php if($sortBy=='date') echo "selected='selected'";?>><?php echo JText::_('COM_COMMUNITY_ADVSEARCH_DATE'); ?></option>
        <option value="hit" <?php if($sortBy=='hit') echo "selected='selected'";?>><?php echo JText::_('COM_COMMUNITY_HITS'); ?></option>
        <option value="name" <?php if($sortBy=='name') echo "selected='selected'";?>><?php echo JText::_('COM_COMMUNITY_NAME'); ?></option>
        <?php if($config->get('show_featured')){ ?>
        <option value="featured_only" <?php if($sortBy=='featured_only') echo "selected='selected'";?>><?php echo JText::_('COM_COMMUNITY_FEATURED'); ?></option>
        <?php } ?>
    </select>
<?php } ?>

if you dont know how to do it. please provide me your site detail as super user.

Regards

The following user(s) said Thank You: Jan
6 years 9 months ago
  • Jan's Avatar
    Topic Author
  • Jan
  • Offline
  • Junior Boarder
  • Posts: 108
  • Thank you received: 0
Licenses:
JomSocial Active Socialize Active

Perfect,
thank you so much

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