Hi Folks,
I'm struggling with something I thought should be quite simple.
I want to style a series of elements in a page (box macro) so want to
just define a css style for this just for this one page.
I was trying to set styles using html content like this:
{{html}}<style>
h1 {color:red;}
p {color:blue;}
</style>
{{/html}}
but the style definition is not getting included (though in other cases
like this {{html}}<b>bold text</b>{{/html}} its working as expected).
What am I doing wrong here?
Thanks
Tim
Hi,
I have created an application holding info about customers. When creating
new pages in it I discovered that no sub pages can be created below those
application pages, new pages are always created right below the application
itself (on the same level as the customer itself).
Example:
Application / Customer 1 > Create new page
Outcome:
* Application / Customer 1
* Application / New Page
Desired:
* Application / Customer 1
* Application / Customer 1 / New Page
Is it possible to enable nested pages for applications? The goal is to
enable my colleagues to add documents about the customers and to have a
livetable (already prepared) to show them on the respective customer.
Thanks in advance once more,
Dennis
Hi!
I've managed to devote some time to understand how Livetable does work.
Nice feature! It has been there since the very XWiki beginnings and only
now I started to feel the power of that macro!
I needed some time to understand how the table data source is generated,
but I think I can now more or less manage this point. What I would like to
do now is to customize rows' appearance depending on cells contents. For
instance, change background color when cells' content match a given
string/value. Something like this...
http://goo.gl/alW3SU
I don't know to what extent this relies on XWiki features, or it is a
pure-CSS issue.
Please, could you point me in the right direction?
Thanks for your work!
Ricardo
description: A wiki to host my (and others) scripts, tips, tricks, macros and fuses for the Blackmagic Design Fusion compositor
owner name: TomBerakis
wiki name: fusion
I have been using the blog app for some time, but recently (ok, not quite sure how long, but not years anyway), I have noticed that it is creating 2 entries for every blog post. It actually creates 2 pages named the same and if you delete one, both are deleted.
I think this issue may be the language settings - I have English and French enabled - but beyond that I can't track down why it's doing this. I am not creating a version and then translating it, but at the bottom of some pages in the author/ editor info, it says translated to...
Any insight would be appreciated.
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca<mailto:pinkerp@lao.on.ca>
Skype: pinkerp.lao<skype:pinkerp.lao>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org<http://www.aclco.org/>
Hi all,
how can I fix the rendering of the small profile pictures, displayed in the activity stream for example?
The rendering is so bad and I can't find a way to fix it.
As the picture is displayed on almost every page in a wiki, it is important for me to fix this.
Here is a picture for better explanation:
https://1drv.ms/i/s!AlAuGq7EVLYuhK1_a96kKTOGNrKa-A
Thanks,
Tom
Hi all,
how can I hide the page name within the menu application?
When I create a vertical menu, the name of the menu always appears on top of the menu.
I want to get rid of that.
FYI I don't use the {{menu}} tags, because the menu gets completely destroyed then.
So I am using a list only. Something like that:
*
**
**
Thanks,
Tom
I configured HTTPS for my XWiki installation using Nginx today and everything
seems to work except the WYSIWYG editor. When trying to edit a page over
HTTPS the editor never loads and I just get the spinner, but editing with
the source editor works without issue. If I stop try to edit the same page
over HTTP everything works correctly.
I followed the instructions here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HNgi…
I'm running XWiki 8.1.
Any suggestions?
Thanks,
Jared
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Not-Working-with-Nginx-htt…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I wish to customize the sibling pages panel in order to get a static root
generic navigation panel usable in my migrated spaces (I used the nested
pages migration tool, I migrated from Xwiki 7.0.1 to 8.2).
I already had a navigation panel but it worked with spaces and now Xwiki
says it is deprecated.
How can I customize the sibling pages panel to do that? If I change the
documentTree root parameter into velocity script
(root="document:xwiki:foo.WebHome") to point to the first page of the
"space", if I log in with another user that it is not "Admin" username I get
"No pages found".
I'd like to change the documentTree root to point always to the page root of
the migrated "space", if it is possible avoiding writing the absolute name
but using a variable (or a method) to get the root of nested pages and it
should be visible by every allowed user.
I read the XWiki Velocity Training, it should be also good inserting a
paragraph for things like that, l think it could be very helpful.
Thank you for reply
Regards
Matteo
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-customize-sibling-pages-panel-tp76…
Sent from the XWiki- Users mailing list archive at Nabble.com.
NB Just had the same error with the distribution wizard when installing
initial set of pages:
Failed to create directory within 10000 attempts (tried 1471421247917-0 to
1471421247917-9999)
class org.xwiki.extension.InstallException: Failed to resolve extension
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:774)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:393)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:290)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:224)
at
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: class java.lang.IllegalStateException: Failed to create directory
within 10000 attempts (tried 1471421247917-0 to 1471421247917-9999)
at com.google.common.io.Files.createTempDir(Files.java:433)
at
org.xwiki.extension.repository.aether.internal.XWikiRepositorySystemSession.<init>(XWikiRepositorySystemSession.java:64)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepositoryFactory.createRepositorySystemSession(AetherExtensionRepositoryFactory.java:81)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.createRepositorySystemSession(AetherExtensionRepository.java:183)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:313)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:201)
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:251)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:821)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:685)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:659)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:911)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:772)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:393)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:290)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:224)
at
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Distribution-Wizard-tp7600517p7600689.html
Sent from the XWiki- Users mailing list archive at Nabble.com.