By Leo Nobles III on Thursday, 01 March 2018
Posted in General
Likes 0
Views 568
Votes 0
Hello, when you look on backend you'll see I have new members & new albums.. When you go to the alblm section on frontend you still see the same albums first.

Do I need to adjust setting to show current albums.
Hi there,

Actually that how it should shown currently as those avatar and cover photos albums will not included on all albums sections and for albums sections, will only shown created albums only and not the one shared on the timeline itself.

Please advice.
·
Thursday, 01 March 2018 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

No problem, can you please remove the photo option from displaying in the navigation?
·
Friday, 02 March 2018 09:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

May i know which part of Albums navigation you referring to right now? It would be best if you can provide us with attachement on screenshot on which part of albums navigation your referring to.

Please advice.
·
Friday, 02 March 2018 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem, we really appreciate your help ?
·
Friday, 02 March 2018 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Oh, should have know it this. You can edit this files .../modules/mod_office_sidebar/tmpl/default.php and do template override at this path ...template/office/html/modules/mod_office_sidebar/tmpl/default.php

You can remove codes below and see how it goes.

<?php if ($config->get('photos.enabled')) { ?>
<li>
<a href="<?php echo ESR::albums();?>"><?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_PROFILE_PHOTOS');?></a>
</li>
<?php } ?>
·
Friday, 02 March 2018 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

I did a template override at this path:

template/office/html/modules/mod_office_sidebar/tmpl/default.php

The album is no longer visible.

Thanks ?
·
Monday, 05 March 2018 18:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

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.
·
Monday, 05 March 2018 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post