Callum Macdonald
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sending emails does not work@subhramani: I don’t understand what problem you’re having or what you’re trying to achieve. Can you try explaining in more detail? Maybe on a new thread?
Forum: Plugins
In reply to: Random Header Image on wp3?One option is discussed here. I don’t know if it’ll work with 3.0 though, I don’t think so.
I was looking for the same thing but I couldn’t find anything satisfactory, so I wrote a quick plugin to do just that. Upload only images to wp-content/header-images (other files will screw it up) and it’ll choose one at random. It assumes they’re all the correct size. Get the code here until it gets into wordpress.org.
Forum: Fixing WordPress
In reply to: Sending emails does not work@david_ma: How very strange. I just deactivated and re-activated and got the same error, but 194 characters. I don’t know what gives rise to that error, there’s nothing in the code that should output during activation. The plugin will still work as expected I believe, I recommend you ignore the error.
Disclosure: I’m the developer of WP Mail SMTP.
Forum: Fixing WordPress
In reply to: Sending emails does not work@sweetfunny49: See the plugin support page, you have the most common error message that people get.
Forum: Fixing WordPress
In reply to: Sending emails does not work@sweetfunny49. What, specifically, stopped working after upgrading to 3.0?
Forum: Plugins
In reply to: [Plugin: WP Mail SMTP] NICE!!You’re welcome. 🙂
Forum: Plugins
In reply to: [Plugin: WP Mail SMTP] SMTP test e-mail not working with GmailWhat error message are you seeing when you send a test email? You’ll probably find the answer in the previously asked questions here.
Forum: Fixing WordPress
In reply to: E-mail problem with WP Mail SMTP, Gmail SSL, and WAMPI’m the WP Mail SMTP plugin developer. I’ve seen reports of people getting the plugin to work with Gmail SMTP (which require SSL I believe). However, I’m not sure if that’s the case on Windows, it may only be on Linux. If you want to search the history of support questions, it’s in a couple of places here.
Forum: Fixing WordPress
In reply to: Are uploaded jpgs affected by Exif orientation?If you want to support the feature request you can vote here:
http://core.trac.wordpress.org/ticket/7042Forum: Fixing WordPress
In reply to: Adding a duplicate widget in 2.6You cannot duplicate the pages widget. There’s no duplicating widgets any more, what you do now is keep adding as many as you need. So the Text widget for example, you add as many widgets as you want, there’s no limit. But you don’t need to decide in advance how many you want (that was the old system).
If you want a second Pages widget, I wrote a really simple plugin to do that. However, it will only work properly if the widgets are on different sidebars. More specifically, you can only save the options for the widget if the two widgets are in different sidebars. If they are in the same sidebar, they’ll both get the same options when you click save.
The code is here if you’re interested:
http://www.callum-macdonald.com/download/wp-pages-widgets.php.zipForum: Fixing WordPress
In reply to: Duplicating Pages widgetDid you find a way? Alas, I don’t think there is an easy way to duplicate the widget. I just had a look at the code and it’s all geared around a single pages widget. The data is stored in a single option.
If you want a second pages widget on a separate sidebar, you could use this plugin I just wrote:
http://www.callum-macdonald.com/download/wp-pages-widgets.php.zipThe reason you need to have them on separate sidebars is that the form variables are the same as the main widget. So if you create two on the same sidebar, the settings will be the same for both widgets.
This is a really simple hacky plugin that meets my needs, it might not work for you. I might eventually code up something more elegant allowing for multiple pages widgets, but not tonight! 🙂
Forum: Plugins
In reply to: share userlist between WP and phpBB?JAS4Yeshua has written a plugin to integrate WP / WPMU and phpBB3.
http://www.simplicitypoint.com/2009/04/18/wp-phpbb3-bridge/Forum: Plugins
In reply to: Plugin to connect WP and WPMU to phpBB3Great contribution to the community. this will be a popular plugin once it’s proven stable. Spread the link, it’ll be popular… 🙂
Forum: Plugins
In reply to: Create user from my regiester page, conflict with phpbbDid you ever find a solution?
The clash is because both WordPress and phpBB define a function called make_clickable(), so the second time it is defined, php dies.
The alternative I’m looking at is copying the functions I need from phpBB into WordPress and then manually inserting entries into the database. Very hacky, not very future proof, but it’ll work.
Cheers – Callum.
Forum: Fixing WordPress
In reply to: redirect doest work after 2.6 upgrade. htaccess problemThis post doesn’t make any sense.
Is this WordPress or WordPressMU? If it’s an MU problem, this is the wrong forum. If it’s a WordPress problem, can you post a link to the actual domain? Can you post the .htaccess file?
There’s really no information in your post that allows anyone to solve your problem.