Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2005-02-23 03:28:23
- fiveoh
- New Member
- From: San Francisco, California
- Registered: 2004-02-26
- Posts: 6
Sanity Check: mdp_UpcomingEventList working w/ RC3?
OK, could very well be that I’m an idiot and am missing something obvious but is anyone else having trouble with this plugin?
My articles won’t show up in a clean install of RC3. I have an article, pub date set to March 23, 2005 in the “events” section. Here’s the tag I’m using on the Default page:
txp:mdp_UpcomingEventList section=“events” dateformat=“l j F”
…when I view the site, I get a totally blank page.
Many thanks in advance!
Last edited by fiveoh (2005-02-23 03:29:20)
Offline
#2 2005-02-23 18:09:39
- brian.zerangue
- Member
- Registered: 2005-02-15
- Posts: 62
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
I’m having the SAME problem!
Offline
#3 2005-02-23 21:03:25
- fiveoh
- New Member
- From: San Francisco, California
- Registered: 2004-02-26
- Posts: 6
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
Thanks for the reply, brian. So, I guess I’m not going crazy…
Offline
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
Read this, then update your “dateformat” attribute.
http://forum.textpattern.com/viewtopic.php?id=6491
-Steve
Offline
#5 2005-02-23 22:28:09
- fiveoh
- New Member
- From: San Francisco, California
- Registered: 2004-02-26
- Posts: 6
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
ah… thanks, supa. i saw that thread yesterday but didn’t realize it also affected plug-ins… will try to change the date format.
Offline
#6 2005-02-23 22:42:14
- brian.zerangue
- Member
- Registered: 2005-02-15
- Posts: 62
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
fiveoh… let me know how it goes.
BZ
Offline
#7 2005-02-24 02:25:50
- fiveoh
- New Member
- From: San Francisco, California
- Registered: 2004-02-26
- Posts: 6
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
welp, that didn’t seem to work. i changed the date() function on line 67 in the plug-in to strftime() and i still got the blank page.
bz, if i change the tag to a different section, the page comes back. are you seeing this, too? and when you view source, do you see the start of the tag? i’m seeing:
ul id=“upcomingevents” / ul
so half of it is working.
Offline
#8 2005-02-24 02:32:57
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
strftime uses different format specifiers. (The same ones used by C, Java, Python and just about every other language. date() is PHP-only and English-only, which is why we switched)
Alex
Offline
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
Here’s the official word: I’m crazy busy right now with school and life, I hope to look at the code a little over this weekend and see if I can find the problem. Earliest I can give any kind of information is Sunday afternoon. Most likely, mdp_lib won’t really be needed anymore.
Offline
#10 2005-02-24 04:36:33
- fiveoh
- New Member
- From: San Francisco, California
- Registered: 2004-02-26
- Posts: 6
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
> greenrift wrote:
> Here’s the official word: I’m crazy busy right now with school and life, I hope to look at the code a little over this weekend and see if I can find the problem. Earliest I can give any kind of information is Sunday afternoon. Most likely, mdp_lib won’t really be needed anymore.
hey, thanks greenrift! totally understand about you being slammed with school and life. brain.z was kind enough to forward a workaround to me on how to publish articles in the future so no worries on my end.
if you do ever get around to updating the plugin, guess i can catch it in the plugin list?
Offline
#11 2005-04-16 21:46:21
- MattH
- Member
- From: Ann Arbor, MI
- Registered: 2004-10-17
- Posts: 30
Re: Sanity Check: mdp_UpcomingEventList working w/ RC3?
fiveoh, can you pass on that tip in this thread?
Offline