Giter Club home page Giter Club logo

sp-easy-image-gallery's People

Contributors

emranweb avatar kawshar avatar mi-prakash avatar sanjana4khan avatar siddik-web avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sp-easy-image-gallery's Issues

Album description shown in "Albums List" module

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

Hardcoded text

In modules/mod_speasyimagegallery/tmpl/albums.php at line 75, the texts "Photos" and "Photo" are hardcoded instead of being retrieved from text file... It should be something like:

Text::_('MOD_SPEASYIMAGEGALLERY_PHOTOS')

and

Text::_('MOD_SPEASYIMAGEGALLERY_PHOTO')

where both "MOD_SPEASYIMAGEGALLERY_PHOTOS" and "MOD_SPEASYIMAGEGALLERY_PHOTO" should be added to the text file

Module - Link to album has no correct SEF URL

Hello, there seem to be a bug in the module and SEF URL routing. It happens in Joomla 4 only! The respective gallery menuItem and ID is not respected at all. In the module (Album list), an album link does not get the correct SEF URL. It behaves if there is no menuitem. The URL contains "component" and looks like this: /component/speasyimagegallery/albumname?Itemid=123

PS: Joomla 3 module does work.

Enable HTML tags for the picture description field

Dear developers,

Looks like HTML tags are removed in the description field of a picture. View screenshot
That makes it hard to implement e.g. a line break.
So it would be great if you could enable HTML tags for the picture description field in the future
Screenshot 2021-12-04 111134
.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.