By Giacomo on Saturday, 14 October 2017
Posted in General
Replies 3
Likes 0
Views 319
Votes 0
how can I increase the number of characters shown in the description of the album? see the attached image. thank you
Edit the file /components/com_easysocial/themes/wireframe/albums/layouts/info.php and replace the codes below,

[gist]
<?php echo $this->html('string.truncater', $album->_('caption'), 250); ?>
[/gist]

With,

[gist]
<?php echo $album->_('caption'); ?>
[/gist]
·
Saturday, 14 October 2017 00:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I would like to see formatting in the text description of the album. what files should i modify and what do I need to implement?
·
Tuesday, 14 November 2017 02:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Giacomo,

Regarding your inquiry, unfortunately it is not possible where once you save the album description it will scrape the format.
·
Tuesday, 14 November 2017 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post