Hi Xwiki users,
I am pretty sure, there is already a solution out there...
There is a panel availiable for showing the spaces for navigation purposes. Due
to right management issues I have a few and I need to sort them correctly. Is
there anyone who sorted this (or other) lists within
How can I get the name and last name from the current user in a different
variables?
Until now I obtain the current user with $context.user but I need the name
separated from the last name.
Thanks
___
users mailing list
users@xwiki.org
How can I get the name and last name from the current user in a different
variables?
Until now I obtain the current user with $context.user but I need the name
separated from the last name.
Thanks
--
View this message in context:
Hi Pierre,
On 08/26/2010 11:23 AM, Dalluege, Pierre (extern) wrote:
Hi Xwiki users,
I am pretty sure, there is already a solution out there...
There is a panel availiable for showing the spaces for navigation purposes.
Due to right management issues I have a few and I need to sort them
If you edit your profile with the object editor you'll see there is an
object of class XWiki.XWikiUsers attach to it. Use
http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAccessobjectsinapage
to access that object and to query its properties.
Hope this helps,
Marius
On 08/26/2010
Hi Pierre,
On Thu, Aug 26, 2010 at 10:23, Dalluege, Pierre (extern)
p.dallu...@external.telekom.de wrote:
Hi Xwiki users,
I am pretty sure, there is already a solution out there...
There is a panel availiable for showing the spaces for navigation purposes.
Due to right management issues I
Hello all,
I was wondering if there's a way to change the Velocity macro which generates
the Recent Changes list on my Xwiki's dashboard to show the comment associated
with a change, underneath each change? I found this thread [1] but it doesn't
seem to be relevant to more recent versions of
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 I
Hi,
On Thu, Aug 26, 2010 at 10:28, Francis Abrante fabra...@yahoo.com wrote:
How can I get the name and last name from the current user in a different
variables?
Until now I obtain the current user with $context.user but I need the name
separated from the last name.
Thanks
You could try:
Thanks a lot, works perfect :)
--
View this message in context:
http://xwiki.475771.n2.nabble.com/How-can-I-get-the-name-and-last-name-from-the-current-user-in-a-different-variables-tp5464729p5464941.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks very much Caleb and Raluca,
I used the:
#if($displayDocExtra !$isGuest)
#template(docextra.vm)
div class=clearfloats/div
#end
method in 'docextra.vm' template and now things are working fine :-)
Also the link that was given states how to change the background image
as well which
Hello,
What you should do is to escape the URL using the Velocity escaping
tool (http://velocity.apache.org/tools/devel/generic/EscapeTool.html)
:
#set($url =
Marius,
Thanks for the info. That got me pointed in the correct direction, and
I've got the wysiwyg editor appearing. However there are a few weirdness
issues...
1) Some of the CSS stylings are not being attached to the wysiwyg editor
(the specific one that I have noticed is that tables no
Hi Raluca/Lockie/XWiki Users,
I have 3 questions:
1) How can I convert the XWiki.CalendarSheet from XWiki 1.0 to XWiki 2.0
syntax, so I can use Annotations on it?
2) Why international characters (like ç, õ, ã) are not displayed correctly only
on the event title, both on the events list as
Hi,
In the Tags Application at the bottom of Main.WebHome, all the assigned tags
are displayed correctly with international characters (like í, ç, ô á etc).
When Ii click on one of them to present the tagged documents, the tag appears
all messed up due to the intl chars (such as Atilde; in
I recently switched to a new server and upgraded to the Xwiki Enterprise
2.4. I was able to get the installation working, but after an update to
Tomcat6 from the Ubuntu repository, Xwiki stopped working. (I'm not
completely sure that the tomcat update was the problem)
I tried re-installing
Travis,
It seems that your line in the default database config
property
name=connection.urljdbc:myql://localhost/xwiki/property
is misspelled in the jdbc:myql part. Isn't it jdbc:mysql? That would
justify the error in your Hibernate config file exception message.
Regards,
Ramon Gomes
17 matches
Mail list logo