|
Quotes |
" ... I want to tell you that your thyme product is functional and valuable beyond
words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."
" ... Thanks for such a complete project, its making my job much easier. ..."
" ... I have now deployed 4 different calendars and our users love them ... "
" ... Easy to install and use and a great look/design. ..."
" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."
|
|
| View previous topic :: View next topic |
| Author |
Message |
ejolley
Joined: 10 Apr 2006 Posts: 86
|
Posted: Mon Apr 10, 2006 5:10 am Post subject: Events with No Duration? |
|
|
I apologize in advance for piling all these questions into one post:
1. Is it possible to create events with no specific duration but which do have a start time and aren't labeled as "All Day"?
2. Is it possible create a link that a user could click on (after logging in) that would open up the editor to create a new event with today's date as the default?
(What I'm looking for is a simple "Add Event" button that could reside on the Events tab. So that the user doesn't have to go thru the monthly view to add an event)
3. Copyright footer removal - this is in the FAQ, but only as a brief mention... Could someone point me in the right direction or send me instructions?
Thanks much,
Eric
P.S. It was good to find Thyme, I've gone through two other Calendar apps before this one and Thyme definitely holds the most promise. I am also glad to find an app with Joomla users in mind. (still trying to figure out Studio, but so far so good) |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Mon Apr 10, 2006 12:42 pm Post subject: |
|
|
Hi Eric,
> 1. Is it possible to create events with no specific duration but which do have a start time and aren't labeled as "All Day"?
No ..What kind of events are these? If you're using Joomla Studio, you can omit the times without saying that they are 'all day'.
> 2. Is it possible create a link that a user could click on (after logging in) that would open up the editor to create a new event with today's date as the default?
Edit include/events.php. Search for the line that contains: $_cal_event_list->display_events.. and just under that line, add:
| Code: |
$_cal_url = new _cal_url();
$_cal_url->addArg("event_action", _ADD_);
list($yr,$mo,$da) = explode("-", _ex_date("Y-n-j", _ex_localtime()));
$_cal_url->addArg("d", $da);
$_cal_url->addArg("m", $mo);
$_cal_url->addArg("y", $yr);
echo("<div align='center'>
(<a href='". $_cal_url->toString() ."'
class='"._CAL_CSS_HIL_."'>"._ADD_."</a>)
</div>"); |
> 3. Copyright footer removal - this is in the FAQ, but only as a brief mention... Could someone point me in the right direction or send me instructions?
E-mail us for instructions please.
> Re Joomla
Thanks! Feel free to ask questions regarding this in the Joomla integration forum. |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Apr 10, 2006 6:17 pm Post subject: |
|
|
Thanks Ian.
In regards to question 1... It's simple really. Some events are of an unknown duration or we simply don't have that information, but still want to inform people of the event and a start time. Like a concert that could be 2 hours, maybe it's 3... I hate having to specify if I don't have that information. There are a lot of events we are promoting that are going to be like that.
Thanks for the help. I will send an email about the other question.
Eric |
|
| Back to top |
|
 |
ejolley
Joined: 10 Apr 2006 Posts: 86
|
Posted: Mon Apr 10, 2006 6:28 pm Post subject: |
|
|
| Woops. Forgot to log in. |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Mon Apr 10, 2006 7:14 pm Post subject: |
|
|
Hi Eric,
Many people have events like this and just enter something to the effect of "end time may vary" in the notes of the event. Since you are using Joomla Studio, within the event template you can exclude end time (duration) all together. |
|
| Back to top |
|
 |
ejolley
Joined: 10 Apr 2006 Posts: 86
|
Posted: Mon Apr 10, 2006 10:05 pm Post subject: |
|
|
| Cool. Thanks, Ian. I do plan on using Joomla Studio for the final calendar so that's good news. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|