[xwiki-users] exclude attachments from search

2013-01-14 Thread CarlJ
Afternoon all, I was wondering if its at all possible to exclude attachments from showing up in xwiki search Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/exclude-attachments-from-search-tp7583287.html Sent from the XWiki- Users mailing list archive at

Re: [xwiki-users] exclude attachments from search

2013-01-16 Thread CarlJ
Sorry to bump this but I would really grateful if someone could help me on this matter Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/exclude-attachments-from-search-tp7583287p7583301.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] exclude attachments from search

2013-01-18 Thread CarlJ
## --- ## Lucene search ## --- #set($extraClause = -type:attachment${extraClause}) #set($searchresults = $lucene.getSearchResults(+(${query})${extraClause}${hiddenClause}, '', $wikinames, $!languages)) (Note the extra line that I have added) Hi

[xwiki-users] Search Suggest Issues

2013-01-31 Thread CarlJ
Good Afternoon All, I am currently having issues with the search suggest feature of Xwiki, the problem I am having is that links to attachments are showing in the document content part of the drop down of this feature which I need to be excluded. I have disabled Attachment name and Attachment

[xwiki-users] Displaying restricted content on a Document

2013-02-15 Thread CarlJ
Good Morning All, I was wondering if there was a way to display a Paragraph that only a set group can see within a document that is set to be viewed by everybody. I have tried to use the include and display Macros that link to a document that has had there access rights restricted, but when I

Re: [xwiki-users] Displaying restricted content on a Document

2013-02-15 Thread CarlJ
Sure you can do that by using a script and using the hasAccessLevel API. For example: http://extensions.xwiki.org/xwiki/bin/view/Extension/Check+Rights+For+A+User+On+A+Page Thanks -Vincent Thanks for getting back to me Vincent, so what do I need to use so that only the XWikiSampleGroup can

[xwiki-users] Doc Extra not displaying correctly

2013-02-22 Thread CarlJ
Hi All, I seem to be having an issue with the Docextra tabs at the bottom of the page not displaying correctly in Internet Explorer 8 9 ( as seen here http://i1338.photobucket.com/albums/o684/CarlJ88/DocExtraTabs_zps311bcec0.jpg ), from what I can remember this was displaying correctly until I

[xwiki-users] Google Analytics Custom Variables

2013-04-02 Thread CarlJ
Hi All, I am currently setting up Google analytic's for my Xwiki installations and I was wondering if its possible to get Google analytic's to track a userID of some sorts in Xwiki using custom variables or something like that? Thanks -- View this message in context:

Re: [xwiki-users] Google Analytics Custom Variables

2013-04-12 Thread CarlJ
Hey, Sorry to bump this, but I really would like to know if this is possible because I would be really useful for our company needs. Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/Google-Analytics-Custom-Variables-tp7584575p7584674.html Sent from the XWiki- Users

Re: [xwiki-users] Nested pages livetable

2016-03-22 Thread CarlJ
Hi Vincent, Thanks for your help, that's not quite what I am looking is for something that would display the children of a page that could be several pages down I hope that makes sense as I am still trying to get my head around how nested pages works. Thanks -- View this message in context:

Re: [xwiki-users] Nested pages livetable

2016-03-24 Thread CarlJ
Hi, I hate to bug but is there no way to display the children of a page in a livetable, because if there isn't I am going to have restore my wiki back to before I upgraded from our backup. Thanks and sorry to bug. - Carl -- View this message in context:

[xwiki-users] Nested pages livetable

2016-03-21 Thread CarlJ
Hi All, I have just updated our install of our Xwiki to Version 8 from 7.1.2 and I seem to have a problem with the new nested pages feature. The problem I am having is with the Pages (previously called documents) Macro that we use to list out the children of a particular page but it doesn't seem

Re: [xwiki-users] Nested pages livetable

2016-03-21 Thread CarlJ
Hi Vincent, Thanks for getting back to so quickly . That is the macro I am using, the code is from the page is {{documents parent="TEST Space"/}} and it is not displaying any results. I have attached a screenshot of the page show the children of TEST Space