Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter another

    (@another)

    OK, I solved some issues. Sort of.

    1. If I delete my entire userContent.css I get the uploaded photo context menu. I do not wish to delete the entire file – does anyone know which lines need to be removed for that?

    2. I still need to figure out how to add ‘MYDIRECTORY’ to the image path automatically…

    3. I figured out how to link the thumbnail to the full size – the context menu does that.

    I fixed #2 by removing the “document_base_url” line from wp-includes/js/tinymce/tiny_mce_gzip.php:


    --- tiny_mce_gzip.php.orig 2006-05-12 01:15:24.000000000 +0100
    +++ tiny_mce_gzip.php 2006-05-12 01:15:28.000000000 +0100
    @@ -157,7 +157,6 @@
    convert_newlines_to_brs : false,
    remove_linebreaks : true,
    save_callback : "wp_save_callback",
    - document_base_url : "<?php echo trailingslashit(get_bloginfo('home')); ?>",
    valid_elements : "<?php echo $valid_elements; ?>",
    <?php do_action('mce_options'); ?>
    plugins : "<?php echo $plugins; ?>"

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image problems (firefox related?)’ is closed to new replies.