• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

I do not want some things

jinete

Chevereto Member
hello,

I do not want direct links, html codes, bb codes, etc. I only wish to have codes with preview.

Should I change?

Thanks
 
You can edit the view.php page.

Find

Code:
 <div class="input-item"><label for="viewer-link">

and remove any of the lines below you don't wish to be shown. For example if you would like to get rid of the 'direct image' link then delete the whole line:

Code:
<div class="input-item"><label for="direct-link"><?php show_lang_txt('txt_show_directly_link'); ?>:</label> </br><input type="text" id="direct-link" value="<?php show_img_url(); ?>" /></div>
 
Back
Top