By User on Monday, 20 May 2019
Posted in General Issues
Likes 0
Views 463
Votes 0
Hello. How can I change date format (month) that can I can see in "My Albums" and "Group XXX's albums" section? Please see attached screenshot.

Problem: in russian this month-word display in some wrong case and need to be changed (I'll gonna try different formats) at the moment for russian language sites.

Or may be it's possible to disable this "month + year"? Because album thumb allready has full date. I would like to suggest disable this <div class="es-snackbar"> and date devider in future.

Thanks.
Hi there,

You can do some customisation here .../components/com_easysocial/themes/wireframe/albums/default/default.php by removing or modify codes below.

[gist type="php"]
<div class="es-snackbar">
<i class="fa fa-calendar"></i> <?php echo $date;?>
</div>
[/gist]

Follow steps prompted here https://stackideas.com/docs/easysocial/administrators/templating/template-overrides for template override.
·
Tuesday, 21 May 2019 09:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. I changed date format in this line (in language file):
COM_EASYSOCIAL_ALBUMS_GROUP_DATE_FORMAT="F Y"
·
Tuesday, 21 May 2019 22:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Dmitry, glad that your issue is resolved now. Do take note that changing the language constant will also affect other places that uses that language constant
·
Tuesday, 21 May 2019 23:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post