Hi all,
can I show two different schedulers to visitors ?
I use Joomla 1.5.18 , an I want to have two schedulers in a web site.
For example, two different student classes , need two class scheduler.
Thanks,
Hi all,
can I show two different schedulers to visitors ?
I use Joomla 1.5.18 , an I want to have two schedulers in a web site.
For example, two different student classes , need two class scheduler.
Thanks,
You can achieve such functionality with standalone scheduler where different data feed can be used to show different data. But it not possible in case of plugin - it is configured always to the same, single data feed.
Also, while it possible to have multiple data feeds ( in case of standalone scheduler ) - still only one calendar can be shown per page.
thanks,
1.How can I make the second or third Data Feed ? There is only one EVENT ADMIN in the configuration of Schduler in Joomla .
2.How to make a standalone scheduler ?
Cause I try to make a different menu link to Scheduler in Joomla. But it always point to the same scheduler which handle the same Data .
Thanks …
1.How can I make the second or third Data Feed ?
It is not possible in case of plugin
2.How to make a standalone scheduler ?
You can place and iframe on the page , which source will point to separate html page with scheduler on it. You can grab separate scheduler package - and check how it can be configured on standalone page ( minor knowledge of php and js will be required )