Home arrow Support & FAQs arrow Forum arrow Extensionsarrow Archivearrow JCal Proarrow Feature Requests (board locked)arrow Multiple Calendars - One Site
Pages: 1 2 [3] 4 5
Print
Author Topic: Multiple Calendars - One Site  (Read 30006 times)
borisgoodenough
Newbie
*

Karma: +0/-0
Posts: 13


View Profile
« Reply #30 on: May 17, 2007, 07:31:14 AM »

Sorry -- I've been ignoring this forum in order to get my website up and running.

It's now launched, using the multi-calendar mod that Syldes wrote. After several weeks of testing and use I just have one thing to say: IT ROCKS!

See it live -- and loaded full of events -- at www.michwine.com

Note: clicking the top menu button (Wine Calendar) is the same as the "All Listings Statewide" on the dropdown. Each of the other dropdown items selects the event listings for a specific region of the state. The "Submit an Event" button is a contact form -- for now.

Syldes, many thanks!  Hopefully, there will be an upgrade path so I can get back on the "main" development thread when the multi-calendar feature is incorporated.

Logged
akide
Newbie
*

Karma: +0/-0
Posts: 23



View Profile Email
« Reply #31 on: June 20, 2007, 10:38:27 AM »

Hi, can you help me with multiple calendars?
I have used it in my site but when i click on the city calendar it show me all the events and not only city events. Why?
I have use "specific item" but i don't understand what is wrong. Can you help me please?
« Last Edit: July 15, 2007, 02:28:40 PM by akide » Logged
syldes
Newbie
*

Karma: +0/-0
Posts: 11


View Profile
« Reply #32 on: June 21, 2007, 03:39:21 AM »

The "specific itemid" is the way to go.
To use it, you need to have a menu entry pointing to your specific calendar.
If you don't have one yet, while connected in the backend :
  • Go to the menu "Menu" Smiley, choose "mainmenu" (for example), and clicking "New" on the top-right will bring a new page.
  • Then check "Component" on the right, then click "Next" (top right).
  • In the new page, type a name for the menu item, choose "JCal Pro" in the components list, and fill the default parameters if you need to, then click "Save" (top right).

At this point you have a menu entry pointing to JCal Pro but with all the events from all the calendars. By modifying the menu entry you just created, you can use the "Calendar name" paremeter to have it to use events only from a specific calendar.

The itemid you need is displayed in the 'itemid' column of the menu items list. That's this value you need to use in the minical module "specific itemid" parameters, to have it linking to specific calendar events display (don't forget to check the "Use specific itemid" parameter)
Logged
akide
Newbie
*

Karma: +0/-0
Posts: 23



View Profile Email
« Reply #33 on: June 21, 2007, 07:49:31 AM »

Thank you very much for your very exhausting answer!!!
I have do it!!!
I like it!!!
I like you!!! Grin
Thanks again!!!
Logged
maxownz
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #34 on: June 21, 2007, 09:47:30 AM »

Great work syldes!!!

I noticed on your demo site you got it to show a breadcrumb trail.

Home -> All calendars -> Calendar 2

How did you do this? Something built into your template or something you had to add yourself? Thanks again, keep up the great work!
Logged
syldes
Newbie
*

Karma: +0/-0
Posts: 11


View Profile
« Reply #35 on: June 22, 2007, 06:54:28 AM »

Sorry but the breadcrumb is built into the template !
Logged
mamboblues
Newbie
*

Karma: +0/-0
Posts: 5


View Profile
« Reply #36 on: July 09, 2007, 11:13:50 PM »

Hi everybody,

I've just installed this cool "extended" Version of Jcal and I've been playing around with it.

Unfortunately, it seems that I won't be able to solve my "problem" (see http://dev.anything-digital.com/index.php?option=com_smf&Itemid=71&topic=1163.0) but nevertheless, it does take me a step closer to what I'm looking for.

I was wondering whether it would be possible that the main calender will show - instead of the categories - the names of the other calenders (on the bottom) and when I click on the name it will take me to the events (full view) of that calendar.
Any idea of how this can be accomplished?


I'd be really thankful for any help!!! Thanks in advance...!

Greets
mamboblues
Logged
labp
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #37 on: July 11, 2007, 02:59:36 PM »

Hi!

Thanks for this modification!!!

But I have a problem with DB...

I have this message on manage calendars page:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in W:\www\pastor\includes\database.php on line 390

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in W:\www\pastor\includes\database.php on line 390

And i have this popup when i try to create a new event:

http://img230.imageshack.us/img230/8066/popupkk9.jpg

And when i go to page and enter in the calendar section i got this:

Code:
Database error encountered
# DB Error:

Unknown column 'e.calendar' in 'where clause' SQL=SELECT e.extid, e.cat, start_date, end_date from jos_jcalpro_events AS e LEFT JOIN jos_jcalpro_categories AS c ON e.cat=c.cat_id WHERE ( ( DATE_FORMAT(e.start_date,'%Y%m%d') <= 20070701 AND DATE_FORMAT(e.end_date,'%Y%m%d') >= 20070701 ) OR ( DATE_FORMAT(e.start_date,'%Y%m%d') = 20070701 ) ) AND c.published = '1' AND e.published = '1' AND approved = '1' AND recur_type = ''AND e.calendar = '1' ORDER BY start_date,title ASC


Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in W:\www\pastor\components\com_jcalpro\include\dblib.php on line 80
a lot of times.

I'm using JSAS.
I'm newbie, and don't know what to do.

Best Regards
Sorry bad english

Luis Pacheco
Logged
labp
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #38 on: July 12, 2007, 07:29:57 AM »

I don't know why, but in my live site is all ok...

Thanks for this great modification!And thanks for this great component!!!
Logged
nso
Newbie
*

Karma: +0/-0
Posts: 2


View Profile
« Reply #39 on: July 16, 2007, 02:59:34 AM »

firstly, thank you so much for taking the time to do this its a godsend

For some reason (probably a user error  Smiley) my latest events module will still only display calendar events for one calender. I have { jcal_latest}X{/jcal_latest} in my Module Calendar field. I want all latest events, i dont care what catagory they are in. Should it be something else?
Logged
gracilyn
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #40 on: July 22, 2007, 02:36:42 PM »

syldes.  Thank you very much for this enhancement.  Unfortunately I am receiving an error which is causing me some trouble.
 Upload universal - Failed
Warning: XML error in /var/www/html/media/install_46a3b061bcdea/jcalpro.xml: DESCRIPTION is not a valid containing element

also

Warning: Invalid argument supplied for foreach() in /var/www/html/administrator/components/com_jcalpro/install.jcalpro.php on line 85

Do you or anyone else have any insight?  Thanks.
Logged
PLC
Newbie
*

Karma: +0/-0
Posts: 3


View Profile
« Reply #41 on: July 26, 2007, 01:08:44 PM »

I'm crestfallen  Cry This is a beauiful Cal, but without the ability to give individual users their own private calenar its useless to me.

Is anyone willing to develop a version of this that will work for me? I'll gladly pay for it.

Thanks
Logged
V-man
Administrator
Hero Member
*****

Karma: +100/-3
Posts: 3383


JCal Pro, the Joomla calendar


View Profile
« Reply #42 on: July 26, 2007, 01:48:45 PM »

We are working on this now. Let em know if you want to make a donation.
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | sh404SEF | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.
pwexler
Newbie
*

Karma: +0/-0
Posts: 7


View Profile
« Reply #43 on: July 27, 2007, 11:09:40 AM »

I would be happy to make a donation and/or purchase the calendar. Can you offer a time line when the multiple calendar funtionality will be available.

As intreaged as I am with Syldes modification(s) I am reluctant to use because I'm sure it is not support by JCal. Also becuase when the offical release does comes out will I be able to properly upgrade without loosing any events in the database.

Can you help clear my thoughts on this.

Thanks and keep up the good work.
Logged
V-man
Administrator
Hero Member
*****

Karma: +100/-3
Posts: 3383


JCal Pro, the Joomla calendar


View Profile
« Reply #44 on: July 27, 2007, 11:12:09 AM »

We are beta-testing now. A public beta version should be out soon (a week or two).
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | sh404SEF | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.
Pages: 1 2 [3] 4 5
Print