• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

[Unofficial] Recents Users Uploaded Images Without DB

Status
Not open for further replies.
Gatses said:
Installed the plugin Recents Uploads. On page larger images:
http://demo.chevereto.com/?v=d7pzQ.png

Is it possible to do that they were in a reduced form?

I intend to create a view list using thumbnails for this mod.

So for now, I could only suggest you to use thumbnails or add a specific width + height.
Also, you could use javascript to dynamically resize the image.
 
Is it possible at this point to do so?:
Display thumbnails, when you click the image opens in the full amount. :)
 
Gatses said:
Is it possible at this point to do so?:
Display thumbnails, when you click the image opens in the full amount. :)

replace
PHP:
print('<img src="'.absolute_to_url(__CHV_PATH_IMAGES__.$element).'" /><br />');

with
PHP:
print('<a href="'.absolute_to_url(__CHV_PATH_IMAGES__.$element).'"><img src="'.absolute_to_url(__CHV_PATH_THUMBS__.$element).'" /></a><br />');
 
After the substitution can not go to the page:
zrEMZ.png
 
Gatses said:
After the substitution can not go to the page:
zrEMZ.png

PHP:
print('<a href="'.absolute_to_url(__CHV_PATH_IMAGES__.$element).'"><img src="'.absolute_to_url(__CHV_PATH_THUMBS__.$element).'" /></a><br />');
 
Status
Not open for further replies.
Back
Top