J jinete Chevereto Member Mar 14, 2012 #1 hello, I do not want direct links, html codes, bb codes, etc. I only wish to have codes with preview. Should I change? Thanks
hello, I do not want direct links, html codes, bb codes, etc. I only wish to have codes with preview. Should I change? Thanks
Piers Founder licence Mar 14, 2012 #2 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>
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>