Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - foo
1
I recently moved the small forum I maintain from SMF 2.0 RC5 to the Alpha distribution of Wedge. I'm happy to say it was a relatively painless experience, and the Wedge distribution is working well for us. The users like the Wedge software much better, especially on their phones and mobile devices.

It's hosted on one.com's servers (LAMP), and has been running without incident for a couple of weeks now. Performance is at least as good as the old SMF forum and usually better.

I had to edit the install to remove the set timeout, which our host does not allow, and change the location of the database from localhost -- both these things are site-specific. The import program appears to have worked perfectly, and copied the contents of the old forum to the new.

So, all in all, a pleasant experience for admin and users alike. Well done! :cool:
2
Apologies if this one's already been reported -- I did a search for it and found nothing. The problem manifests itself when you use different case on opening and closing IMG tags. Example:
Code: [Select]
[IMG]http://i62.tinypic.com/j7xpo7.jpg[/img]

It has the result that the closing img tag isn't recognised -- although the image is inserted, but what follows is swallowed. Plainly it's not a big problem, and the work-around is obvious, but I thought I'd better report it.