Edde
Forum Replies Created
-
Forum: Installing WordPress
In reply to: The version 2.6 will not work! Dont install!I just upgraded without any problems.
…and I did it the ugly way: overwriting the existing files and without disabling all plugins. (I know… but I like living life dangerously. Besides, it was on a test installation 😉 )
The “Internal Server Error” sounds like a problem with permalinks to me. Remove your .htaccess (make a BACKUP first!) and have wordpress re-write the file.
More on this topic: http://codex.wordpress.org/Using_Permalinks
Forum: Themes and Templates
In reply to: Showing Most Recent Posts (Out of WordPress)You might want to look at the Limit Posts plugin.
Forum: Installing WordPress
In reply to: XMLRPC.php problem WP 2.20Seems to work fine for me…
Using WordPress 2.2, xmlrpc.php generates:XML-RPC server accepts POST requests only.Same issue: we’re unable to delete posts from the list. However, if you “edit” a post and click the delete button there, everything works fine.
Forum: Fixing WordPress
In reply to: UTF-8 versus iso-8859-1Thanks Moshu!
That was a hint in the right direction. The wrong charset was mentioned there. I’ve changed it into:
<meta http-equiv=”content-type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
(see: http://wordpress.pastebin.ca/318023)
Which works fine.
Thanks for your help!
Edde
Forum: Fixing WordPress
In reply to: UTF-8 versus iso-8859-1Wow! Thanks for your quick reply.
No it’s another log: http://www.jeugdsentimenten.net/ But you’re right about my own blog; it uses UTF-8
Both blogs both should use “UTF-8” according to the wordpress options field.Forum: Plugins
In reply to: Getting this forum as plugin/add-onI’ve installed RS-discuss and so far it’s doing a wonderful job! I’ve also added Dutch translations for those who need ’em. You can pick ‘m up at: http://www.sargant.com/blog/wordpress-plugins/rs-discuss/#i18n
Forum: Plugins
In reply to: Getting this forum as plugin/add-on@ryanfitzer: Wow! Looks very nice indeed. I do get an error though:
Sorry!
We couldn’t retrieve a list of forums.I’ll have a look if I can find out what’s causing this… If I can get this thing to work, that would be perfect. Integration A+ 🙂
Forum: Plugins
In reply to: Getting this forum as plugin/add-on@dille: thanks for sharing your info.
I tried the same (and other) instructions: doesn’t work for me either.
Would be very nice if bb-press would be available as a plugin or something. I don’t like editing the “core” wp-files – you have to redo a lot manually stuff after a WP upgrade.
I’ll be keeping a close eye on the bb-press site…
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)Hi Alex,
A bit off-topic _here_, but since you’re looking at this issues already: wp-mobile has the same problem. It gives away titles of new posts to pda-users.
People are very impressed by the fact the site has a pda version though. Love it!
Thanks,
EddeForum: Plugins
In reply to: Popularity Contest Plugin (beta 3)Hi Alex,
I’ve included the three extra lines. Helas, it doesn’t do the trick. I also included
AND post_date > NOW()
after every instance of
WHERE post_status = 'publish'
I could find, but to no avail.http://www.jeugdsentimenten.net/2006/08/ still shows a link to “Kinderversjes”, which is to be published on August 19th. You find the popularity lists in the right sidebar.
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)Thanks! I’ll give it a try.
Forum: Plugins
In reply to: ImageManger pluginHi,
I’ve installed the plugin and it seems to work very well (impressive, intuitive GUI) – untill I tested it as a “Contributor”: I could actually delete pictures. I’ve switched on and of the role manager and set and unset the “can upload file” and “can create directory” options. Nothing helps. 🙁
Is this a bug? Or did I unwillingly change something which created this situation? I’m using the latest version.
Thanks!
EddeForum: Fixing WordPress
In reply to: Export User Metadata@miz: thanks!
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)Hi Alex,
Thanks for this super plugin! Get a lot of nice comments on it.
I noticed posts with status “published” and a publish date in the future also show up. You can see this happening on http://www.jeugdsentimenten.net/2006/08/ – the 10 most popular articles are listed under “Populair in augustus 2006”. As you can see, “Falco – Jeanny” is in the list but the link doesn’t work: the article is to show up on the blog on the 6th of august 2006 (two days from now).
Is there a way to correct this?
tia,
Edde