Last modified by chrisby on 2024/03/30 17:19

From version 3.12
edited by chrisby
on 2024/03/29 15:44
Change comment: There is no comment for this version
To version 4.19
edited by chrisby
on 2024/03/30 16:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -27,7 +27,7 @@
27 27  
28 28  * Editing > WYSIWYG Editor
29 29   * Default WYSIWYG Editor > CKEditor > Save (Note: There are two "Save" buttons on this page.)
30 - * CKEditor > Disables Plugins > Open selection of disabled plugins > uncheck "justify" plugin > click on "Save" button **below**
30 + * CKEditor > Disables Plugins > Open selection of disabled plugins > uncheck "justify" plugin > click on "Save" button at the bottom
31 31  
32 32  ###### Disable registration of new accounts
33 33  
... ... @@ -61,19 +61,24 @@
61 61  ###### Adapt the footer - Hide XWiki version and add copyright information.
62 62  
63 63  * Look & Feel > Presentation > Footer > Here you can find the fields "Copyright" and "Version".
64 -* Since an empty "Version" field results in the current XWiki version being displayed, I left the "Copyright" field empty and entered the license in the "Version" field. Here are two examples when using Markdown syntax as described above:
64 +* Since an empty "Version" field results in the current XWiki version being displayed, I left the "Copyright" field empty and entered the license in the "Version" field.
65 65  
66 -```
67 -The contents of this website are available under the [CC0 1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/deed.en); additional terms may apply.
68 -The contents of this website are available under the [Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/); additional terms may apply.
69 -```
66 +Here is an example:
70 70  
71 -###### **Dark Theme**
68 + The contents of this website are available under the <a href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC0 1.0 Universal license</a>; additional terms may apply.
72 72  
70 +###### Hide Personal Profile Data
71 +
72 +* Users & Rights > User Profile > Displayed sections > Remove 'contact' > Save
73 +
74 +###### Dark Theme
75 +
73 73  * Look & Feel > Themes > Color Theme
74 74   * Manage Color Themes > "Darkly" Theme > Use this theme
75 - * Customize > Advanced > Add the following code at the end and then "Save & View":
78 + * Customize > Advanced > Add the code below at the end and then "Save & View":
76 76  
80 +Code to add:
81 +
77 77   // Own customizations
78 78   // .code span, // concerns code in 'code' macro
79 79   #var-lessCode,