Re: [wp-testers] wp-testers Digest, Vol 61, Issue 28

2010-03-25 Thread Patrick
No!

;-)

-Chuck K8CPA





On Thu, Mar 25, 2010 at 4:09 PM, Junaid Ahmed jun...@humblezone.com wrote:
 unsubscribe!

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


[wp-testers] ImageMagick Support In WordPress

2010-03-25 Thread Paul Robinson
Hi guys,

A few clients I work with keep asking me this question, so to stop me
from going mad I thought I'd ask the official word. Is there any plans
in the near future 3.1/3.2 etc for optional ImageMagick support to be
added to WordPress?

I know the answer is probably no, but I figured I better ask  then at
least I can show my clients the emails if they won't believe me, lol.

Thanks  sorry for asking what's probably been asked a million times before.

Paul.
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Thumbnail Images on Custom Post Type

2010-03-25 Thread Azizur Rahman
Hi Clement,

Replace:
'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
'post-thumbnails')

with:

'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
'thumbnails')

This should work.

See: http://codex.wordpress.org/Function_Reference/register_post_type for
more help.


Kind Regards,
Azizur Rahman


Do you need cost effective web hosting solution and Domain name try
http://www.prodevstudio.com


On Thu, Mar 25, 2010 at 11:04 PM, Clement Nicolaescu 
clementnicolae...@gmail.com wrote:

 Hello ,


 I addded the following support while using the register_post_type()


 'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
 'post-thumbnails')


 The problem is that when I try to add a new post the Thumbnail metabox is
 not there.


 (the theme support is declared in function.php and the Thumbnail Metabox is
 there for regular posts)


 Can anyone please check this ?


 Thank you very much,

 Clement
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Thumbnail Images on Custom Post Type

2010-03-25 Thread Azizur Rahman
Apologies,

That should have been:

'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
'thumbnail')


Kind Regards,
Azizur Rahman


Do you need cost effective web hosting solution and Domain name try
http://www.prodevstudio.com

Missed the last Friday Khutbah, try catchup a Khutbah on-line now at
http://www.fridaykhutbah.com


On Thu, Mar 25, 2010 at 11:04 PM, Clement Nicolaescu 
clementnicolae...@gmail.com wrote:

 Hello ,


 I addded the following support while using the register_post_type()


 'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
 'post-thumbnails')


 The problem is that when I try to add a new post the Thumbnail metabox is
 not there.


 (the theme support is declared in function.php and the Thumbnail Metabox is
 there for regular posts)


 Can anyone please check this ?


 Thank you very much,

 Clement
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Thumbnail Images on Custom Post Type

2010-03-25 Thread Azizur Rahman
That was what I documented based on the developers comment and since than
code has been changed.

So I have updated it again now.

Kind Regards,
Azizur Rahman


Do you need cost effective web hosting solution and Domain name try
http://www.prodevstudio.com


On Thu, Mar 25, 2010 at 11:18 PM, Clement Nicolaescu 
clementnicolae...@gmail.com wrote:

 Right... It works.

 Great.. Thank you very much !!!


 This is what confused me:
 http://codex.wordpress.org/Function_Reference/register_post_type


 Thank you again,

 Clement

 On Fri, Mar 26, 2010 at 1:16 AM, Azizur Rahman 
 prodevstudio+wordpr...@gmail.com prodevstudio%2bwordpr...@gmail.com 
 prodevstudio%2bwordpr...@gmail.com prodevstudio%252bwordpr...@gmail.com
 wrote:

  Apologies,
 
  That should have been:
 
  'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
  'thumbnail')
 
 
  Kind Regards,
  Azizur Rahman
 
  
  Do you need cost effective web hosting solution and Domain name try
  http://www.prodevstudio.com
 
  Missed the last Friday Khutbah, try catchup a Khutbah on-line now at
  http://www.fridaykhutbah.com
 
 
  On Thu, Mar 25, 2010 at 11:04 PM, Clement Nicolaescu 
  clementnicolae...@gmail.com wrote:
 
   Hello ,
  
  
   I addded the following support while using the register_post_type()
  
  
   'supports' = array('title', 'editor', 'excerpt', 'custom-fields',
   'post-thumbnails')
  
  
   The problem is that when I try to add a new post the Thumbnail metabox
 is
   not there.
  
  
   (the theme support is declared in function.php and the Thumbnail
 Metabox
  is
   there for regular posts)
  
  
   Can anyone please check this ?
  
  
   Thank you very much,
  
   Clement
   ___
   wp-testers mailing list
   wp-testers@lists.automattic.com
   http://lists.automattic.com/mailman/listinfo/wp-testers
  
  ___
  wp-testers mailing list
  wp-testers@lists.automattic.com
  http://lists.automattic.com/mailman/listinfo/wp-testers
 
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Custom Post Index

2010-03-25 Thread Azizur Rahman
Wouldn't creating a page to list custom post types means you'd need to
create a page per custom post type and custom page templates.

Aren't custom post type meant to be different from post and pages? Am I
missing something here?

I am sure the rewrite would be better.

Kind Regards,
Azizur Rahman


Do you need cost effective web hosting solution and Domain name try
http://prodevstudio.com


On Thu, Mar 25, 2010 at 3:22 PM, Daniel Morrison i...@danstechstop.comwrote:

 It still isn't working. Maybe I didn't clarify what was going on. For an
 individual post the permalink is
 http://beta.danstechstop.com/sermons/random. That is what I want, but if I
 want an index of every post in the custom type it is still
 http://danstechstop.com/?post_type=sermons which I don't want.

 I think I am going to have to use the custom templates. That will work.

 Thanks.

 On Thu, Mar 25, 2010 at 08:19, John Blackbourn
 johnbillion...@gmail.com johnbillion%2...@gmail.com
 johnbillion%2...@gmail.com johnbillion%252...@gmail.com
  wrote:

  Or just create a page called 'Sermons' and give it a custom template
  that only shows your 'sermon' post types.
 
  On Thu, Mar 25, 2010 at 2:54 PM, Ezwan Aizat Bin Abdullah Faiz
  aizat.f...@gmail.com wrote:
   On Thu, Mar 25, 2010 at 10:45 PM, Daniel Morrison 
 i...@danstechstop.com
  wrote:
  
   Hello all,
  
   Is there any way to get the custom posts to display as a directory for
   example instead of http://beta.danstechstop.com/?post_type=sermons
   http://beta.danstechstop.com/sermons.
  
  
   You will need to create a rewrite rule if you want that to happen, and
  then
   enable permalinks.
  
  
   Another question. Is there any way to change the index meta data
   (single-sermons.php I think) from a plugin?
  
  
   Index meta data? I'm not so sure what you mean.
  
   Regards,
   Aizat
  
   --
   http://aizatto.com
   ___
   wp-testers mailing list
   wp-testers@lists.automattic.com
   http://lists.automattic.com/mailman/listinfo/wp-testers
  
  ___
  wp-testers mailing list
  wp-testers@lists.automattic.com
  http://lists.automattic.com/mailman/listinfo/wp-testers
 
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] ImageMagick Support In WordPress

2010-03-25 Thread Andrew Nacin
On Thu, Mar 25, 2010 at 7:12 PM, Paul Robinson wrote:


 Is there any plans in the near future 3.1/3.2 etc for optional ImageMagick
 support to be added to WordPress?


If it does happen, it'd probably happen as a fallback for when GD is not
available, and it would probably happen in 3.1, when we tentatively plan to
revisit the media and upload APIs and UIs.

This might be a good ticket to keep an eye on:
http://core.trac.wordpress.org/ticket/11671.
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] ImageMagick Support In WordPress

2010-03-25 Thread Paul Robinson
I had a feeling it might be visited then. Wouldn't it make sense to be  
a detection or something though (as well as a GD fallback) as in my  
experience there's more chance you'd have GD installed than ImageMagick?


Sent from my iPod Touch

On 26 Mar 2010, at 01:05, Andrew Nacin w...@andrewnacin.com wrote:


On Thu, Mar 25, 2010 at 7:12 PM, Paul Robinson wrote:


Is there any plans in the near future 3.1/3.2 etc for optional  
ImageMagick

support to be added to WordPress?



If it does happen, it'd probably happen as a fallback for when GD is  
not
available, and it would probably happen in 3.1, when we tentatively  
plan to

revisit the media and upload APIs and UIs.

This might be a good ticket to keep an eye on:
http://core.trac.wordpress.org/ticket/11671.
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] ImageMagick Support In WordPress

2010-03-25 Thread Andrew Nacin
That's what I meant by fallback. It would probably be implemented like this:

 - Use GD if available.
 - If not, use IM if available.

We would probably have a filter that allows an override to occur, thus if
both are available you could force WP to use IM.

On Thu, Mar 25, 2010 at 9:12 PM, Paul Robinson pablorobin...@gmail.comwrote:

 I had a feeling it might be visited then. Wouldn't it make sense to be a
 detection or something though (as well as a GD fallback) as in my experience
 there's more chance you'd have GD installed than ImageMagick?

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Thumbnail Images on Custom Post Type

2010-03-25 Thread scribu
On Fri, Mar 26, 2010 at 1:17 AM, Jared Melchert
naturalsucces...@gmail.comwrote:

 How do I unsubscribe from this mailing list?


There's a link at the bottom of each email:

http://lists.automattic.com/mailman/listinfo/wp-testers



-- 
http://scribu.net
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] ImageMagick Support In WordPress

2010-03-25 Thread Paul Robinson

Ahh yeah. Sorry it's late here  I'm losing the ability to read, lol.

I prefer imagemagick over GD because of the 5000x5000px limit on GD.  
Also being on a shared host IM can delegate memory usage to HD  cache  
space to get around low memory limits. So an override would be a much  
loved idea for me. I work with a lot of large images.


Sent from my iPod Touch

On 26 Mar 2010, at 01:17, Andrew Nacin w...@andrewnacin.com wrote:

That's what I meant by fallback. It would probably be implemented  
like this:


- Use GD if available.
- If not, use IM if available.

We would probably have a filter that allows an override to occur,  
thus if

both are available you could force WP to use IM.

On Thu, Mar 25, 2010 at 9:12 PM, Paul Robinson pablorobin...@gmail.com 
wrote:


I had a feeling it might be visited then. Wouldn't it make sense to  
be a
detection or something though (as well as a GD fallback) as in my  
experience

there's more chance you'd have GD installed than ImageMagick?


___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers