Post #7 points out how to find working sites using this mod. Actually every mod shown on the link uses it except numbers 7 & 8.
Printable View
Post #7 points out how to find working sites using this mod. Actually every mod shown on the link uses it except numbers 7 & 8.
I saw post #7, when I click on your signature it opens "http://jeandret.com/demo/" and there is nothing there about toads or vinegar? So, I clicked on a few of the links and they either had no 'scheduled event's' link or they did and there was nothing listed, that's why I posted originally. I just went back and click on all of the links, still many that have no link or no data, but I did see some that did have data and I see now how it's working.
You may want to update that page. :smile:
Thanks,
Leslie
This might be of help ....
haredo dot com
On the right side click on scheduled events ...
The site is working just fine.
"Vinegar" has decided to "do their own work" and I've taken them off the list. Toads refers to horned lizards.
I can't force the customer to keep their information up to date. Yet, even with no information on the page, it's telling you the mod is working.
Awesome finding that invalid field in the table. That did the trick for me as well.
Version 1.6.1A has been uploaded to the PlugIns section and should be available soon.
There is the "minor":blush: change to eventz/index.php line 176 changingtoQuote:
$opts['fdd']['event_comment'] = array(
If you have had a problem with the mod, making that change should get you going.Quote:
$opts['fdd']['event_comments'] = array(
Also, I made some changes to the events_readme.txt and events_installation_users_guide.txt to clarify the directions.
This mod has been tested in versions 1.3.9a thru 1.5.1 and (after tonight's announcement) will soon be tested with 1.5.2. The result will be posted in this thread.
Stay scheduled, my friends.:D
Four questions.
1. Comments are not showing on the events public page. How can I show comment results?
2. How can I change the date from 2015-05-12 >> to 12/05/2015 or better still Thursday 12th May 2015
3. How can I enter re occurring dates?
4. How can enter (instead of a dates) '1st and 3rd Every Sunday'
Can you please advise where and how this can be implemented.
Using zencart 1.53
Ok I fixed the #1.
Change
WithCode:if ($eventInfo['event_comments'] != '') echo "<strong>Comments: </strong>" . $eventInfo["Comments"] . "<br />";
#2 shows as desired so please ignore question however entry point in the date can be improved.Code:if ($eventInfo['event_comments'] != '') echo "<strong>Comments: </strong>" . $eventInfo["event_comments"] . "<br />";
#3 and #4 still would like to know how?
New Version 1.7 should be available in the downloads soon. Still not tied to the admin but needed to fix some more glitches in the contents.