Re: [wp-testers] wp-admin/index.php gives a segmentation fault.

2008-12-20 Thread Austin Matzko
On Fri, Dec 19, 2008 at 10:15 PM, Adrian Hayter adrianhay...@gmail.com wrote: I've tried looking on the forums for this question, and nobody has responded to my query (all other forum topics on the subject have solutions that do not work). I am running the latest stable version (2.7) and my

Re: [wp-testers] Problems with CForms

2008-12-20 Thread Paul Robinson
The problems have been fixed for me since the recent 9.4 upgrade. Thanks for checking though. Paul. 2008/12/20 ha...@90210online cont...@90210source.org I have had no problems with it! I did a few months ago when I move my site to a new host but that was because the old email address was

Re: [wp-testers] Recent Comments Post Link Location

2008-12-20 Thread Kirk M
I'll add my vote on this one. With all due respect to the devs, this was not the best way to do things. The post title in the comments section should be linked to the post itself and not the post in editor. On 12/19/2008 8:06 PM, DD32 wrote: You're not alone.. You're not alone. There was one

Re: [wp-testers] Recent Comments Post Link Location

2008-12-20 Thread Kim Parsell
Add another vote in favor of changing this. Kim - Kirk M wrote: I'll add my vote on this one. With all due respect to the devs, this was not the best way to do things. The post title in the comments section should be linked to the post itself and not the post in editor.

[wp-testers] Comment get moderated wrongly in 2.7

2008-12-20 Thread Stefano Aglietti
I noticed on wordpress italy blog and throught some question on italian forum that since 2.7 some comments that usually are not moderated cause in my case don't have more than 2 links etc... are going anyway into moderation queue. This for people with lot of comments per day it's a pain... i

Re: [wp-testers] Comment get moderated wrongly in 2.7

2008-12-20 Thread Kirk M
Now that I think of it, this happened to some of my regular readers as well when they included a single link in their comment (links in comments set to 2). I seem to have solved the problem by setting max links to 3 in Discussions. This sorta tells me that 2.7 is counting the author link as

Re: [wp-testers] wp-admin/index.php gives a segmentation fault.

2008-12-20 Thread Adrian Hayter
I don't believe we have APC or a opcode cache installed. Wouldn't that cause the entire site to fail though? This is *only* the index.php page of the wp-admin directory. I can still access the pages to write new posts, install plugins, etc. I just can't access my dashboard, which makes me

Re: [wp-testers] Comment get moderated wrongly in 2.7

2008-12-20 Thread Paul Robinson
I think you might be right Kirk since I've had problems with some of my regulars comments getting placed in the moderation queue when they have only inserted one link into their post. Paul. 2008/12/20 Kirk M kmb4...@gmail.com Now that I think of it, this happened to some of my regular readers

Re: [wp-testers] Recent Comments Post Link Location

2008-12-20 Thread Paul Robinson
I think I mentioned this a while ago I still think that it should be changed. It just makes no sense to link it to the editor, IMHO. +1 vote for changing it. Paul. 2008/12/20 Kim Parsell kparsell...@kpdesign.net Add another vote in favor of changing this. Kim - Kirk M

Re: [wp-testers] Comment get moderated wrongly in 2.7

2008-12-20 Thread mrmist
There is an active ticket that probably relates - http://trac.wordpress.org/ticket/8627 In message 1931c86d0812200747n67afe4b6lc4ddc7951679b...@mail.gmail.com, Paul Robinson pablorobin...@gmail.com writes I think you might be right Kirk since I've had problems with some of my regulars

Re: [wp-testers] wp-admin/index.php gives a segmentation fault.

2008-12-20 Thread Kirk M
Quick question. Have you deactivated any plugins you might have activated (except Aksimet since that isn't known to cause problems) and then checking again to see if the problem still exists? I know you said it was random but perhaps there's a plugin that might effect the Dashboard either

Re: [wp-testers] Comment get moderated wrongly in 2.7

2008-12-20 Thread Kirk M
I can pretty much confirm that this indeed happens but we need at least one other person to test in order to have solid verification. It would help if that person knew their way around the WordPress core and code therein so they could track down the problem and submit a patch if need be. (I'm

[wp-testers] I have a quick question

2008-12-20 Thread Paul Robinson
Ok so I'm developing a theme for 2.7 and I can't seem to find a function that allows you to get the images attached to a post using the posts ID. Is there a function pre-made to do this? Just to be clear I am looking for a function that you can give the posts ID and it will provide the IDs and

Re: [wp-testers] I have a quick question

2008-12-20 Thread Paul
Paul, There are a number of ways to get the post attachments. From wp-includes/media.php get_children( array('post_parent' = $id, 'post_status' = 'inherit', 'post_type' = 'attachment', 'post_mime_type' = 'image', 'order' = $order, 'orderby' = $orderby) ); Also you can just call

Re: [wp-testers] I have a quick question

2008-12-20 Thread Hayes Potter
Paul Robinson wrote: Ok so I'm developing a theme for 2.7 and I can't seem to find a function that allows you to get the images attached to a post using the posts ID. Is there a function pre-made to do this? Just to be clear I am looking for a function that you can give the posts ID and it

Re: [wp-testers] I have a quick question

2008-12-20 Thread Paul Robinson
get_children is just what I'm looking for. It gives back all the attached images when I provide a posts ID. Thanks anyway. Paul. 2008/12/20 Hayes Potter ha...@redtiedesigns.com Paul Robinson wrote: Ok so I'm developing a theme for 2.7 and I can't seem to find a function that allows you to

Re: [wp-testers] Recent Comments Post Link Location

2008-12-20 Thread Chris Thomson
+1 from me, too. I find myself always clicking over to the wrong page from there! Chris Thomson http://twitter.com/chris24 On Sat, Dec 20, 2008 at 10:45 AM, Paul Robinson pablorobin...@gmail.comwrote: I think I mentioned this a while ago I still think that it should be changed. It just

Re: [wp-testers] Comment get moderated wrongly in 2.7

2008-12-20 Thread due chiacchiere
Same here :-) Stefano Aglietti wrote: I noticed on wordpress italy blog and throught some question on italian forum that since 2.7 some comments that usually are not moderated cause in my case don't have more than 2 links etc... are going anyway into moderation queue. This for people with lot

[wp-testers] Feature Request: Gravatar Sizing

2008-12-20 Thread Patrick D.
A nice feature (maybe in 2.8?) for the Gravatar options would be the ability to specify how big or little the Gravatars should be in the comments. The current option (which appears to be 32x32 pixels) is kind of small. Patrick --- My name is Patrick D. and I approved this email. Read my blog at

Re: [wp-testers] Feature Request: Gravatar Sizing

2008-12-20 Thread Chris Thomson
Are you referring to the Gravatars in the administration, or the Gravatars in your theme? If it's in your theme, you can set that by adding some parameters to get_avatar, as documented here: http://codex.wordpress.org/Using_Gravatars#Customizing_Your_Gravatars Re-sizing Gravatar' appearance in the

Re: [wp-testers] Feature Request: Gravatar Sizing

2008-12-20 Thread Stephen Rider
It could presumably be added to the functions.php of the theme. Perhaps the best place for it, so that you know the theme is compatible. (Of course, same could have been said for paged and hierarchal comments.) Stephen On Dec 20, 2008, at 3:41 PM, Chris Thomson wrote: Are you referring