Re: [xwiki-users] change registration behavior

2011-04-08 Thread Elena-Oana Tabaranu
Hi, On 04/07/2011 06:18 PM, wojtek danilo wrote: > Hi! > Is it possible to change default autocompletion of username in tregistration > window? > > So when I'm enterning the first name and real name then the username > autocompletes to FirstnameLastname (uppercased). > I want to change it to first

Re: [xwiki-users] stylesheet override

2011-04-08 Thread Elena-Oana Tabaranu
Hi, On 04/08/2011 02:38 AM, wojtek danilo wrote: > Hi! > I'm trying to override the css of my xwiki. > I've been reading documents about making styleSheetExtensions (like > MinimalStyleSheet Extension fro mhere: > http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial). > I have

Re: [xwiki-users] Modalbox

2011-04-05 Thread Elena-Oana Tabaranu
Hi, On 04/05/2011 05:25 PM, afrey wrote: > Was anyone able to load an url in a Modalbox? How do you do that? Like, for > example, when clicking on a button, display "http://www.google.com"; in the > Modalbox. Is that possible? > Do you mean an iframe or an anchor that opens http://www.google.com?

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

2011-04-05 Thread Elena-Oana Tabaranu
On 04/05/2011 05:11 AM, Lockie wrote: > Hi all > > I'm in the process of starting from a fresh install in 3.0 after using 2.4 > for many months. > > I have however encountered a problem with the "Edit" link used for directly > editing a calendar entry (which is an object generated when you add an e

Re: [xwiki-users] Show Lucene Search Results in same Space

2011-04-01 Thread Elena-Oana Tabaranu
Hi, You can send the space parameter so that the search results are displayed for the current space. Updating the search form under the #globallinks section on the global.vm template should do the trick: You can also take a look at http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HD.Ove

Re: [xwiki-users] Tooltip macro not working after upgrade to 3.0RC1

2011-03-30 Thread Elena-Oana Tabaranu
Hi, Edit the macro code on http:///xwiki/bin/edit/XWiki/Tooltip?editor=object and try replacing $xcontext.macro.content with ${xcontext.macro.content} Hope this helps, Oana On 03/29/2011 06:52 PM, coldserenity wrote: > Hello, > > Environment: XWiki iteratively upgraded 2.2 -> 2.3 -> 2.4 -

Re: [xwiki-users] CSS customization and themes

2011-03-23 Thread Elena-Oana Tabaranu
Hello, You can try including the colorThemeInit template at the beginning of your style sheet extension: #template('colorThemeInit.vm') Hope this helps, Oana On 03/23/2011 01:13 PM, Andreas Hahn wrote: > Hi again, > > in my ongoing efforts in customizing the appearance of the pages of my > wiki

Re: [xwiki-users] How can I get the name and last name from the current user in a different variables?

2010-08-26 Thread Elena-Oana Tabaranu
Hi, You can use the following code snippet: $!xwiki.getUserName($context.user, "$first_name", false) $!xwiki.getUserName($context.user, "$last_name", false) I hope this helps, Oana abrante wrote: > How can I get the name and last name from the current user in a different > variables? > Until now

Re: [xwiki-users] Ratings Application

2010-08-23 Thread Elena-Oana Tabaranu
Hi, You can find the ratings in the xwiki contrib repository: http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-plugin-ratings/ http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-application-ratings/ To build the plugin jar use mvn clean install in the trunk folder. The next step i

Re: [xwiki-users] Page Loading Optimization

2009-11-06 Thread Elena-Oana Tabaranu
Hi Thibaut, Some useful Web Performance resources: 1) Steve Souders, /High Performance Web Sites: Essential Knowledge for Front-End Engineers/: http://www.amazon.com/High-Performance-Web-Sites-Essential/dp/0596529309/ref=pd_sim_b_1 Presentation of the 14 original rules upon which YSlow! was buil

Re: [xwiki-users] First contact question

2009-11-04 Thread Elena-Oana Tabaranu
Hi, coriscow wrote: > Hi all! > > I have to make a project for college and, as a first thought, I think that > an application wiki would fit perfectlly as a basis for it. Therefore, I > have spent the last two days going over all the documentation I've found. > However, I'm still not sure if I will

Re: [xwiki-users] Grid/LiveTable edit restrictions

2009-11-02 Thread Elena-Oana Tabaranu
Radek Rekas wrote: > Hi, > > I'd like to use the Grid/LiveTable components to list data and create links > to edit pages for that data. I would also like to add restrictions so that > only users who created that data can edit it. > Hi, You can display easily your wiki pages using the live tab