Gok Demir
Gok Demir

Reputation: 1402

Joomla to Drupal migration problem

AFter migrating a joomla 1.5 site to Drupal 6 by using Joomla to Drupal module. While importing I ticked full HTML. Now some of the pages have are annoying codes as shown below:

<!--[if gte mso 9]>

Normal
0
21

false
false
false

TR
X-NONE
X-NONE

MicrosoftInternetExplorer4


<![endif]--><!--[if gte mso 9]>

DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">

UnhideWhenUsed="false" QFormat="true" Name="Normal"/>

UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>

I think they are copied and pasted from MS Word. How could I fix these? Thanks

Upvotes: 0

Views: 681

Answers (1)

wiifm
wiifm

Reputation: 3798

I can think of 2 possibilities:

  1. Try re-importing with 'filtered html', this will strip non-approved tags (filtered html can be customised to allow certain tags e.g. <img>). I don't know if the import module has a setting to choose this or not.
  2. Use a rich text editor on drupal, and manually edit each node. I know the WYSIWYG editor ckeditor has a config parameter to force pasting into the textbox to be plain text

Upvotes: 1

Related Questions