Re: [xwiki-users] [UX] TipsTricks

2011-07-26 Thread Lockie
in $xwiki.searchDocuments($sql)) |[[${item}]] #end {{/velocity}} Regards Lockie - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/UX-Tips-Tricks-tp6603500p6617108.html Sent from the XWiki- Users mailing list archive at Nabble.com

Re: [xwiki-users] Delete/Edit Button

2011-07-05 Thread Lockie
Hi LaStudent You could try applying the edit and delete code found in the Event Calendar application: #foreach($yourobject in $doc.getObjects(XWiki.YourClass)) #if($hasedit) ( $doc.getURL( $msg.get(edit) , $doc.getURL( $msg.get(delete) ) #end - Lockie -- View this message in context

Re: [xwiki-users] Chat extension

2011-04-14 Thread Lockie
of Googling around for a suitable one. Regards - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Chat-extension-tp6269422p6274772.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list

Re: [xwiki-users] stylesheet override

2011-04-07 Thread Lockie
://lists.xwiki.org/mailman/listinfo/users - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/stylesheet-override-tp6251952p6252381.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users

[xwiki-users] Calendar lost some functionality in 3.0

2011-04-04 Thread Lockie
this functionality because it's much easier for users to edit an entry individually then sifting through the objects that eventually grow to a big number. It's preventing me from moving to 3.0, so any help would be greatly appreciated. Thanks - Lockie -- View this message in context: http

Re: [xwiki-users] struggling to understand panels expanding initial state

2011-03-28 Thread Lockie
Ricardo Rodríguez wrote: Please, Lockie, how to you get a collapsed panel at page loading time being later on controlled by a cookie? I mean, panel A appears collapsed when you access the site for the first time. From this moment onwards, a cookie will remember the preferences of each

Re: [xwiki-users] Dashboard customization

2011-03-16 Thread Lockie
{{include document=SpaceName.PageName/}}. To control the amount of spaces listed, alter the number in this line (100 is default): #set($limit = 100)## Maximum number of documents we display in the space dashboard list Hope that helps - Lockie -- View this message in context: http

Re: [xwiki-users] struggling to understand panels expanding initial state

2011-03-07 Thread Lockie
Ricardo Rodríguez wrote: #if(!$expanded) #set($expanded = 'collapsed') #end Thanks I found this helpful. It means I don't have to have javascript extensions collapsing the panels, slowing down load times. - Lockie -- View this message in context: http://xwiki.475771.n2

Re: [xwiki-users] Drop mailing lists in favor of a forum software

2011-03-07 Thread Lockie
I use this URL: http://xwiki.475771.n2.nabble.com/XWiki-Users-f475772.html which makes the mailing list appear like a forum. I prefer a forum layout so you have my +1. - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Drop-mailing-lists-in-favor-of-a-forum

Re: [xwiki-users] Dotx file attachments open as zips in IE8

2011-02-15 Thread Lockie
Ah can't believe I missed that '', but it's good to see I was atleast on the right track. Thanks! - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Dotx-file-attachments-open-as-zips-in-IE8-tp6022146p6030056.html Sent from the XWiki- Users mailing list

Re: [xwiki-users] Problem with panels in a farm

2011-02-14 Thread Lockie
- Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-panels-in-a-farm-tp6024721p6026008.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman

Re: [xwiki-users] Panels

2011-02-13 Thread Lockie
('collapsed'); }); }); Mark it as 'Always on this Wiki'. Hope this helps, Lockie - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Panels-tp6018944p6022132.html Sent from the XWiki- Users mailing list archive at Nabble.com

[xwiki-users] Dotx file attachments open as zips in IE8

2011-02-13 Thread Lockie
from working (DNS error), so how can I alter the file to get .dotx files to download as .dotx? Thanks - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Dotx-file-attachments-open-as-zips-in-IE8-tp6022146p6022146.html Sent from the XWiki- Users mailing list

Re: [xwiki-users] XWord - strange problem regarding pages and spaces

2010-12-02 Thread Lockie
and WebPreferences if it were to link all pages in the space: |= Menu #set($sql = where doc.parent = '${doc.web}.${doc.name}') #foreach($item in $xwiki.searchDocuments($sql)) |[[${item}]] #end Cheers - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/XWord-strange-problem

[xwiki-users] XWord - strange problem regarding pages and spaces

2010-11-30 Thread Lockie
edited or created in XWord do not. The only way I can find them is to lucene search them. Is it supposed to function like this? Any help on this would be really appreciated, I hope I can get this functioning correctly. Thanks - Lockie -- View this message in context: http://xwiki

Re: [xwiki-users] XWord - strange problem regarding pages and spaces

2010-11-30 Thread Lockie
is there some way I can automatically get the XWord-published page to automatically be associated with the WebHome of the picked space? - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/XWord-strange-problem-regarding-pages-and-spaces-tp5790661p5790727.html Sent from

Re: [xwiki-users] [myxwiki] XWiki Calendar

2010-11-29 Thread Lockie
regarding it: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working-properly-tp5420827p5420827.html. Hope that helps. - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/myxwiki-XWiki-Calendar-tp5767691p5786828.html Sent from the XWiki- Users

Re: [xwiki-users] Automatically list and link files in a directory with Groovy

2010-11-14 Thread Lockie
Thanks for the reply Ricardo it was very informative! Fortunately I simply just need to list and link the files and not worry about addding metadata. I think there might be a way to do this using the php macro so I'll try that and post here if I work it out. - Lockie -- View

Re: [xwiki-users] Automatically list and link files in a directory with Groovy

2010-11-14 Thread Lockie
of it with the file names in the left column and a link to open the file in the right column. Regards, - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Automatically-list-and-link-files-in-a-directory-with-Groovy-tp5715784p5738940.html Sent from the XWiki- Users mailing

[xwiki-users] Automatically list and link files in a directory with Groovy

2010-11-07 Thread Lockie
help would be appreciated, Thanks, - Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Automatically-list-and-link-files-in-a-directory-with-Groovy-tp5715784p5715784.html Sent from the XWiki- Users mailing list archive at Nabble.com

[xwiki-users] Display current date on page

2010-10-28 Thread Lockie
Hi all, Is there a date property I can use to automatically display the current date on a page? I would do it in javascript but you can't embed script tags in {{html}} so is there a way of doing it in velocity? I can't seem to find any info on this. Thanks, Lockie -- View this message

Re: [xwiki-users] Display current date on page

2010-10-28 Thread Lockie
Ah thats just what I was after, thanks! Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Display-current-date-on-page-tp5681412p5681463.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing

Re: [xwiki-users] show/hide attachments, comments, information and history

2010-10-21 Thread Lockie
You probably already know this so I don't know if it helps, but putting #xwikidata { display: none; } in an attached stylesheet is a way of hiding that stuff, or you could just put it into colibri.css directly. I guess on a per page basis though that might be annoying to manage. I hide it on my

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');

Re: [xwiki-users] Using a Variable in the WindowsPath Macro

2010-10-11 Thread Lockie
note: I don't suppose anyone could point me in the direction of a script that automatically lists paths to all files in a folder to display in a table on a page? So far my searches have come up a blank so I'm assuming there isn't anything. Cheers, Lockie -- View this message in context: http

[xwiki-users] Using a Variable in the WindowsPath Macro

2010-10-10 Thread Lockie
, Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Using-a-Variable-in-the-WindowsPath-Macro-tp5621876p5621876.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org http

Re: [xwiki-users] Calendar Application on XE 2.4 - i18n characters and others

2010-09-06 Thread Lockie
Main.EventCalendar) is the solution? Can I use Rights Access on this page as well? From my experience though you can add the calendarsheet to any page since the entries you make I think are stored locally, because when I add an event, the calendarsheet page doesn't get altered in any way. Lockie

[xwiki-users] OpenOffice Server - Inadequate privileges.

2010-09-02 Thread Lockie
, Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-Server-Inadequate-privileges-tp5490134p5490134.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org http

Re: [xwiki-users] OpenOffice Server - Inadequate privileges.

2010-09-02 Thread Lockie
Aghghgh it turns out that you have to use forward slashes not back slashes, even if it is what appears to be a file path not a URL. Hahaha, unbelievable! Problem solved. -- View this message in context:

Re: [xwiki-users] Help needed with customizing of Toucan skin

2010-08-27 Thread Lockie
panel. http://getfirefox.com/ http://getfirebug.com/ Hope that helps, Lockie -- View this message in context: http://xwiki.475771.n2.nabble.com/Help-needed-with-customizing-of-Toucan-skin-tp5468570p5471583.html Sent from the XWiki- Users mailing list archive at Nabble.com

Re: [xwiki-users] Different image in each panel header

2010-08-25 Thread Lockie
Okay I found out HTML/CSS works. Example: #panelheader ('Panel Headerdiv id=imagepanel /xwiki/skins/colibri/logo.png /div') Think that answers my question. :) Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Different-image-in-each-panel-header-tp5463865p5464327

Re: [xwiki-users] Panels

2010-08-24 Thread Lockie
at: -- #set ($hiddenpage = [SpaceName.WebHome]) #foreach ($item in $xwiki.searchDocuments(where doc.web='SpaceName')) #if ($hiddenpage.contains($item) __something__ * [$item] #end #end -- Thanks for your patience Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com

Re: [xwiki-users] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-24 Thread Lockie
at the end: #end /div {{/html}} {{/velocity}} And I think that ends my questions about the calendar Cheers, Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working-properly-tp5420827p5459543.html Sent from the XWiki- Users mailing list archive

Re: [xwiki-users] Panels

2010-08-23 Thread Lockie
Sergiu Dumitriu-2 wrote: On 08/23/2010 06:46 AM, Lockie wrote: I was going to make a thread asking this but found this one. Is there any way to default panels as collapsed? All panels, or just some? I'm looking at having them all closed and I'm using the colibri skin if it helps

Re: [xwiki-users] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-23 Thread Lockie
but this one has me baffled. Thanks again, Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working-properly-tp5420827p5455028.html Sent from the XWiki- Users mailing list archive at Nabble.com

Re: [xwiki-users] Panels

2010-08-23 Thread Lockie
manually, I can put the space names into the code manually. Thanks, Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Panels-tp5306756p5455547.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing

Re: [xwiki-users] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-23 Thread Lockie
Ah nevermind I found the answer in the FAQ, was alot simpler than I thought: -- #foreach ($item in $xwiki.searchDocuments(where doc.web='SpaceName')) * [$item] #end -- Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working

Re: [xwiki-users] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-22 Thread Lockie
of the calendar, so if I add events directly to CalendarSheet they don't display on the calendar on the homepage. So, how can I make the entry form display its user input on a calendar on another page? Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4

Re: [xwiki-users] Panels

2010-08-22 Thread Lockie
I was going to make a thread asking this but found this one. Is there any way to default panels as collapsed? Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Panels-tp5306756p5451436.html Sent from the XWiki- Users mailing list archive at Nabble.com

Re: [xwiki-users] RES: RES: RES: RES: Calendar Application on XE 2.4notworking properly

2010-08-19 Thread Lockie
Not sure if this is what you're after, but I am able to insert a new calendar on pages simply adding the line {{include document=XWiki.CalendarSheet/}} in Edit WIKI. Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working

Re: [xwiki-users] RES: RES: RES: RES: Calendar Application on XE 2.4notworking properly

2010-08-19 Thread Lockie
syntax so right now I'm attempting to edit it to use with 2.0 syntax so I can display it on the dashboard on the home page without various parts of it breaking. Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working-properly

Re: [xwiki-users] RES: RES: Calendar Application on XE 2.4 not working properly

2010-08-18 Thread Lockie
I got it to work, however I had to to put the 'Use This Extension' part to 'Always on this wiki'. I guess the 'Always on this page' part would work as well if thats what you're after. I left the name part blank. Thanks Raluca it looks much better. Lockie -- View this message in context: http

Re: [xwiki-users] RES: Calendar Application on XE 2.4 not workingproperly

2010-08-17 Thread Lockie
... Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Calendar-Application-on-XE-2-4-not-working-properly-tp5420827p5434752.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org