Krusty Ruffle | 1 Nov 2008 01:09
Favicon
Gravatar

Re: template_directory broken when using child themes

You can use the following functions to get directory or uri information.
Template functions give you the directory of the parent theme, while
stylesheet functions will give you the child themes directory. Functions
that end with uri give you the uri to the directory, without a trailing
slash the others return the full directory path to the directory, also
without the trailing slash. These also do not echo the results so they need
to be echoed or stored in a variable or whatever. I don't know if there are
equivalent functions that echo the results, but I have checked these on 2.7
from cvs. You can look in the source code of wp
-includes/theme.php to see these and some other usefull functions...

get_stylesheet_directory_uri()
get_stylesheet_directory()
get_template_directory()
get_template_directory_uri()

Hope this helps, and have fun :)

On Fri, Oct 31, 2008 at 10:20 AM, Ben Huson <ben@...> wrote:

> Just did a quick test in a child theme in 2.7:
>
> - bloginfo('template_directory') points to the dependant theme directory
> - bloginfo('stylesheet_directory') points to the child theme directory
>
> The stylesheet_directory is supposed to be depreciated from version
> 2.3.1 but child themes would seem to be a case in point where you
> might want to reference either the child theme directory or the
> dependant theme directory.
>
(Continue reading)

James Koole | 1 Nov 2008 01:39
Picon
Gravatar

Re: "Show On Screen" Not working on dashboard.

I had the same problem with an install - the dashboard was stuck. I  
installed a fresh nightly and a brand new database on a different  
server and it worked...for a couple of logins. Now that install is  
also stuck - I can't turn items on or off, or collapse them. The feeds  
also never load.

Ideas?

James.

On 29-Oct-08, at 10:29 AM, Steve wrote:

> Yep, I installed it on a different server and had no problems. Thanks!
>
> On Wed, Oct 29, 2008 at 7:56 AM, Otto <otto@...> wrote:
>
>> Definitely sounds like a problem with your specific install. Check  
>> the
>> error console, make sure all the javascript is working and you're not
>> getting any errors or anything like that.
>>
>>
>>
Musing Minds | 1 Nov 2008 01:49
Favicon
Gravatar

RE: "Show On Screen" Not working on dashboard.

Did you ctrl-F5? A hard refresh can clear it up.

-----Original Message-----
From: wp-testers-bounces@...
[mailto:wp-testers-bounces@...] On Behalf Of
James Koole
Sent: Friday, October 31, 2008 7:39 PM
To: wp-testers@...
Subject: Re: [wp-testers] "Show On Screen" Not working on dashboard.

I had the same problem with an install - the dashboard was stuck. I  
installed a fresh nightly and a brand new database on a different  
server and it worked...for a couple of logins. Now that install is  
also stuck - I can't turn items on or off, or collapse them. The feeds  
also never load.

Ideas?

James.

On 29-Oct-08, at 10:29 AM, Steve wrote:

> Yep, I installed it on a different server and had no problems. Thanks!
>
> On Wed, Oct 29, 2008 at 7:56 AM, Otto <otto@...> wrote:
>
>> Definitely sounds like a problem with your specific install. Check  
>> the
>> error console, make sure all the javascript is working and you're not
>> getting any errors or anything like that.
(Continue reading)

James Koole | 1 Nov 2008 02:01
Picon
Gravatar

Re: "Show On Screen" Not working on dashboard.

Tried that - reset Safari and also using FF3 (on a Mac, btw). The  
console in Safari shows:

Null value
http://mydomainname.com/wp-includes/js/quicktags.js?ver=20080823 (line  
578)

I'm running 9417.

James.

On 31-Oct-08, at 8:49 PM, Musing Minds wrote:

> Did you ctrl-F5? A hard refresh can clear it up.
>
> -----Original Message-----
> From: wp-testers-bounces@...
> [mailto:wp-testers-bounces@...] On Behalf Of
James  
> Koole
> Sent: Friday, October 31, 2008 7:39 PM
> To: wp-testers@...
> Subject: Re: [wp-testers] "Show On Screen" Not working on dashboard.
>
> I had the same problem with an install - the dashboard was stuck. I
> installed a fresh nightly and a brand new database on a different
> server and it worked...for a couple of logins. Now that install is
> also stuck - I can't turn items on or off, or collapse them. The feeds
> also never load.
>
(Continue reading)

Paul Bearne | 1 Nov 2008 13:27
Picon
Gravatar

Some comments about the publish widget on the post/page's

Some comments about the publishing widget on the post/page's

1. Add the mouse over that is been used for the left nav to show that you
can click (if it can be got to work with 2)
2. Move the preview link to the title bar so it is always showing
3 Change the status to a drop down (may using the same or similar style to
the add post drop down) as we don't some many clicks one to open the status,
one two open select, one to make the select , one to confirm. All we need to
shown what the stat is which has a mouseover to shown the options and then
one click to change the state.
4. The post date editor would look better and be easier to use if it was a
calendar control. Maybe with an override to input box to enter an number to
publish in x hours
5. Move the publish/save pending etc. to the left of bottom blue bar
6. Show the blue bottom bar with the publish and save state bottom in the
closed state

These changes will also allow the width of the widget to be reduced

Bug: the current build (9461) has a layout problem when you change the state
in firefox (IE not tested)

I hope this helps
Paul Bearne
(ping me if you ned to)
Debra Scott | 1 Nov 2008 14:49
Picon
Gravatar

Plugins and 2.7 beta

So far I cannot get either Featured Content Gallery or Dynamic Content
Gallery to work with 2.7 beta
Shane A. Froebel | 1 Nov 2008 14:52
Favicon
Gravatar

Re: Plugins and 2.7 beta

I been using 2.7 for a while, and without listing them here.. these are 
all the plugins that have been working: 
http://bugssite.org/about/history/wordpress-plugins/

Your Friend,
Shane

Debra Scott wrote:
> So far I cannot get either Featured Content Gallery or Dynamic Content
> Gallery to work with 2.7 beta
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>   
Handy | 1 Nov 2008 15:18
Picon
Gravatar

Re: Plugins and 2.7 beta

See also: http://codex.wordpress.org/Plugins/Plugin_Compatibility

On Sat, Nov 1, 2008 at 7:52 AM, Shane A. Froebel <shane@...> wrote:

> I been using 2.7 for a while, and without listing them here.. these are all
> the plugins that have been working:
> http://bugssite.org/about/history/wordpress-plugins/
>
> Your Friend,
> Shane
>
>
> Debra Scott wrote:
>
>> So far I cannot get either Featured Content Gallery or Dynamic Content
>> Gallery to work with 2.7 beta
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers@...
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
>>
>>
>
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
(Continue reading)

A Walker | 1 Nov 2008 15:20
Picon
Gravatar

RE: Plugins and 2.7 beta


Dynamic Content Gallery works on 2.7 almost beta r9386. I'll upgrade to the latest nightly and check that
all is still fine.

Ade 

> Date: Sat, 1 Nov 2008 09:49:33 -0400
> From: debrascot@...
> To: wp-testers@...
> Subject: [wp-testers] Plugins and 2.7 beta
> 
> So far I cannot get either Featured Content Gallery or Dynamic Content
> Gallery to work with 2.7 beta
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers

_________________________________________________________________
Rejoignez la nouvelle famille de Windows Live Messenger
http://get.live.com
Paul Robinson | 1 Nov 2008 15:20
Picon
Gravatar

Flash uploader broken in latest beta 1

Hi,

I am currently trying out the current beta of WP 2.7 and the flash uploader
has dissapeared. Even the normal HTML one doesn't show. I have tested with
both Flash 9 & Flash 10.

Just wondering if you already know about this?

Thanks.
Paul.

Gmane