• I have installed mceTextarea plugin in my wordpress site & it works fine. The only problem is image upload. After adding the image from the editor & updating my post the image does not get displayed on the site. The link shows broken. Actually while uploading I had put the entire image URL (ie; http://mysitename/wp-content/uploads/2012/06/imagename.jpg) But after clicking update option the URL is gets strapped & the plugin considers the url form ../wp-content/uploads/2012/06/imagename.jpg. How can I edit my wordpress code to display whole image url.
    Any help will be greatful. Thanks in advance

    http://wordpress.org/extend/plugins/mcetextarea/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem.
    The pluguin adds a <p>[id]</p> to all image related to the post or page.

    I have solved going to database and change all the related objects in table wp_postmeta that have the form <p>id_number</p> for id_number only at column meta value.

    Hops it helps!
    If the error is solved, please notify me!

    Thread Starter AmrutaNet

    (@amrutanet)

    Thanks jdivins for taking time to reply. will surely check & notify with the same as i make some time soon.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: mceTextarea] Image upload not working’ is closed to new replies.