set tinymce to use relative links
1 mambots/editors/tinymce_exp.php
Lines 157-158:
1 2 relative_urls : true, 3 remove_script_host : true,
12880 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 mambots/editors/tinymce_exp.php
1 2 relative_urls : true, 3 remove_script_host : true,
1 mambos/editors/tinymce_exp/jscripts/tiny_mce/plugins/advlink/link.phplines 253-258:
1 2 <select name="target" id="target"> 3 <option value="_self" selected>_self (<?php echo _insert_link_target_same ?>)</option> 4 <option value="_blank">_blank (<?php echo _insert_link_target_blank ?>)</option> 5 <!--<option value="_parent">_parent (<?php echo _insert_link_target_parent ?>)</option> 6 <option value="_top">_top (<?php echo _insert_link_target_top ?>)</option>--> 7 </select>