[xwiki-users] Globally changing font, headers and title in XWiki

2015-03-14 Thread Mahomed Hussein
Hi On that same tab you are looking at (Base colors) scroll down and change the value for @headings-color. This will allow you to change all the titles and headings. I hope that helps. Kind regards, Mahomed -Original Message- From: users [mailto:users-boun...@xwiki.org] On Behalf

[xwiki-users] Restrict Access Rights to Admin Users only

2015-03-14 Thread Mahomed Hussein
Looks like I'm keeping the mailing list server busy today :) I have managed to hide the Admin rights/objects/classes part of the edit button by modifying line 9 of menus_content.vm (and attached it to my custom skin) Changed it from: #if($isAdvancedUser) To: #if($isAdvancedUser

[xwiki-users] Restrict Access Rights to Admin Users only

2015-03-14 Thread Mahomed Hussein
Hi I’ve noticed that users with edit permissions can also modify access rights on any document. Ideally what we need is that only users with Admin rights can modify document Access Rights in their space. The reason for this is that we only want to allow department heads to be able to make a

[xwiki-users] Restrict Access Rights to Admin Users only

2015-03-14 Thread Mahomed Hussein
Hi I have been doing a bit more reading and digging as I was hoping to be able to solve this in the skin but I've come across two issues 1) This doesn't appear to be implemented in the skin 2) It appears end users can create their own skins so doing it in the skin is not the right way. I've