Re: [xwiki-users] JS running problem

2010-10-14 Thread Marius Dumitru Florea
Hi Bauyrzhan, On 10/14/2010 08:45 AM, Bauyrzhan Matyganov wrote: ok, so the problem is that I have created new JavascriptExtension and CSSExtension files I configured them as to call on demand. However, when i cal them with skin extension plugin: $xwiki.jsx.use(XWiki.SomeJSFile) and

Re: [xwiki-users] JS running problem

2010-10-14 Thread Bauyrzhan Matyganov
Hi Marius I am using this version : xwiki-enterprise-installer-windows-2.4.3.exe On Thu, Oct 14, 2010 at 1:52 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Hi Bauyrzhan, On 10/14/2010 08:45 AM, Bauyrzhan Matyganov wrote: ok, so the problem is that I have created new

Re: [xwiki-users] JS running problem

2010-10-14 Thread Marius Dumitru Florea
Some things you should check: * see with Firebug if the JavaScript extension is included in the head of your HTML page and if its content is right. * clear browser cache * try to move the JavaScript extension to a different page in a different space than XWiki (in other words, make sure this

[xwiki-users] Login page without no panels

2010-10-14 Thread Bauyrzhan Matyganov
How to make login page without no panels? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] xwiki Blog trouble

2010-10-14 Thread Vincent Gerris
Hi guys, We are experiencing serious performance problems with the Blog application. We cloned it in version 2.1 and did a few minor mods. We have under 1000 blog entires now in about 60 categories, some are subcategories. Loading the category management page takes about a minute. I have seen no

[xwiki-users] remove panels from login page

2010-10-14 Thread Bauyrzhan Matyganov
How can I remove panels from Login page? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Adding the category object to the calendar

2010-10-14 Thread Lockie
I managed to work around it using JavaScript, so this question is resolved. Here's what I did for future reference: Add a Javascript Extension object to the Main.EventCalendar function changeTextHol() { var textboxObject = document.getElementById('XWiki.CalendarEvent_user');