• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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