My site runs Drupal 6. Users need a comfortable way to insert images in their posts. I have the following relevant modules: WYSIWYG, TinyMCE, IMCE and IMCE Wysiwyg API bridge. IMCE works just fine for browsing and uploading images; it then inserts a [img]/path/[/img] into the post.
When viewing the node, both as administrator or anonymous user, this tag is displayed as plain text, not as the image we want. The input format of the node is Full HTML, I also added the [img] tag to allowed tags - no difference. I also searched the IMCE issue queue, but there's no mention of this problem.
Does anybody know how to fix the problem?