set tinymce to use relative links
mambots/editors/tinymce_exp.php
Lines 157-158:
relative_urls : true, remove_script_host : true,
DZone Snippets > ahoyhere > mambo
12114 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
Amy Hoy http://www.ahoyhere.com
mambots/editors/tinymce_exp.php
relative_urls : true, remove_script_host : true,
mambos/editors/tinymce_exp/jscripts/tiny_mce/plugins/advlink/link.phplines 253-258:
<select name="target" id="target"> <option value="_self" selected>_self (<?php echo _insert_link_target_same ?>)</option> <option value="_blank">_blank (<?php echo _insert_link_target_blank ?>)</option> <!--<option value="_parent">_parent (<?php echo _insert_link_target_parent ?>)</option> <option value="_top">_top (<?php echo _insert_link_target_top ?>)</option>--> </select>