We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Repeet Plugin Help, List All Dates For One Event

Development and Programming

leadsuccess's avatar
leadsuccess
408 posts
17 years ago
leadsuccess's avatar leadsuccess

Moderator’s note: Moved to Plugins: Tech Support.

I know I posted help on this before but did not make things clear.

Here is how I enter dates into my custom extra date field within an event. Just want to show all custom dates for that event only.

custom field: events-extra-dates (note not all the same times)

6/26/2008 08:00 PM 6/27/2008 08:00 PM 6/28/2008 08:00 PM 7/1/2008 08:00 PM 7/2/2008 06:00 PM 7/3/2008 08:00 PM 7/4/2008 08:00 PM 7/5/2008 03:00 PM 7/5/2008 08:00 PM 7/12/2008 03:00 PM 7/12/2008 08:00 PM 7/16/2008 04:00 PM 7/17/2008 08:00 PM

Then this is what I have in my template, I have no exclude dates. Any help?

{exp:weblog:entries weblog="events" limit="1" show_future_entries="yes"}
<h1>{title}</h1>
<h2>Coming occurrences of this event:</h2>
<ul>{exp:repeet:list_dates from="00:00" to="5 years" entry_date="{entry_date format="%Y-%m-%d %H:%i"}" expiration_date="{expiration_date format="%Y-%m-%d %H:%i"}" max_list="25" interval="daily"}
{repeet:include_dates}{events-extra-dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}{events-extra-dates}
{/repeet:display}
{/exp:repeet:list_dates}
{/exp:weblog:entries}
       
grantmx's avatar
grantmx
1,439 posts
17 years ago
grantmx's avatar grantmx

So what exactly is your quandary?

       
leadsuccess's avatar
leadsuccess
408 posts
17 years ago
leadsuccess's avatar leadsuccess

my ordeal is that the above does not produce any results:(

       
grantmx's avatar
grantmx
1,439 posts
17 years ago
grantmx's avatar grantmx

Ive never used the repeet plug-in before, but by looking at your code you need to close your unordered list tag

<ul></ul>

and you need to add some list items for what ever data you need to display in between your unordered list:

<ul>
<li>{repeet:include_dates}{events-extra-dates}{/repeet:include_dates} {repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}{repeet:display}{events-extra-dates}
{/repeet:display}</li>
</ul>

Something like that. Not 100% sure how this plug-in works.

       
leadsuccess's avatar
leadsuccess
408 posts
17 years ago
leadsuccess's avatar leadsuccess

that is basically what I am doing in my example, regardless of the <li> tag the dates should still display, I did close my lists but it did still not display anything.

       
grantmx's avatar
grantmx
1,439 posts
17 years ago
grantmx's avatar grantmx

You probably will have better luck contacting the plug-in’s creator for tech assistance.

       
leadsuccess's avatar
leadsuccess
408 posts
17 years ago
leadsuccess's avatar leadsuccess

agreed:) he is normally super busy and probably may not hear something for weeks. There has to be one repeet guru around, calling all gurus! Not that you aren’t a guru grantmx:)

       
grantmx's avatar
grantmx
1,439 posts
17 years ago
grantmx's avatar grantmx

Naw brother. Totally understand. 😉

       
Justin Hurlburt's avatar
Justin Hurlburt
344 posts
17 years ago
Justin Hurlburt's avatar Justin Hurlburt

Greetings,

After studying the documentation for listing dates for Repeet, It appears to me the format of the ‘from=’ parameter may be incorrect. I believe it should be in YYYY-MM-DD format. Have you tried 2008-01-01? That may be the ticket =P

       
leadsuccess's avatar
leadsuccess
408 posts
17 years ago
leadsuccess's avatar leadsuccess

Many thanks, that got things cleared up:)!

       
Mr. Wilson's avatar
Mr. Wilson
131 posts
17 years ago
Mr. Wilson's avatar Mr. Wilson

Glad you got it figured out, dvancouver!

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.