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

2010-08-27 Thread Kaya Saman
Hi, I am attempting to customize the toucan by putting a new background in and changing the logo. The logo is the easy part with the change happening in the Administration GUI under Presentation -> Skin Customization -> Logo The rest I'm a bit unsure about!! I have attempted to deconstruct th

Re: [xwiki-users] How do I for receive a very long string as a parameter in a funtion?

2010-08-27 Thread abrante
The link works fine now : ) , but when I put this $name+$lastname inside the query does not take the values stores in the variables, How do I for pass the parameters? Thanks a lot -- View this message in context: http://xwiki.475771.n2.nabble.com/How-do-I-for-receive-a-very-long-string-as-a

Re: [xwiki-users] How do I for receive a very long string as a parameter in a funtion?

2010-08-27 Thread Raluca Stavro
Hi, For the Velocity syntax to be interpreted inside a String, you have to use double quotes ( "string_with_velocity_inside"). Raluca. On Fri, Aug 27, 2010 at 12:33 PM, abrante wrote: > > > The link works fine now : ) , but when I put this  $name+$lastname  inside > the query does not take the

Re: [xwiki-users] How do I for receive a very long string as a parameter in a funtion?

2010-08-27 Thread Raluca Stavro
On Fri, Aug 27, 2010 at 1:52 PM, Raluca Stavro wrote: > Hi, > > For the Velocity syntax to be interpreted inside a String, you have to > use double quotes ( "string_with_velocity_inside"). You can also use concatenation: $velocity_var.concat('string_inside_simple_quots') This way the string will

Re: [xwiki-users] Enable wysiwyg editor for dynamically createdobjects

2010-08-27 Thread Marius Dumitru Florea
Hi Matthew, I updated the example on http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule#HLoadondemandandshowsourcetext . Some notes: * the cache input works only if it is present on the page when the page is loaded. It is used to preserve the editor content against browser Back

[xwiki-users] custom lucene search

2010-08-27 Thread Colesnicov Eugen
Hi all! Need small help with custom lucene search. I need to organize searching inside only pages of my custom class and attachments of these pages. I can do this, if I write #set($extraClause = " AND space:mySpace AND object:mySpaceCode.myCustomClass") this working great, but only for wiki-page

Re: [xwiki-users] Enable wysiwyg editor fordynamically createdobjects

2010-08-27 Thread Matthew Hildebrand
That seems to have taken care of the problem, thank you very much! Never would have come up with the fake space/page/key on my own. --Matthew -Original Message- From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of Marius Dumitru Florea Sent: Friday, August 27, 2010

Re: [xwiki-users] custom lucene search

2010-08-27 Thread Colesnicov Eugen
I found the answer. In my situation need to write: #set($extraClause = " AND space:etvcCV AND ( object:etvcCVcode.CurriculumClass OR type:attachment )") all is working great! -- Best Regards Eugen Colesnicov -- View this message in context: http://xwiki.475771.n2.nabble.com/custom-lucene-sear

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

2010-08-27 Thread Lockie
Hi Kaya, While I haven't worked with Toucan skin before, the easiest way to edit the .css file of any skin is to get the Firebug addon for the Firefox browser. Then its just a matter clicking on the html in the main panel, and seeing what css is related to which part of the skin in the right pane

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

2010-08-27 Thread Kaya Saman
Thanks Lockie for the suggestion only the same thing is happening!! Firebug definitely shows the CSS alright but I alter what the screen is telling and nothing happens even though Firebug reports the change after a refresh The issue is that the CSS is quite complex and am no CSS expert mean