[wp-testers] Image Alignment issue?

2008-11-24 Thread David Stembridge
When adding an image, and aligning the image to the left, or right, I have to go in and manually add a space between: alignleft to make it work properly. I was wondering if this could be an issue that has been overlooked. This is the corrected page: http://www.greenpeas.us/wordpress/husbands

[wp-testers] WordPress.com Stats Error from last API Key attempt:Missing API Key

2008-11-24 Thread ProDevStudio
Hi All, I wonder if there is any issue in passing the API Key to wordpress.com? I enter the API key for the stats plug-in then submit then it asks me if I want to add the current site to my account. I choose the option to Add new blog to my account then I get to this issue. *

[wp-testers] Quick Question

2008-11-24 Thread Paul Robinson
Hi, I was wondering, a plugin which is nolonger supported by the author, but I have been maintaining has stopped working. It gather post IDs from an array called $posts which is now empty on any page other than the first page. Can anyone tell me if the $posts array has been gotten rid of? In

Re: [wp-testers] Quick Question

2008-11-24 Thread DD32
the posts array will be set by WP_Query, Pretty sure the line will read: $GLOBALS['post'] = $this-posts; (from memory) I cant understand why its not set, Are you perhaps hooking in too early for the posts to have been populated? On Tue, 25 Nov 2008 07:38:15 +1100, Paul Robinson [EMAIL

Re: [wp-testers] Quick Question

2008-11-24 Thread Paul Robinson
I'm unsure since I didn't really make the plugin. I've just modified it slightly since the original author stopped developing it. As far as I can tell it is ran as a regular plugin. I am experimenting with a new theme and I make two calls to query_posts(); on the same page would that be the cause

Re: [wp-testers] Quick Question

2008-11-24 Thread DD32
if you're using query_posts() and not resetting the original WP_Query() afterwards, that could be the cause of the problem. Try it on the default theme, If it works properly, Its the theme, Else, its the plugin. On Tue, 25 Nov 2008 11:43:34 +1100, Paul Robinson [EMAIL PROTECTED] wrote:

Re: [wp-testers] Quick Question

2008-11-24 Thread Paul Robinson
Well I have another theme that uses the same plugin which runs fine. I thought it was the way I was running the theme. Do you mean using rewind_posts(); I thought WP did it by itself during each call to query_posts();? 2008/11/25 DD32 [EMAIL PROTECTED] if you're using query_posts() and not

[wp-testers] Posting media causes Firefox to crash and burn...hardcore...

2008-11-24 Thread Paleo Pat
Here's what happened... I was attempting to Upload this video to my blog: http://www.politicalbyline.com/2008/11/24/what-our-cars-will-be-like-if-the-detroit-automakers-goes-backrupt/ I used the uploader. (the one that says crunching...) Everything loaded fine, I copied the link to where file

Re: [wp-testers] Quick Question

2008-11-24 Thread DD32
Hm wait, Are you wanting to use the results of the query_post() for the plugin? or something else? Most times when you use query_posts() for a small section of a page, and you then want to reset it back to the WP queried posts, you'd call wp_reset_query() afterwards to reset it back to the

Re: [wp-testers] WordPress.com Stats Error from last API Key attempt:Missing API Key

2008-11-24 Thread Mr.Natraj Kanoor
Stop this messages pls On 11/24/08, ProDevStudio [EMAIL PROTECTED] wrote: Hi All, I wonder if there is any issue in passing the API Key to wordpress.com? I enter the API key for the stats plug-in then submit then it asks me if I want to add the current site to my account. I choose the