Per Søderlind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_mail function not working properly???@foodwriter, the syntax is:
wp_mail( $to, $subject, $message, $headers = '', $attachments = array() )
so, the last two parameters are optional (if you don’t set them, $headers will be an empty string and $attachmens will be an empty array)Forum: Plugins
In reply to: ImageManager 2.5.2 installation errorIt would be nice if you reported this at http://www.soderlind.no/forum, I don’t have time to monitor this forum
Forum: Installing WordPress
In reply to: SetupWP, Simplifying WordPress installationI finally got time to update the wizards. You’ll find SetupWp for WP 2.3.3 and 2.0.11 at http://SetupWP.com
Forum: Installing WordPress
In reply to: SetupWP, Simplifying WordPress installationThank you Michael, as you might have seen, I’ve added the help text you suggested.
Forum: Plugins
In reply to: ImageManger pluginKahil, I’ve added a flash demo at my site, just click the image:
http://soderlind.no/archives/2006/01/03/imagemanager-20/
Please post questions regarding ImangeManager at my forum:
http://soderlind.no/forum/Forum: Plugins
In reply to: Search your WordPress blog using MSN Search and aggrssXeroCool and macmanx: I did this to see if I could do it (getting the result via rss and displaying it using the aggrss plugin), that’s all.
Forum: Plugins
In reply to: StaticEez Plugin 1.0 Now AvailableTrying to download the plugin, I get error 403, forbidden
Forum: Plugins
In reply to: ImageManger pluginthe paths should end with a slash like this
‘/home/httpd/vhosts/spoenk.nl/httpdocs/weblog/archives/‘
‘http://www.spoenk.nl/weblog/archives/‘;Forum: Plugins
In reply to: ImageManger plugin$IMConfig[‘base_dir’] and $IMConfig[‘base_url’] must have a trailing slash.
Are you sure that the base url is correct ? When I try to access it I get an access denied (403)
Ref, qucktags.js and so on, no you don’t have to do anything with the WP source.Forum: Plugins
In reply to: ImageManger pluginHave you tried it in other browsers than Firefox ?
And, could you post your config.inc.php ?Forum: Plugins
In reply to: ImageManger plugindamon, you are supposed to see only the preview of the image. when you select it a img tag pointing to the thumbnail will be inserted, something like this:
<img src="http://soderlind.no/images/test/.thumbs/.simen_urban.jpg" alt="simen_urban.jpg" align="baseline" border="0" />
If you only get something like this, you’re not using the ImageManagerPopUp.php:
<img src="http://soderlind.no/images/test/simen_urban.jpg" alt="simen_urban.jpg" align="baseline" width="600" height="800" />Forum: Plugins
In reply to: ImageManger pluginAno, Could you explain the mixed-case problem ?
moxie, I’ll take a look at the plugins you’re running and see it they contain any code that confilcts with ImageManagerForum: Plugins
In reply to: GeoIP pluginI think I found the bug, in geoip.inc there’s a trailing space after the
?>
Remove the space, and please tell me if that fixed the problem. (I’ve updated the zip)Forum: Plugins
In reply to: ImageManger pluginI find it a bit strang the you can’t get it to work. I’m also running it locally on window 2003 (with apache web server). A workaround is to manually change the url in the description, and replace the
..in the javascript paths to<?php bloginfo('url'); ?>Forum: Plugins
In reply to: GeoIP pluginIs that the only error message you get? How are you using the plugin? Could you post your code (the part using the plugin)