users@xwiki.org

2011-07-25 Thread Lockie
;) #foreach($item 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 a

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 -

[xwiki-users] New blog posts marked "unread" or "new"

2011-05-17 Thread Lockie
" next to the post's title, which is then removed once the user clicks on the entry to view it's entire contents. Is there any functionality like this that I could use? I guess this is more of a suggestion if there isn't. Thanks - Lockie -- View this message in context

Re: [xwiki-users] Chat extension

2011-04-14 Thread Lockie
page? It'd probably require a bit 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. _

Re: [xwiki-users] stylesheet override

2011-04-07 Thread Lockie
ride some > elements of the css of xwiki? > > I will be very thankfull! > Wojtek > ___ > users mailing list > users@xwiki.org > http://lists.xwiki.org/mailman/listinfo/users > - Locki

Re: [xwiki-users] Calendar lost some functionality in 3.0

2011-04-05 Thread Lockie
going through Edit>Objects and directly editing entry 1, the URL had "object=1" at the end whereas nb was still returning entry 0. I notice on my 2.4 calendar that the URL ends in "nb=1" so that must be where the problem lies. Thanks Again, Lockie --- Co

[xwiki-users] Calendar lost some functionality in 3.0

2011-04-04 Thread Lockie
ve" section since that is getting the link to the entry correct, but it always goes to the very first entry, number 0. I really need 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 num

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

2011-03-31 Thread Lockie
Looks like you solved it, works great! Thanks Raluca :-) Regards, Lockie Raluca Stavro-2 wrote: > > Hello Ricardo and Lockie, > > If you want the initial value to be collapsed, but then you want cookies > to > work, what you have to do is to add a JavaScript function that

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

Re: [xwiki-users] Dashboard customization

2011-03-16 Thread Lockie
lete or comment out the parts you don't want (e.g. tag cloud) and you can embed other pages using {{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 d

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] 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 co

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 XW

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

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

2011-02-13 Thread Lockie
ne for .dotx is missing? I tried adding dotx application/msword dotxapplication/vnd.openxmlformats-officedocument.templateml.template but that prevented my wiki from working (DNS error), so how can I alter the file to get .dotx files to download as .dotx? Thanks -

Re: [xwiki-users] Panels

2011-02-13 Thread Lockie
anded'); item.addClassName('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

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

2010-12-02 Thread Lockie
bHome" 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: ht

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

2010-11-30 Thread Lockie
do that, so 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-tp5790661p57

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

2010-11-30 Thread Lockie
in XWiki appear, and any that have been 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 thi

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

2010-11-29 Thread Lockie
nd answers 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 XW

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

2010-11-14 Thread Lockie
terable table with a list of all the files in the directory and subfolders 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-d

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

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

2010-11-07 Thread Lockie
ame println it.path } {{/groovy}} Any 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

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

2010-10-27 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

[xwiki-users] Display current date on page

2010-10-27 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

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'); textboxObject.value

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

2010-10-12 Thread Lockie
no problem, but the Category one being a static list is making things more difficult. Thanks in advance, Lockie. -- View this message in context: http://xwiki.475771.n2.nabble.com/Adding-the-category-object-to-the-calendar-tp5629602p5629602.html Sent from the

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

2010-10-11 Thread Lockie
ly related 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

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

2010-10-10 Thread Lockie
eate an entirely new macro? Thanks, 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. ___ user

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

2010-09-05 Thread Lockie
ng XWiki.CalendarSheet on it (like > 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 p

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: http://xwiki.475771.n2.nabble.com/OpenOffice-Server-Inadequate-privileges-tp5490134p5490170.

[xwiki-users] OpenOffice Server - "Inadequate privileges."

2010-09-02 Thread Lockie
to work. Any help would be greatly appreciated. Thanks, 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.

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

2010-08-27 Thread Lockie
right 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 Nabbl

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

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

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

2010-08-24 Thread Lockie
ke events... Remove the ? from href above. Don't forget the tag at the end: #end {{/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-wor

Re: [xwiki-users] Panels

2010-08-23 Thread Lockie
I get rid of that? So far I'm stuck 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

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-o

Re: [xwiki-users] Panels

2010-08-23 Thread Lockie
ning what part of it I can change so that it only picks up pages of individual spaces. Because I'm making the panels manually, I can put the space names into the code manually. Thanks, Lockie. -- View this message in context: http://xwiki.475771.n2

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

2010-08-23 Thread Lockie
hide it on the home page with an external stylesheet, making everything much more organised and neat. I managed to mirror the blog, recent changes, and other pages on the home page but this one has me baffled. Thanks again, Lockie. -- View this message in context: http://xwiki.47577

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

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: Calendar Application on XE 2.4 not working properly

2010-08-22 Thread Lockie
nce 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-Appl

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

2010-08-19 Thread Lockie
lendar had been made with 1.0 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-

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-

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 --

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

2010-08-17 Thread Lockie
l yet... 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@xwik