Re: [xwiki-users] Export a section of page instead of whole page

2017-03-30 Thread Vincent Massol
Hi, > On 30 Mar 2017, at 06:49, Vishal wrote: > > Consider a page with 4 headings. I can export a whole page as pdf. But how > can I export only a section of 1 heading as pdf instead of whole page with 4 > headings.. > Example: > > Heading 1 > (para 1) > > Heading 2 > (para 2) > > Heading 3 >

Re: [xwiki-users] Export a section of page instead of whole page

2017-03-30 Thread Thomas Mortagne
You have a "section" parameter in display macro (see http://extensions.xwiki.org/xwiki/bin/view/Extension/Display%20Macro). The limitation (or the good things depending on what you want exactly) is that it includes the heading itself too. So to use that, what you could do is create another page in

Re: [xwiki-users] AWM entries are terminal pages "no" option doesn't work

2017-03-30 Thread Marius Dumitru Florea
If you have XWiki 8.4+ then you can configure whether the entry pages are terminal or not from the third step http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application#HDescription . Hope this helps, Marius On Tue, Mar 14, 2017 at 3:55 AM, Keith H wrote: > Hello, > > C

[xwiki-users] Xwiki multilanguage options

2017-03-30 Thread Sr Nieve
Hi everyone!: I need help with my xwiki implementation. I try to include a multilanguage options, CA, ES, EN. But I can´t find the way to reference a wikicontent to a languate. Some detalils below: Xwiki version: 9.2. I followed http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#

Re: [xwiki-users] Xwiki multilanguage options

2017-03-30 Thread Thomas Mortagne
To access a page is a specific language you need to add "?language=es" to the URL. in XWiki syntax it gives something like [[MyPage||queryString="language=es"]] On Thu, Mar 30, 2017 at 11:39 AM, Sr Nieve wrote: > Hi everyone!: > > I need help with my xwiki implementation. I try to include a

[xwiki-users] How to create default terminal page ?

2017-03-30 Thread Pascal BASTIEN
Hello, On xwiki 8.4.4, I know I can create terminal pages by defaulty with template providers but I want to do the same on "default blank page". How can I do that bc I want that standard users will only be able to create terminal page by default (actually it is Nested) I already modified defaul

Re: [xwiki-users] Xwiki multilanguage options

2017-03-30 Thread Sr Nieve
Hi Thomas Mortagne :) The main problem is people that uses it are health professional and should give any better clue to change it. Is there any way by the interface to implement those changes? 2017-03-30 11:55 GMT+02:00 Thomas Mortagne : > To access a page is a specific language you need to add

Re: [xwiki-users] Xwiki multilanguage options

2017-03-30 Thread Thomas Mortagne
I don't think there is any way in standard WYSIWYG to explicitly indicate which language of a document you want to target in your link no (except indicated a custom query string). On Thu, Mar 30, 2017 at 12:16 PM, Sr Nieve wrote: > Hi Thomas Mortagne :) > The main problem is people that uses it a

Re: [xwiki-users] Export a section of page instead of whole page

2017-03-30 Thread Vishal
Thank you. But creating other page to just export a part of page seems inefficient. I have two ideas but don't know how can I do that.. 1) In export page option dialog, giving choice to select or deselect the headings themselves. Just like what currently cover, comments, etc have. 2) Writing a macr

Re: [xwiki-users] Xwiki multilanguage options

2017-03-30 Thread Vincent Massol
Hi, > On 30 Mar 2017, at 12:16, Sr Nieve wrote: > > Hi Thomas Mortagne :) > The main problem is people that uses it are health professional and should > give any better clue to change it. Is there any way by the interface to > implement those changes? This is the way it works as a user: When y

Re: [xwiki-users] AWM entries are terminal pages "no" option doesn't work

2017-03-30 Thread Keith H
If you have XWiki 8.4+ then you can configure whether the entry pages are terminal or not from the third step http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application#HDescription . Hope this helps, Marius I am using 9.1.2 and that is the option which I am reporting

Re: [xwiki-users] AWM entries are terminal pages "no" option doesn't work

2017-03-30 Thread Marius Dumitru Florea
On Thu, Mar 30, 2017 at 9:20 PM, Keith H wrote: > If you have XWiki 8.4+ then you can configure whether the entry pages are >> terminal or not from the third step >> http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Wit >> hin+Minutes+Application#HDescription >> . >> >> Hope this helps, >>

Re: [xwiki-users] [ANN] XWiki 9.2 released

2017-03-30 Thread Keith H
On 28 Mar 2017, at 11:49, Guillaume Delhumeau wrote: The XWiki development team is proud to announce the availability of XWiki 9.2. This release introduces the Notification menu to follow wiki activity more easily. The Administration has been re-organized with a collapsible menu. The Menu Ap

Re: [xwiki-users] [ANN] XWiki 9.2 released

2017-03-30 Thread Keith H
Hello, I am upgrading from 9.1.2 to 9.2 I received the following error when upgrading Dependency [org.xwiki.contrib:application-ckeditor-webjar-1.13] is incompatible with installed root extension [org.xwiki.contrib:application-ckeditor-webjar-1.12] not sure what to do, thanks Keith So, I

Re: [xwiki-users] Moving the Blog doesnt work

2017-03-30 Thread Keith H
On 24 Mar 2017, at 22:13, Keith H wrote: Dear All, I have created one instance of xwiki to serve several domains. www.firstdomain.com - the top level domain www.seconddomain.com dev.firstdomain.com I wanted the blog to be in the second domain, and so I moved it and it broke. Why can’t e

Re: [xwiki-users] AWM entries are terminal pages "no" option doesn't work

2017-03-30 Thread Keith H
> It works fine if you use the + menu and select the application template. It > doesn't work indeed for the "Add new entry" link. You should report an > issue. > > Thanks, > Marius > Added comment to: https://jira.xwiki.org/browse/XWIKI-13642 Keith

Re: [xwiki-users] Help Request! Running the Attachment Porter

2017-03-30 Thread Douglas Landau
>I’ve never used this code but shouldn’t it execute in a wiki page? Thanks Vincent. I finally figured out from Craig Wright's comment ("FOR THOSE NEW TO XWIKI") that a)there is such a thing [as a code snippet that runs in a page] and that this is one of them. Being completely unaware of the e