By offal on
I've installed TinyMCE, image, image-assist and put drupalimage into the appropriate folder as per installation instruction. As far as I can tell I've configured everything as it should be, but for some reason inserting images is not cooperating for me: When placing images using TinyMCE, Images don't appear where I've placed them (although the editing view shows them placed correctly) and the image has a black border.
Where am I going wrong? What have I not configured correctly? I've shuffled through these forums for hours but have found no working solution.
Could someone please point me to a solution.
Comments
did you enable
did you choose enable FULL HTML under the INPUT FORMAT? If you didin't, it was my expreience that having missed to enable it will not show the images.
Setup as suggested
I set up an input profile as suggested in the tinymce install.txt:
"It's best when using this editor to use an input format that has all
filters disabled. What I usually do is create an input format called
'Rich-text editing' and set that as the default format for roles which
use TinyMCE exclusively."
But still, no luck, unless I'm doing that step incorrectly somehow.
I also tried FULL HTML as you suggested, but same result.
Still looking for answer
Is anyone experiencing this same problem? I'm still looking for a solution to the images not centering. Which configuration am I getting wrong? Please help.
May have a solution
I noticed that when I insert an image, then 'disable rich text' (button just below tinymce window), the code displays.
When I then delete the bit that says: 'span class="inline left"' , then everything displays as it should. Even the black border around the image disappears.
Am I correct in assuming that image_assist puts in the 'span class="inline left"' line?
Is there not a way of disabling this in the image_assist settings so that I won't have to do this manually for every image?
Is there a different, more easy way of centering images?
it is quite a while since
it is quite a while since your post, but I am currently experiencing the same bug with Dupal 4.7 - latest tinymce and img_assist.
Did you find an easier way to fix this problem?
No, I didn't find a
No, I didn't find a solution.
Although, since then I have moved to Drupal 5 and I'm using FCKeditor. This combination gave me no problems but unfortunately FCKeditor doesn't have the same number of functions / options as TinyMCE.
I have also tried TinyMCE on Drupal 5 and it worked well without the abovementioned centering and border issues (as far as I can remember). But TinyMCE's menu didn't wrap nicely and looked a bit of a mess on smaller screen resolutions. Perhaps that will be fixed one day? Then TinyMCE would be my editor of choice. 'Til then it's FCKeditor.
Offal dose FCKeditor work
Offal dose FCKeditor work correctly with the image assist module??