Re: [wp-testers] RSS error

2008-12-31 Thread Allahverdi Suleymanov
Good days to all. I fixed that problem. How i did it? atom:link href=?php bloginfo('rss2_url') ? rel=self type=application/rss+xml/ changed that, to this: atom:link href=?php bloginfo('rss2_url') ? rel=self type=application/rss+xml/atom:link

Re: [wp-testers] Problem with the incoming links

2008-12-31 Thread Paul Robinson
Hmm, maybe it is fixed. I haven't got any change. Trying to change to URL still fails it reverts back to the default URL. Paul. 2008/12/31 Kim Parsell kparsell...@kpdesign.net A bit of progress - had a new incoming link show up just a little while ago. Maybe they are working again? Kim

[wp-testers] Re : Display empty tags with wp_tag_cloud()

2008-12-31 Thread Makedjakila
Hi,   I want to display empty tags (without link) in my tag cloud but there is no way to do this.   Somebody konw how to do this ?   Thank you ___ wp-testers mailing list wp-testers@lists.automattic.com

RE: [wp-testers] Re : Display empty tags with wp_tag_cloud()

2008-12-31 Thread Musing Minds
Just a thought, if a tag cloud makes tags bigger the more links they have, would there be a way to change the parameters to 0 to whatever instead of 1 to whatever? With a parameter of 0 then tags with no links might show. I haven't tried this and don't know how the parameters in a tag cloud

Re: [wp-testers] Re : Display empty tags with wp_tag_cloud()

2008-12-31 Thread Paul Robinson
Have you tried setting the number parameter to 0? Just a thought but it says setting it to that will show all tags. Paul. 2008/12/31 Musing Minds kim...@musing-minds.com Just a thought, if a tag cloud makes tags bigger the more links they have, would there be a way to change the parameters to

Re: [wp-testers] Re : Display empty tags with wp_tag_cloud()

2008-12-31 Thread Engel Sanchez
I guess you can just replicate the wp_tag_cloud() function as a plug-in take the link off.. Engel 2008/12/31 Makedjakila acamarabox-wordpr...@yahoo.com Hi, I want to display empty tags (without link) in my tag cloud but there is no way to do this. Somebody konw how to do this ? Thank

Re: [wp-testers] Plugin update not working

2008-12-31 Thread Stephen Rider
Available transports: Curl Streams Fopen Fsockopen (Thanks Kim, for the plugin link) On Dec 30, 2008, at 4:47 PM, DD32 wrote: Couldn't resolve host means that its having DNS issues.. Now why PHP would have issues, yet browsers don't is odd. Sounds like it could be a HTTP API issue with one

Re: [wp-testers] Plugin update not working

2008-12-31 Thread Stephen Rider
perhaps not incidentally... The problematic test server is running MAMP on Mac OS 10.5.6. Plugin updates used to work fine. I'm pretty sure I was updating even in WP 2.7 (certainly in beta versions). I can't say what change might have triggered the error. On Dec 30, 2008, at 4:47 PM,

[wp-testers] Paste From Word... and other buttons - problems

2008-12-31 Thread Scott Offord
I'm having issues with tinymce (Wordpress 2.7). When I click the Paste from Word button in the kitchen sink, it just partly opens a lightbox layer, and just sits there. In Safari, it partly opens the layer and then downloads an html file to my desktop. Any help with this? I've uploaded the

[wp-testers] Found this error

2008-12-31 Thread Paul Robinson
Im using the latest SVN update of 2.8 and got this error: *Warning*: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of do_action_ref_array(). If you would like to enable call-time pass-by-reference, you can set

Re: [wp-testers] Found this error

2008-12-31 Thread mrmist
In message 1931c86d0812311207m315fa813m7303960af4b07...@mail.gmail.com, Paul Robinson pablorobin...@gmail.com writes Im using the latest SVN update of 2.8 and got this error: *Warning*: Call-time pass-by-reference has been deprecated; If you would See 8766 and 8701 -- mrmist