You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
1) My cards are work in subdomain "cards.mydomain.com" and i want to change calendar address {index.php?cmd=calendar} to "calendar.mydomain.com"
How to make this modrewrite function?
2) How can I make to show the following holidays? (3 or 4 next holidays on home page)
Last edited by teze (09-08-2009 20:16:31)
Offline
I`m not sure about the sub domain, I never use them.
And what holidays? What Country are you in?
Offline
I`m not sure about the sub domain, I never use them.
And what holidays? What Country are you in?
Hi friend, i'm from Moscow
I planning use calendar for holidays, any dates (events e.t.c) with their postcards
but, when i add any event, this note is repeating every day in selected period. how make to make add event to one day, any function which repeat this day in year in date, but not every day throughout the year. (events are repeated once a year)
and... question about 3 or 4 next events on home page still on the agenda)
sorry for my english)
Offline
Having events span days is optional and can be deactivated as per the docs.
You`ll need some custom programming if you want to have the events on your homepage. The events system is revised in v3.0. Unfortunately I`ve no idea at the moment when that will be released.
Offline
yeah, thanks. if someone wants something from freelancers to help - I will be happy.
p.s: still waitin for new version. I hope this will be very soon) I have a lot of ideas .. if there is a any topic where users could share the useful features that they want to see, it would be cool.
Offline
Having events span days is optional and can be deactivated as per the docs.
can u show with sample code?
Offline
Doesn`t it say in the docs?
Offline
No. In docs saying about colors for the calendar. I find spanning days in class_eventCalendar.inc.phps, but can't modify it to me. Please, show sample code for disable spamming days.
Last edited by teze (12-08-2009 19:06:38)
Offline
David, in which scripts/functions overlib.js is use? I know, 1) On pop-up in send card (show poem music etc), and 2) showing "more" information for vards and events. Only are this or? I want to replace the script in a more simple, or do without it.
Offline
I can`t remember all the places its used. Use a search utility and search for 'overlib'. That will reveal all the files where the code is used.
To disable calendar day spanning, open the main index.php file. Find:
define ('CAL_SPAN_DAYS', 1);
Set to:
define ('CAL_SPAN_DAYS', 0);
Offline
Hi David, what about a new version of greeting card system?) any good news for ppl?)
Offline
No, sorry, its still on hold.
Offline
Is it still on hold? I don't found about it on Coming soon section)
Last edited by teze (11-02-2010 20:40:48)
Offline
I removed it as I haven`t worked on it for awhile. It will probably return to that page soon.
Offline