Main menu

Forum


× Help Forum English

[WISH LIST] show a specific month

  • vaughan
  • Topic Author
  • New Member
  • New Member
More
11 years 4 months ago - 11 years 4 months ago #1740 by vaughan
[WISH LIST] show a specific month was created by vaughan
Hi

It´s posible show a specific month in the module ICalendar? i don´t to show the current month, I want to create a module for each month of the year and create a yearly calendar.

Something like this:
www.motorextremo.es/calendario-anual-2013/
Last edit: 11 years 4 months ago by Lyr!C. Reason: [WISH LIST]

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 4 months ago #1742 by Lyr!C
Replied by Lyr!C on topic show a specific month
Currently, it's not possible.

But it can be a good idea for a futur release! (i will keep it in mind !) B)

Latest version : iCagenda 3.9.3
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) .

File Attachment:

The following user(s) said Thank You: vaughan

Please Log in or Create an account to join the conversation.

  • vaughan
  • Topic Author
  • New Member
  • New Member
More
11 years 4 months ago #1743 by vaughan
Replied by vaughan on topic [WISH LIST] show a specific month
I've seen this code in helper.php in mod_iccalendar:
		// GénéŽration du Calendrier
		$days = date("d", mktime(0, 0, 0, $mese+1, 0, $anno));
		$list = array();
		
				
		for($a=1; $a<=$days; $a++)
		{
			$list[$a]['date'] = date('Y-m-d', mktime(0, 0, 0, $mese, $a, $anno));
			$list[$a]['dateFormat'] = strftime($f, mktime(0, 0, 0, $mese, $a, $anno));
			$list[$a]['dateTitle'] = strftime($f, mktime(0, 0, 0, $mese, $a, $anno));
			$list[$a]['week'] = date('N', mktime(0, 0, 0, $mese, $a, $anno));
			$list[$a]['day'] = $a;
			$list[$a]['month'] = $mese;
			$list[$a]['year'] = $anno;
			$list[$a]['year'] = $anno;
			$list[$a]['events']=array();
		}
		return $list;
	}

Would it work by changing the variables $ list [$ a] = $ months;
$ list [$ a] = $ year; ??

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 4 months ago #1747 by Lyr!C
Replied by Lyr!C on topic [WISH LIST] show a specific month
Euhhh... no, it won't work like this...

Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.

Latest version : iCagenda 3.9.3
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) .

File Attachment:

The following user(s) said Thank You: vaughan

Please Log in or Create an account to join the conversation.

  • vaughan
  • Topic Author
  • New Member
  • New Member
More
11 years 4 months ago #1748 by vaughan
Replied by vaughan on topic [WISH LIST] show a specific month
Ok, thanks!

Please Log in or Create an account to join the conversation.

  • Mike
  • New Member
  • New Member
More
11 years 3 months ago #2383 by Mike
Replied by Mike on topic [WISH LIST] show a specific month

Lyr!C wrote: Euhhh... no, it won't work like this...

Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.


In fact it's something I really need, for example to have props StartDate and EndDate, which - if set - will limit (or filter, as you said) first month+year and/or last month+year. IMHO it's relatively easy mod, could you implement it please? If so, I'm ready to pay for it. In such case contact me please, thanks.

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 3 months ago #2422 by Lyr!C
Replied by Lyr!C on topic [WISH LIST] show a specific month

Mike wrote:

Lyr!C wrote: Euhhh... no, it won't work like this...

Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.


In fact it's something I really need, for example to have props StartDate and EndDate, which - if set - will limit (or filter, as you said) first month+year and/or last month+year. IMHO it's relatively easy mod, could you implement it please? If so, I'm ready to pay for it. In such case contact me please, thanks.


Hi Mike!

It is in the wishlist (my first post is, developpement features to be added this year, but hope most in the few months to come B) ):
www.joomlic.com/en/forum/icagenda-announ...future-versions#1937

Latest version : iCagenda 3.9.3
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) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Mike
  • New Member
  • New Member
More
11 years 3 months ago #2423 by Mike
Replied by Mike on topic [WISH LIST] show a specific month

Lyr!C wrote:

Mike wrote:

Lyr!C wrote: Euhhh... no, it won't work like this...

Need a new function to add a filter.
First, major news and changes in coding for version 1.3 coming soon, and after this version officially released, i will work to add new features, and new possibilities.


In fact it's something I really need, for example to have props StartDate and EndDate, which - if set - will limit (or filter, as you said) first month+year and/or last month+year. IMHO it's relatively easy mod, could you implement it please? If so, I'm ready to pay for it. In such case contact me please, thanks.


Hi Mike!

It is in the wishlist (my first post is, developpement features to be added this year, but hope most in the few months to come B) ):
www.joomlic.com/en/forum/icagenda-announ...future-versions#1937


Hi,
I know, I just meant it could speed-up implementation, if I donate some money ;-)

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 3 months ago #2425 by Lyr!C
Replied by Lyr!C on topic [WISH LIST] show a specific month

Mike wrote: I know, I just meant it could speed-up implementation, if I donate some money ;-)


I understand, but I can not do so...
The project is intended for everyone, and I do not want to create privileges! :P

However, this filter is expected soon to link menu (i already have added it in my next developpment, before your post ;-) )

Latest version : iCagenda 3.9.3
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) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Mike
  • New Member
  • New Member
More
11 years 3 months ago #2427 by Mike
Replied by Mike on topic [WISH LIST] show a specific month

Lyr!C wrote:

Mike wrote: I know, I just meant it could speed-up implementation, if I donate some money ;-)


I understand, but I can not do so...
The project is intended for everyone, and I do not want to create privileges! :P

However, this filter is expected soon to link menu (i already have added it in my next developpment, before your post ;-) )


Thank You and God bless You, Your Highness ;-) hurrying to order ...
The following user(s) said Thank You: Lyr!C

Please Log in or Create an account to join the conversation.

Moderators: Lyr!C
Time to create page: 0.251 seconds

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new