[xwiki-users] Event Calendar
Hello everybody, instad of displaying the event calendar only the following code is displayed: $cparams.put("categories", $rqcategories) $cview.getHTMLCalendar($cparams, "") I was surprised as I googled the code, most of the calendar pages didn't work properly. Is it a general problem, because as I used the calendar within the standalone version it was working fine! That's why I'm sure I did everything right... I appreciate any help! Thank you yery much! Cheers, Fabian -- View this message in context: http://n2.nabble.com/Event-Calendar-tp4348913p4348913.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, is this happening after an upgrade ? The calendar plugin has been removed from the default distribution in XE 1.8. It is still available at http://code.xwiki.org/xwiki/bin/view/Plugins/CalendarPlugin Please make sure that the plugin jar is present in xwiki/WEB-INF/lib/ and also listed in the plugin configuration section of xwiki/WEB-INF/xwiki.cfg JV. On Wed, Jan 13, 2010 at 3:41 PM, Faubi <[email protected]> wrote:
Hello everybody,
instad of displaying the event calendar only the following code is displayed:
$cparams.put("categories", $rqcategories)
$cview.getHTMLCalendar($cparams, "")
I was surprised as I googled the code, most of the calendar pages didn't work properly. Is it a general problem, because as I used the calendar within the standalone version it was working fine! That's why I'm sure I did everything right...
I appreciate any help! Thank you yery much!
Cheers, Fabian -- View this message in context: http://n2.nabble.com/Event-Calendar-tp4348913p4348913.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Here are the notes I had made while installing the EventCalendar under XEM 1.7 (XE 1.9). I had intended to update the docs on xwiki.org but haven't. Let me know if it helps or not. Trevor download xwiki-plugin-calendar-1.0.jar and xwiki-application-calendar-1.0.xar move the .jar to $CATALINA_HOME/webapps/ROOT/WEB-INF/lib edit xwiki.cfg, add to "xwiki.plugins": com.xpn.xwiki.plugin.calendar.CalendarPlugin restart Tomcat login as an Administrator, import the .xar (all 3 classes) go to http://<url>/xwiki/bin/view/Main/EventCalendar On Wed, 13 Jan 2010 06:41:47 -0800 (PST) Faubi wrote:
Hello everybody,
instad of displaying the event calendar only the following code is displayed:
$cparams.put("categories", $rqcategories)
$cview.getHTMLCalendar($cparams, "")
I was surprised as I googled the code, most of the calendar pages didn't work properly. Is it a general problem, because as I used the calendar within the standalone version it was working fine! That's why I'm sure I did everything right...
I appreciate any help! Thank you yery much!
Cheers, Fabian
Thanks both of you for the quick responses , but I did everything you said. I think it might be the restarting of tomcat. I host my XWiki. Do I need to make changes (config.cfg + *.jar) in the xwiki.war, too? Cheers again! Trevor Russ wrote:
Here are the notes I had made while installing the EventCalendar under XEM 1.7 (XE 1.9). I had intended to update the docs on xwiki.org but haven't. Let me know if it helps or not.
Trevor
download xwiki-plugin-calendar-1.0.jar and xwiki-application-calendar-1.0.xar
move the .jar to $CATALINA_HOME/webapps/ROOT/WEB-INF/lib
edit xwiki.cfg, add to "xwiki.plugins": com.xpn.xwiki.plugin.calendar.CalendarPlugin
restart Tomcat login as an Administrator, import the .xar (all 3 classes)
go to http://<url>/xwiki/bin/view/Main/EventCalendar
On Wed, 13 Jan 2010 06:41:47 -0800 (PST) Faubi wrote:
Hello everybody,
instad of displaying the event calendar only the following code is displayed:
$cparams.put("categories", $rqcategories)
$cview.getHTMLCalendar($cparams, "")
I was surprised as I googled the code, most of the calendar pages didn't work properly. Is it a general problem, because as I used the calendar within the standalone version it was working fine! That's why I'm sure I did everything right...
I appreciate any help! Thank you yery much!
Cheers, Fabian
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/Event-Calendar-tp4348913p4360611.html Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm not familiar using .war files so I had expanded it into webapps/ROOT. I'm guessing you either have to expand the .war before making the changes, or somehow make the changes within the .war. I should point out that when I said
move the .jar to $CATALINA_HOME/webapps/ROOT/WEB-INF/lib
that's because I have made XWiki the root Tomcat application (webapps/ROOT). If you had followed the default install instructions, this would likely be "webapps/xwiki" (once you've expanded the .war). Trevor On Wed, 13 Jan 2010 10:30:49 -0800 (PST) Faubi wrote:
Thanks both of you for the quick responses , but I did everything you said. I think it might be the restarting of tomcat. I host my XWiki. Do I need to make changes (config.cfg + *.jar) in the xwiki.war, too?
Cheers again!
Thanks again, it works now! Indeed, the reason was the restart of tomcat which had to be undertaken by the admin... Anyway, thanks 4 the quick help! Cheers Fabian Trevor Russ wrote:
I'm not familiar using .war files so I had expanded it into webapps/ROOT. I'm guessing you either have to expand the .war before making the changes, or somehow make the changes within the .war.
I should point out that when I said
move the .jar to $CATALINA_HOME/webapps/ROOT/WEB-INF/lib
that's because I have made XWiki the root Tomcat application (webapps/ROOT). If you had followed the default install instructions, this would likely be "webapps/xwiki" (once you've expanded the .war).
Trevor
On Wed, 13 Jan 2010 10:30:49 -0800 (PST) Faubi wrote:
Thanks both of you for the quick responses , but I did everything you said. I think it might be the restarting of tomcat. I host my XWiki. Do I need to make changes (config.cfg + *.jar) in the xwiki.war, too?
Cheers again!
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/Event-Calendar-tp4348913p4369977.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
Faubi -
Jean-Vincent Drean -
Trevor Russ