Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Album description shown in "Albums List" module #11

Open
tisba73 opened this issue Apr 18, 2022 · 0 comments
Open

Album description shown in "Albums List" module #11

tisba73 opened this issue Apr 18, 2022 · 0 comments

Comments

@tisba73
Copy link

tisba73 commented Apr 18, 2022

In "modules\mod_speasyimagegallery\tmpl\albums.php" file, the code

<?php if(!empty($album->description)): ;?>
<br>
<span class="speasyimagegallery-album-meta-count" style="font-weight: normal;"><small><?php echo $album->description ;?></small></span>
<?php endif; ?>

lines 76 to 79 should be removed.

The current implementation shows the album description inside the album preview and, in my opinion, it is an issue because it is a different behavior than the component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant