Re: [xwiki-users] Page in external website

2013-11-13 Thread Guillaume Louis-Marie Delhumeau
Hi, I know some people who add xpage=print to the page URL. For example: http://playground.xwiki.org/xwiki/bin/view/Sandbox/WebHome?xpage=print I hope it helps, Louis-Marie 2013/11/12 Vincent Massol vinc...@massol.net Hi, You can use the XWIki REST API to get content. See

Re: [xwiki-users] Use FontAwesome in Panel header

2013-11-13 Thread Hamster
Thanks for the info Vincent! -- View this message in context: http://xwiki.475771.n2.nabble.com/Use-FontAwesome-in-Panel-header-tp7587514p7587921.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list

[xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
Hi, I installed the XWiki TableEdit extension, but I don't see the pencil next to any tables. Is there something else I need to do to activate it ? I'm running xwiki 5.2 on tomcat7 on Ubuntu 12.04 Cheers ___ users mailing list users@xwiki.org

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
The pencils are injected using javascript so you might check to see if there are any javascript errors in your browser in firefox/chrome: right click - inspect element -- click console Thanks, Caleb On 11/13/2013 12:38 PM, shouldbe q931 wrote: Hi, I installed the XWiki TableEdit extension,

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 12:20 PM, Caleb James DeLisle c...@hyperboria.ca wrote: The pencils are injected using javascript so you might check to see if there are any javascript errors in your browser in firefox/chrome: right click - inspect element -- click console Thanks, Caleb Hi Caleb,

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
It doesn't look like the skin extension is being pulled in, are you sure it was saved by a user with programming right? Thanks, Caleb On 11/13/2013 02:46 PM, shouldbe q931 wrote: On Wed, Nov 13, 2013 at 12:20 PM, Caleb James DeLisle c...@hyperboria.ca wrote: The pencils are injected using

[xwiki-users] pipe symbol in table

2013-11-13 Thread Todd O'Bryan
How do I enter a pipe symbol in a table? I'm trying to create a table to show the values of x || y for my programming class. I tried putting backslash in front of the pipe, but that didn't work. Todd ___ users mailing list users@xwiki.org

Re: [xwiki-users] pipe symbol in table

2013-11-13 Thread Todd O'Bryan
I'm also having trouble getting != (for Java's not equal operator) to display. The table thinks I want a header. On Wed, Nov 13, 2013 at 9:20 AM, Todd O'Bryan toddobr...@gmail.com wrote: How do I enter a pipe symbol in a table? I'm trying to create a table to show the values of x || y for my

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle c...@hyperboria.ca wrote: It doesn't look like the skin extension is being pulled in, are you sure it was saved by a user with programming right? Thanks, Caleb Hi Caleb, /embarrassed face the account had admin rights, but not programming

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 2:34 PM, shouldbe q931 shouldbeq...@gmail.com wrote: On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle c...@hyperboria.ca wrote: It doesn't look like the skin extension is being pulled in, are you sure it was saved by a user with programming right? Thanks, Caleb

Re: [xwiki-users] pipe symbol in table

2013-11-13 Thread Vincent Massol
Just use the escape symbol (i.e. '~'). For example: |hello ~!= toto|test On Wed, Nov 13, 2013 at 3:31 PM, Todd O'Bryan toddobr...@gmail.com wrote: I'm also having trouble getting != (for Java's not equal operator) to display. The table thinks I want a header. On Wed, Nov 13, 2013 at 9:20

[xwiki-users] Impossible to import, Installation seems to be not complete

2013-11-13 Thread foutis
Hello,I have been trying to install xwiki for a few days now on a redhat 6.4 system, and I face some problems.I have installed Apache/Tomcat and MySQL first, downloaded xwiki 5.2.1 war package, and put it in $TOMCAT_HOME/webapps folder.I could reach the Distribution Wizard, selected to skip, and

Re: [xwiki-users] Impossible to import, Installation seems to be not complete

2013-11-13 Thread Thomas Mortagne
That is because guest does not have admin right by default. You need to use superadmin, see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport On Wed, Nov 13, 2013 at 3:49 PM, foutis axel.doux@axa-tech.com wrote: Hello,I have been trying to install xwiki for a few days now on a

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread Caleb James DeLisle
Hmm, does anything show up in the console as far as errors? Thanks, Caleb On 11/13/2013 03:38 PM, shouldbe q931 wrote: On Wed, Nov 13, 2013 at 2:34 PM, shouldbe q931 shouldbeq...@gmail.com wrote: On Wed, Nov 13, 2013 at 1:55 PM, Caleb James DeLisle c...@hyperboria.ca wrote: It doesn't look

Re: [xwiki-users] Impossible to import, Installation seems to be not complete

2013-11-13 Thread foutis
Ok... I have red too much fast the instructions, I didn't see that I had to allow and connect with superadmin. Thanks for your answer. I have been able to import, but there was an issue. I guess it's not critical because I see it as a WARN, and because everything seems to be imported, but could

Re: [xwiki-users] XWiki TableEdit extension

2013-11-13 Thread shouldbe q931
On Wed, Nov 13, 2013 at 3:15 PM, Caleb James DeLisle c...@hyperboria.ca wrote: Hmm, does anything show up in the console as far as errors? Thanks, Caleb Hi Caleb, Apologies, should have checked first, there are two errors in the console [17:18:33.222] Error: Script error for:

Re: [xwiki-users] pipe symbol in table

2013-11-13 Thread Todd O'Bryan
Thanks! I forgot that ~ was the escape character... :-( On Wed, Nov 13, 2013 at 9:39 AM, Vincent Massol vinc...@massol.net wrote: Just use the escape symbol (i.e. '~'). For example: |hello ~!= toto|test On Wed, Nov 13, 2013 at 3:31 PM, Todd O'Bryan toddobr...@gmail.com wrote: I'm also