By Philippe on Monday, 03 September 2018
Posted in Technical Issues
Likes 0
Views 580
Votes 0
Hello,

How to insert the Description of a Album in the Stream ?
Which file should I modify ?

Thank you,
Philippe

See my screenshots in attachments.
Hey there,

It is possible by modifying the file JoomlaFolder/components/com_easysocial/themes/wireframe/streams/photos/preview.php

and insert this code


<?php
if ($album->caption) {
echo JText::_($album->caption);
}
?>

·
Tuesday, 04 September 2018 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Farqhan !
It works perfectly

Philippe
·
Tuesday, 04 September 2018 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Glad that it workout for you.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Tuesday, 04 September 2018 17:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post