-
iCagenda
-
iCagenda - English
-
[ROADMAP] Feature request: Link to all months, top of calendar
[ROADMAP] Feature request: Link to all months, top of calendar
-
robinne
-
Topic Author
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 1
-
-
9 years 1 month ago - 9 years 1 month ago #11445
by robinne
Hi there,
Just wanted to throw this out there, if it's possible to have a link to Jan, Feb, Mar etc at top of calendar for quick access.
Thanks.
Last edit: 9 years 1 month ago by Lyr!C. Reason: [ROADMAP]
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
9 years 1 month ago #11459
by Lyr!C
Hello,
I've planned to refactory the module calendar in 2016 (don't know yet if in 6 or 12 months...)
And this one of the improvement i would like to develop : quick search and dynamic events filtering.
Today, i'm already working on a new structure for component, with a better, faster and more flexible events display.
When all this will be done and working, i will see to add similar improvement to the modules
Best Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
robinne
-
Topic Author
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 1
-
-
9 years 1 month ago #11463
by robinne
that's great, looking forward to it. Another enhancement that I've made to the calendar is to show the title of the event in the calendar. Just in case this is something you might be able to do as well.
The following user(s) said Thank You: Lyr!C
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
9 years 1 month ago #11486
by Lyr!C
Hello,
Thanks for suggestion, but today not possible to able this in case of many events the same day.
But when refactory of calendar module next year, my goal will be to add more flexibility in customization
Best Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
robinne
-
Topic Author
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 1
-
-
9 years 3 weeks ago #11544
by robinne
thanks. this is how I am adding the titles:
// Load template for day infotip
require $this->t_day;
// added by Robin Luther to include info about the event
if ($OneEventbgcolor != ' '
AND $count_events == '1')
{
// print out title of first event of this day. this only runs when one event exists for this day
echo '<span class="placer_cal_title">';
echo $stamp->events[0];
echo '</span>';
}
// end added by Robin Luther
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6784
-
Thank you received: 608
-
-
-
-
9 years 2 weeks ago #11554
by Lyr!C
Hello,
Thank you for code, even if i know how to do this
This could help other users who would like to do the same!
The only issue in adding this option to iCagenda officially would be how to manage it when more than one event per day... ?
Open to ideas!
Best Regards,
Cyril
Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - English
-
[ROADMAP] Feature request: Link to all months, top of calendar
Time to create page: 0.171 seconds