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

Redirect to Direct Link

Go to the view.php template and change this:
Code:
<a href="<?php show_short_url('internal'); ?>" target="_blank"><?php show_img_filename(); ?>

To this:
Code:
<a href="<?php show_img_url(); ?>" target="_blank"><?php show_img_filename(); ?>

And change this:
Code:
<div id="view-full-image"><a href="<?php show_short_url('internal'); ?>"

To this:
Code:
<div id="view-full-image"><a href="<?php show_img_url(); ?>"

You can control all the links, text, etc in the theme using the template tags. http://chevereto.com/docs#!template-tags
 
Back
Top