By Andy on Monday, 06 January 2020
Posted in Technical Issues
Likes 0
Views 607
Votes 0
Hi - On my user profile > album pages, I'm seeing the PHP code below.

For an example, you should be able to see it if you go to mysite.com/ /151/albums


< ?php echo $comments->getHTML(array('hideEmpty' => false));?>
Hi Andy,

There should not be a space before the question mark. Can you edit that line in the following file and use the following instead?
File: JoomlaFolder/components/com_easysocial/themes/wireframe/albums/layouts/response.php

<?php echo $comments->getHTML(array('hideEmpty' => false));?>
·
Monday, 06 January 2020 10:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect. Thanks. Looking good now.
·
Monday, 06 January 2020 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Andy. Glad to know that your issue is resolved.

Regards.
·
Monday, 06 January 2020 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post