Hello,
Ok :p but how to open "code" to make any changes?
Greetings,
Maciek.
W dniu .04.2015 o 09:02 <Ricardo.Julio.Rodriguez.Fernandez(a)sergas.es>
pisze:
  Hi Maciek!
 CSS is King! Please, read this..
 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
 I you read a previous message of mine, you already realized that I'm not
 a master here! :-) But we can learn together!
 Together with this entry point to documentation to control how/what
 pieces to show, you must install some software that allow you to
 understand how each page is composed. I'm using Firebug Lite for Safari,
 Chrome and Firefox and I'm almost enterely satisfied.
 You always should start reading about CSS as much as possible! It is a
 really powerful tool, but it takes time to get its point!
 Concerning the two precise questions you passed in in your message,
 please, read below...
 --
 Ricardo Rodríguez
 Research Management and Promotion Technician
 Technical Secretariat
 Health Research Institute of Santiago de Compostela (IDIS)
 
http://www.idisantiago.es
 ________________________________________
 De: users [users-bounces(a)xwiki.org] en nombre de Maciej Fokt
 [maciek.fokt(a)taxi123.pl]
 Enviado: lunes, 13 de abril de 2015 13:28
 Para: users(a)xwiki.org
 Asunto: [xwiki-users] Technical issues
 Hello,
 My problems:
 1. Double button on the top panel (How to switch off this?) (screen shot
 is in attachment)
 **If you are talking about the green bottom in upper menu, adding a
 StyleSheetExtension with this simple code will do the trick...
 #tmCreate {
   display: none;
 }
 2. How to hide who modified something?
 **If you want to hide only the "Last modified by" line under the page
 title, this code inside a StyleSheetExtension will do it...
 .xdocLastModification {
   display: none;
 }
 If you also wants to hide the History, use this code in the body of the
 page...
 {{velocity}}
 #set ($showhistory="no")
 {{/velocity}}
 Hope this helps!!!
 Ricardo
 Greetings,
 Maciek.
 _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users
 ________________________________
 Nota: A información contida nesta mensaxe e os seus posibles documentos
 adxuntos é privada e confidencial e está dirixida únicamente ó seu
 destinatario/a. Se vostede non é o/a destinatario/a orixinal desta
 mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non
 está autorizada.
 Nota: La información contenida en este mensaje y sus posibles documentos
 adjuntos es privada y confidencial y está dirigida únicamente a su
 destinatario/a. Si usted no es el/la destinatario/a original de este
 mensaje, por favor elimínelo. La distribución o copia de este mensaje no
 está autorizada.
 See more languages: 
http://www.sergas.es/aviso_confidencialidad.htm
 _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users