Pleaser also take into consideration, commenting on an old "closed" ticket does not generally put up any flags unless there is a current ongoing discussion.<br><br>The "Priority Reports" we use to queue Themes with open tickets for review is generally considered our primary source for choosing which Theme to review next.<br>
<br><br>Cais.<br><br><div class="gmail_quote">On Fri, Jan 7, 2011 at 1:38 AM, Otto <span dir="ltr"><<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
There are currently 93 themes awaiting review. The amount of time it<br>
takes to do a review is not small. So, please, stop griping about the<br>
delay over and over.<br>
<br>
I realize you're frustrated, but complaining about it won't get them<br>
there any faster.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
On Thu, Jan 6, 2011 at 11:26 PM, Rashed Latif <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>> wrote:<br>
> hi<br>
> another query. After i put a comment in my closed ticket how can the<br>
> theme-reviewers come to know about that related new ticket?? probably<br>
> a silly question but i am really getting frustrated for the long<br>
> delay.<br>
><br>
> On 1/6/11, Rashed Latif <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>> wrote:<br>
>> Thanks Phil. I already put a comment on old ticket. Now time to wait again.<br>
>><br>
>> On 1/5/11, Philip M. Hofer (Frumph) <<a href="mailto:philip@frumph.net">philip@frumph.net</a>> wrote:<br>
>>> At the very top, there's a "login" button, click that and use your<br>
>>> account<br>
>>> information that you login to <a href="http://wordpress.org" target="_blank">wordpress.org</a> with, that will log you on,<br>
>>> then<br>
>>> a comment box will appear below the previous ticket.<br>
>>><br>
>>> - Phil<br>
>>><br>
>>><br>
>>> ----- Original Message -----<br>
>>> From: "Rashed Latif" <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>><br>
>>> To: <<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a>><br>
>>> Sent: Wednesday, January 05, 2011 4:41 AM<br>
>>> Subject: Re: [theme-reviewers] New theme upload<br>
>>><br>
>>><br>
>>> Thanks for the reply but i need a help. how can i put a comment? i<br>
>>> cannot find a link to put any comment.<br>
>>><br>
>>> On 1/5/11, Jay <<a href="mailto:furcifer@furcifer.me">furcifer@furcifer.me</a>> wrote:<br>
>>>> And Phil beat me to it again, lol, Phil do you ever sleep :p<br>
>>>><br>
>>>> "Philip M. Hofer (Frumph)" <<a href="mailto:philip@frumph.net">philip@frumph.net</a>> wrote:<br>
>>>><br>
>>>>>Post on #2282 that a new theme was uploaded and you would like the<br>
>>>>>reviewer<br>
>>>>>to move ahead to it.<br>
>>>>><br>
>>>>>- Phil<br>
>>>>><br>
>>>>><br>
>>>>>----- Original Message -----<br>
>>>>>From: "Rashed Latif" <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>><br>
>>>>>To: <<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a>><br>
>>>>>Sent: Wednesday, January 05, 2011 4:00 AM<br>
>>>>>Subject: Re: [theme-reviewers] New theme upload<br>
>>>>><br>
>>>>><br>
>>>>>I uploaded a newer version of my theme 5 days ago where i corrected<br>
>>>>>few errors generated by automatic scan and as a result i got a new<br>
>>>>>ticket number #2407. My previous ticket number was #2282 which was<br>
>>>>>uploaded 3 weeks ago and it wasnt accepted by any theme reviewer till<br>
>>>>>then due to holiday season. i am just wondering do i need to wait 3-4<br>
>>>>>more weeks again?<br>
>>>>><br>
>>>>>On 12/31/10, Rashed Latif <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>> wrote:<br>
>>>>>> Thanks a lot. Adding the script posted by michael solved the issue<br>
>>>>>> straight away.<br>
>>>>>> Thanks to Edward aswell.<br>
>>>>>><br>
>>>>>><br>
>>>>>> On 12/31/10, Edward Caissie <<a href="mailto:edward.caissie@gmail.com">edward.caissie@gmail.com</a>> wrote:<br>
>>>>>>> This is another method that will meet the criteria:<br>
>>>>>>><br>
>>>>>>> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?><br>
>>>>>>><br>
>>>>>>> You can just add the above line right before your wp_head() call.<br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> Cais.<br>
>>>>>>><br>
>>>>>>> On Thu, Dec 30, 2010 at 7:09 PM, <<a href="mailto:michael@mfields.org">michael@mfields.org</a>> wrote:<br>
>>>>>>><br>
>>>>>>>> Something like this works pretty well:<br>
>>>>>>>><br>
>>>>>>>> function mytheme_comment_reply_js() {<br>
>>>>>>>> if ( is_singular() && get_option( 'thread_comments' ) ) {<br>
>>>>>>>> wp_enqueue_script( 'comment-reply' );<br>
>>>>>>>> }<br>
>>>>>>>> }<br>
>>>>>>>> add_action( 'wp_print_scripts', 'mytheme_comment_reply_js' );<br>
>>>>>>>><br>
>>>>>>>> > Hello<br>
>>>>>>>> > Automatic theme scanning is showing the following error message.<br>
>>>>>>>> > â– REQUIRED: Could not find comment-reply in the PHP files. The<br>
>>>>>theme<br>
>>>>>>>> > must enqueue the comment-reply script on pages where there are<br>
>>>>>>>> > comments displayed.<br>
>>>>>>>> ><br>
>>>>>>>> > Can anyone tell me what that supposed to mean and how can i get<br>
>>>>>rid of<br>
>>>>>>>> > it? i included comment_reply_link code in php files...i dont know<br>
>>>>>if<br>
>>>>>>>> > that is related to the error at all or not.<br>
>>>>>>>> ><br>
>>>>>>>> > Thanks<br>
>>>>>>>> ><br>
>>>>>>>> ><br>
>>>>>>>> ><br>
>>>>>>>> > On 12/25/10, Rashed Latif <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>> wrote:<br>
>>>>>>>> >> thanks phil. thats a good enough infomation. i know there was<br>
>>>>>3-4<br>
>>>>>>>> >> errors while i submitted the theme. i'll try to reupload the<br>
>>>>>theme<br>
>>>>>>>> >> after fixing those issues.<br>
>>>>>>>> >><br>
>>>>>>>> >><br>
>>>>>>>> >> On 12/25/10, Philip M. Hofer (Frumph) <<a href="mailto:philip@frumph.net">philip@frumph.net</a>> wrote:<br>
>>>>>>>> >>> Apologize for the delay, however this is the holiday season and<br>
>>>>>most<br>
>>>>>>>> >>> of<br>
>>>>>>>> >>> the<br>
>>>>>>>> >>> reviewers are with their families at this time, reviews will<br>
>>>>>pick up<br>
>>>>>>>> >>> again<br>
>>>>>>>> >>> after the holidays are over.<br>
>>>>>>>> >>><br>
>>>>>>>> >>> The priority is basically themes which have already passed the<br>
>>>>>>>> >>> review<br>
>>>>>>>> >>> process are #1, then come themes that have already gone<br>
>>>>>through or<br>
>>>>>>>> >>> started<br>
>>>>>>>> >>> the process, then lastly, new themes which have not been<br>
>>>>>through the<br>
>>>>>>>> >>> review<br>
>>>>>>>> >>> process.<br>
>>>>>>>> >>><br>
>>>>>>>> >>> While you may see some that are uploaded later then you, those<br>
>>>>>are<br>
>>>>>>>> >>> probably<br>
>>>>>>>> >>> in the 1st or 2nd priority.<br>
>>>>>>>> >>><br>
>>>>>>>> >>> My suggestion to you though, if you want it to pass the review<br>
>>>>>team,<br>
>>>>>>>> >>> download the theme-check plugin:<br>
>>>>>>>> >>> <a href="http://wordpress.org/extend/plugins/theme-check/" target="_blank">http://wordpress.org/extend/plugins/theme-check/</a> found here.<br>
>>>>>>>> >>><br>
>>>>>>>> >>> Run the theme-check plugin on your theme, if it passes the<br>
>>>>>>>> >>> theme-check<br>
>>>>>>>> >>> then<br>
>>>>>>>> >>> you check your theme with the theme unit test, which is found<br>
>>>>>here:<br>
>>>>>>>> >>> <a href="http://codex.wordpress.org/Theme_Unit_Test" target="_blank">http://codex.wordpress.org/Theme_Unit_Test</a><br>
>>>>>>>> >>><br>
>>>>>>>> >>> If it passes the theme unit test and the theme-check plugin,<br>
>>>>>you're<br>
>>>>>>>> >>> sure<br>
>>>>>>>> >>> to<br>
>>>>>>>> >>> get passed right away when your up.<br>
>>>>>>>> >>><br>
>>>>>>>> >>> - Phil<br>
>>>>>>>> >>><br>
>>>>>>>> >>><br>
>>>>>>>> >>> ----- Original Message -----<br>
>>>>>>>> >>> From: "Rashed Latif" <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>><br>
>>>>>>>> >>> To: <<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a>><br>
>>>>>>>> >>> Sent: Saturday, December 25, 2010 5:29 AM<br>
>>>>>>>> >>> Subject: Re: [theme-reviewers] New theme upload<br>
>>>>>>>> >>><br>
>>>>>>>> >>><br>
>>>>>>>> >>>> Hi<br>
>>>>>>>> >>>> Can anyone tell me whats the position of my theme in the<br>
>>>>>queue. Its<br>
>>>>>>>> >>>> already been 12 days.<br>
>>>>>>>> >>>> My ticket number is 2282 and still status is "New". If i am<br>
>>>>>not<br>
>>>>>>>> >>>> wrong<br>
>>>>>>>> >>>> i saw a post with ticket number 2352 which is assigned to<br>
>>>>>otto. I<br>
>>>>>>>> >>>> really cant figure out how your queue works.<br>
>>>>>>>> >>>><br>
>>>>>>>> >>>> Thanks<br>
>>>>>>>> >>>><br>
>>>>>>>> >>>><br>
>>>>>>>> >>>> On 12/19/10, Furcifer <<a href="mailto:furcifer@furcifer.net">furcifer@furcifer.net</a>> wrote:<br>
>>>>>>>> >>>>> Rashed, we have a bit of a backlog at the moment, we'll get<br>
>>>>>to<br>
>>>>>>>> >>>>> your<br>
>>>>>>>> >>>>> theme<br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> in<br>
>>>>>>>> >>>>> it's turn.<br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> Jay<br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> -----Original Message-----<br>
>>>>>>>> >>>>> From: Rashed Latif <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>><br>
>>>>>>>> >>>>> Sent: Sunday, December 19, 2010 10:36 AM<br>
>>>>>>>> >>>>> To: <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> >>>>> Subject: Re: [theme-reviewers] New theme upload<br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> Its already been 6 days since i uploaded my theme for review<br>
>>>>>and<br>
>>>>>>>> >>>>> still<br>
>>>>>>>> >>>>> no update. last week the average time was 5.9 days. also like<br>
>>>>>to<br>
>>>>>>>> >>>>> know<br>
>>>>>>>> >>>>> whats the next step after someone reviews the theme and finds<br>
>>>>>some<br>
>>>>>>>> >>>>> errors. and any idea how long its gonna take to accept my<br>
>>>>>theme<br>
>>>>>>>> >>>>> for<br>
>>>>>>>> >>>>> review?<br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> On 12/16/10, Otto <<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>> wrote:<br>
>>>>>>>> >>>>>> On Thu, Dec 16, 2010 at 4:25 AM, Rashed Latif<br>
>>>>>>>> >>>>>> <<a href="mailto:rashed.latif@gmail.com">rashed.latif@gmail.com</a>><br>
>>>>>>>> >>>>>> wrote:<br>
>>>>>>>> >>>>>>> I am just wondering what's the average time period for<br>
>>>>>reviewing<br>
>>>>>>>> >>>>>>> a<br>
>>>>>>>> >>>>>>> theme.<br>
>>>>>>>> >>>>>><br>
>>>>>>>> >>>>>> Last week it was 5.9 days:<br>
>>>>>>>> >>>>>><br>
>>>>><a href="http://make.wordpress.org/themes/2010/11/21/weekly-stats-21-nov-10/" target="_blank">http://make.wordpress.org/themes/2010/11/21/weekly-stats-21-nov-10/</a><br>
>>>>>>>> >>>>>><br>
>>>>>>>> >>>>>> -Otto<br>
>>>>>>>> >>>>>> _______________________________________________<br>
>>>>>>>> >>>>>> theme-reviewers mailing list<br>
>>>>>>>> >>>>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> >>>>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>> >>>>>><br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> --<br>
>>>>>>>> >>>>> Rashed Latif<br>
>>>>>>>> >>>>> _______________________________________________<br>
>>>>>>>> >>>>> theme-reviewers mailing list<br>
>>>>>>>> >>>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> >>>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>>> _______________________________________________<br>
>>>>>>>> >>>>> theme-reviewers mailing list<br>
>>>>>>>> >>>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> >>>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>> >>>>><br>
>>>>>>>> >>>><br>
>>>>>>>> >>>><br>
>>>>>>>> >>>> --<br>
>>>>>>>> >>>> Rashed Latif<br>
>>>>>>>> >>>> _______________________________________________<br>
>>>>>>>> >>>> theme-reviewers mailing list<br>
>>>>>>>> >>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> >>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>> >>>><br>
>>>>>>>> >>><br>
>>>>>>>> >>><br>
>>>>>>>> >>> _______________________________________________<br>
>>>>>>>> >>> theme-reviewers mailing list<br>
>>>>>>>> >>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> >>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>> >>><br>
>>>>>>>> >><br>
>>>>>>>> >><br>
>>>>>>>> >> --<br>
>>>>>>>> >> Rashed Latif<br>
>>>>>>>> >><br>
>>>>>>>> ><br>
>>>>>>>> ><br>
>>>>>>>> > --<br>
>>>>>>>> > Rashed Latif<br>
>>>>>>>> > _______________________________________________<br>
>>>>>>>> > theme-reviewers mailing list<br>
>>>>>>>> > <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> > <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>> ><br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>> _______________________________________________<br>
>>>>>>>> theme-reviewers mailing list<br>
>>>>>>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>>>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>>>>><br>
>>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> --<br>
>>>>>> Rashed Latif<br>
>>>>>><br>
>>>>><br>
>>>>><br>
>>>>>--<br>
>>>>>Rashed Latif<br>
>>>>>_______________________________________________<br>
>>>>>theme-reviewers mailing list<br>
>>>>><a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>>><br>
>>>>><br>
>>>>>_______________________________________________<br>
>>>>>theme-reviewers mailing list<br>
>>>>><a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>>><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>><br>
>>>> --<br>
>>>> Mobile, wolf is mobile.<br>
>>>> <a href="Http://furcifer.net" target="_blank">Http://furcifer.net</a><br>
>>>> _______________________________________________<br>
>>>> theme-reviewers mailing list<br>
>>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Rashed Latif<br>
>>> _______________________________________________<br>
>>> theme-reviewers mailing list<br>
>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> theme-reviewers mailing list<br>
>>> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
>>> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
>>><br>
>><br>
>><br>
>> --<br>
>> Rashed Latif<br>
>><br>
><br>
><br>
> --<br>
> Rashed Latif<br>
> _______________________________________________<br>
> theme-reviewers mailing list<br>
> <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
><br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br>