lwoods / wp-aec

Automatically exported from code.google.com/p/wp-aec
0 stars 0 forks source link

Incorrect month for current birthdays #392

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I set all the birthdays in the calendar to repeat every year. After doing this, 
the list of birthdays on the right-hand side of the main page begins with 
February 1st instead of beginning with the current date (in this case, October 
18). For several days now this list has remained static, that is, running from 
Feb. 1st to March 15th.

Original issue reported on code.google.com by docad...@gmail.com on 18 Oct 2012 at 10:10

GoogleCodeExporter commented 8 years ago
What parameters did you set for your eventlist shortcode?

Original comment by eranmmil...@gmail.com on 18 Oct 2012 at 3:03

GoogleCodeExporter commented 8 years ago
parameters for evenlist shortcode

<h2>Birthdays!</h2>".do_shortcode("[eventlist categories=4 start='$today' 
end='+4 weeks' limit=15]").'</li>';

Original comment by docad...@gmail.com on 18 Oct 2012 at 5:35

GoogleCodeExporter commented 8 years ago
you might want to check your $today parameter
the shortcode only supports a yyyy-mm-dd date format

Original comment by eranmmil...@gmail.com on 18 Oct 2012 at 6:23

GoogleCodeExporter commented 8 years ago
Yes, we did do that.

Original comment by docad...@gmail.com on 18 Oct 2012 at 7:04

GoogleCodeExporter commented 8 years ago
Unless you provide more information I have no further suggestions.

Original comment by eranmmil...@gmail.com on 18 Oct 2012 at 7:11

GoogleCodeExporter commented 8 years ago
Hi Eran, I hope it's ok that I'll send you a login for this site. You're 
welcome to look around - even after changing the very simple [eventlist] we're 
still seeing the same issue.

if ( is_user_logged_in() ) { $today = date('Y-m-d'); 
  echo "<li class='widget'><h2>Birthdays!</h2>".do_shortcode("[eventlist]").'</li>'; 
}

Original comment by lisa.oni...@gmail.com on 18 Oct 2012 at 10:49

GoogleCodeExporter commented 8 years ago
I'm sure you understand that I cannot afford to offer free implementation 
service for a free product. Typically problems are caused by a theme, plugin or 
server environment conflict.

I can offer further guidance to your investigations for a fee.

Original comment by eranmmil...@gmail.com on 19 Oct 2012 at 5:34

GoogleCodeExporter commented 8 years ago
Eran, thank you for all your efforts in solving this problem. We really 
appreciate it. I think we have the problem solved. Lisa wrote a custom query 
for the site and it now shows birthdays in the way we wish to view it.

Original comment by docad...@gmail.com on 20 Oct 2012 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by eranmmil...@gmail.com on 20 Oct 2012 at 5:06

GoogleCodeExporter commented 8 years ago
hey..lisa can u please tell me what code did u attached for getting the correct 
format? i am also experiencing same problem.

Original comment by anjana_n...@yahoo.com on 24 Mar 2014 at 9:28