Wordpress Import

Found a bug? Tell us!!
Post Reply
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Wordpress Import

Post by Trench »

First I want to thank Serendipity for making a Wordpress import function.

Having said that let me tell you how the import went. I used the latest smarty release. All the Wordpress entries and comments when through with no problem.

The problems are that all the entries are closed to comments. Would I have to go through each entry to open up comments?

The comment count doesn't recognize the WP comments.

When I open the entry to comments the spam plugin still blocks comments from being left. I've since turned off the pugin.

And for some reason in the version of IE I use at work it doesn't recognize the CSS.

This is by no means a complaint. I fully intend on switching to Serendipity as soon as I can resolve these issues. :D

The test install is at http://test.thetrenchcoat.com
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

Also it pinged every link that was posted. I've been getting hate mail from people receiving multiple pings on their blogs. Is there anyway to turn that off?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Thanks for reporting this! I'll forward this link to Evan, who wrote the code, and hope he'll get back to this topic.

We can definitely use your feedback to improve serendipity and its import code, thanks a lot!

But my IE6 does have no problems with your CSS code?
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

My Firefox at home doesn't either. I didn't check my IE at home. The work IE may be an older version. 5.0 maybe.
tadpole
Regular
Posts: 88
Joined: Fri Oct 08, 2004 6:20 am
Location: 33°6'4.079" North, 117°3'6.563" West
Contact:

Post by tadpole »

Thank you for the report! I'll fix these bugs over the weekend. If you want to enable comments on all entries, you can use this SQL:

Code: Select all

UPDATE serendipity_entries SET allow_comments='true';
It would probably be best to just wait for the fixes and try again, though.
Last edited by tadpole on Sat Nov 06, 2004 3:26 am, edited 1 time in total.
Guest

Post by Guest »

Thanks, that did the trick for opening up the comments.
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

Sorry, that was me.
Post Reply