Never been to DZone Snippets before?

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

About this user

Amy Hoy http://www.ahoyhere.com

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

set tinymce to use relative links

If installed under Mambo, edit:
mambots/editors/tinymce_exp.php

Lines 157-158:
  relative_urls : true,
  remove_script_host : true,

fix tinymce link editor default of target:_new

When installed in Mambo, edit
mambos/editors/tinymce_exp/jscripts/tiny_mce/plugins/advlink/link.php
lines 253-258:
<select name="target" id="target">
          <option value="_self" selected>_self&nbsp;(<?php echo _insert_link_target_same ?>)</option>
          <option value="_blank">_blank&nbsp;(<?php echo _insert_link_target_blank ?>)</option>
          <!--<option value="_parent">_parent&nbsp;(<?php echo _insert_link_target_parent ?>)</option>
          <option value="_top">_top&nbsp;(<?php echo _insert_link_target_top ?>)</option>-->
</select>
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS