• 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.

Direct Links Into Viewer links

From the Chevereto Documentation

get_thumb_html($arg)
Returns the image thumb as HTML tag, like <img src="http://127.0.0.1/images/thumbs/image.jpg" border="0" />. If $arg = true (default) the code will generate a link to the full image url, $arg = false will use the viewer instead. show_thumb_html() echoes this function.

get_thumb_bbcode($arg)
Returns the thumb + img link as BB-Code. If $arg = true (default) the code will generate a link to the full image url, $arg = false will use the viewer instead. show_thumb_bbcode() echoes this function.

You can use this and other template tags to tweak the view.php template file.

If you want to disable all the direct links you must manually edit one by one the JS calls or override the class.upload.php and class.handler.php classes.

Current script doesn't have a "direct/viewer" switcher.
 
Back
Top