My Subscriptions

No active or expired subscriptions. View Available Subscriptions

Advanced Search

Home arrow Forum arrow JCal Client 1.6.xarrow 1.6.x General Discussionarrow manage calendars
Pages: [1]
Print
Author Topic: manage calendars  (Read 312 times)
starkheim
Newbie
*

Karma: +0/-0
Posts: 9


View Profile WWW
« on: February 25, 2008, 12:05:14 PM »

Hello

I put on different calendars.

If I want to select these by a menu entry, I must set appropriate parameters.

That cannot be done unfortunately.

No parameters are indicated here

Lies this, in the installation?

Have you a bug-fixed for me

I think, it am missing for this indicated in the xml file

Someone can say to me, which indicated I add must.
« Last Edit: February 25, 2008, 05:21:35 PM by starkheim » Logged
PepsimanAB
Moderator
Newbie
*****

Karma: +0/-0
Posts: 43


View Profile Email
« Reply #1 on: February 26, 2008, 12:35:00 AM »

If you are using Joomla 1.0.x, you can just add
Code:
calendar=Sports
into the Parameters section when editing the menu item.  Make sure to change "Sports" to the name of whatever calendar you wish to show.

If you are using Joomla 1.5, this feature isn't fully implemented.  I believe that one way around this would be to directly edit the menu item in the database by adding that same piece of code at the end of the "params" field for your menu item in the jos_menu table. 

At the moment I don't have a multi-calendar installation on Joomla 1.5 to test this with, but I remember trying it before and I'm fairly sure that it worked for me.  As always, please backup your database before directly editing it, and if you're not comfortable doing it, then don't.
Logged

Anthony
starkheim
Newbie
*

Karma: +0/-0
Posts: 9


View Profile WWW
« Reply #2 on: March 03, 2008, 05:10:36 PM »

Hello
I used Joomla 1.5.
Joomla 1.5 need to set the parameters a XML-File. This XML do not exitst.
So I mean.
Have somebody experience with this problem oder have experience with parameters?
best regards
starkheim
Logged
waader
Beta Testers
Newbie
*

Karma: +0/-0
Posts: 28


View Profile
« Reply #3 on: March 07, 2008, 12:56:58 PM »

This is how it can be done with Joomla 1.5. Put the attached config.xml in the backend directory of jcal. In the frontend go to config.inc.php and exchange

this line
Code:
$cal_name = $parameters->get( 'calendar', "" );

with these two lines
Code:
$params =& $mainframe->getPageParameters('com_jcalpro');
$cal_name = $params->get('calendar');
Logged
Pages: [1]
Print
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com

Original Joomla Template design by RocketTheme ( Conversion by Bloc)