• 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

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