Recent Topics

1 Apr 09, 2008 21:57    

My b2evolution Version: 1.10.x

I'm using B2Evo 2.4 and would like to enable my client to use Live Writer to post her blog. I have been testing and I can publish if I do not use tags or categories. It seems to do with the <div>. Live Writer does not come with B2Evo as an option, but allows you to customize the tag editor.

If I edit the tags with B2Evo - I get this type XML inserted in the blog:
<div class="posttags">Tags: <a href="http://www.simplylucie.com/blogs/blog1.php?tag=basic+search+engine">basic search engine</a>, <a href="http://www.simplylucie.com/blogs/blog1.php?tag=content">content</a></div>

With the Metalog API this is the XML generated:
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c2a1d544-5cad-41e1-8cd2-84bbd6bd51b2" style="display:inline; margin:0px; padding:0px 0px 0px 0px;">B2Evolution Tags: <a href="http://www.simplylucie.com/blogs/blog1.php?/tag/custom%20site%20design" rel="tag">custom site design</a>, <a href="http://www.simplylucie.com/blogs/blog1.php?/tag/search%20engines" rel="tag">search engines</a></div>

B2Evo objects to the id= tag, the style=tag and there is no class="posttags"... :o The error: Server Error 822

Can you help?

Thanks,
Lucie

4 Apr 10, 2008 01:37

Go to Admin > Users and edit the user group of your Livewriter user, for example 'Administrators'.

Then uncheck "Security filters: prevent CSS tweaks".

Then Save. And voilĂ .

LiveWriter will now be able to stick in dirty id="" attributes into your posts.


Form is loading...