By Henri on Tuesday, 09 January 2018
Posted in General
Likes 0
Views 379
Votes 0
Hello

Our website is online from yesteday and, in a first step, I prefered to hide some low-priority features: friends, badges, video and ... album.

But the 'Group menu' album is still displayed and when I click on it, I have a 404 splash screen.
Can we hide this menu?

ps: don't be confused in our website as we have a 'Album' top menu which is linked to our Flickr albums (50,000+ pictures)
Hi Henri,

Do you want to disable the photo functionality in the EasySocial as well? If yes, you can disable the setting: http://take.ms/QBX5S
So it will not shows the 'photo' tab in toolbar.
If you just want to hide it you can customize in the file:
.../components/com_easysocial/themes/wireframe/toolbar/default.php
and remove the code:

<?php if ($this->config->get('photos.enabled')) { ?>
<li class="<?php echo $highlight == 'albums' ? 'is-active' : '';?>">
<a href="<?php echo ESR::albums();?>" class="es-navbar__footer-link">
<i class="fa fa-photo"></i>
<span>
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_PROFILE_PHOTOS');?>
</span>
</a>
</li>
<?php } ?>

You can do it in template override as well

You're suggested to backup the file that you want to customize beforehand for precaution
·
Tuesday, 09 January 2018 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks

For the moment, I just uncheck the Pictures setting.

BR
Henri
·
Thursday, 11 January 2018 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure Henri

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.

Have a nice day ahead
·
Thursday, 11 January 2018 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post