Last modified by Thomas Mortagne on 2023/10/13

<
From version < 15.2 >
edited by Jean-Vincent Drean
on 2010/11/23
To version < 15.3 >
edited by Vincent Massol
on 2010/12/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jvdrean
1 +XWiki.VincentMassol
Content
... ... @@ -63,19 +63,19 @@
63 63  )))
64 64  * The possibility to undo the latest modifications or reset all changes
65 65  
66 -Read more about Color Themes on the dedicated [[application page>>code:Applications.ColorThemeApplication]].
66 +Read more about Color Themes on the dedicated [[application page>>extensions:Extension.Color Theme Application]].
67 67  
68 68  == Anonymous commenting with Captcha ==
69 69  
70 -Now thanks to the [[captcha module>>code:Modules.CaptchaModule]] you can require unregistered users to solve a captcha in order to post comments. To require guests to solve a captcha simply go to the "Rights" section of the [[Administration Application>>code:Applications.AdministrationApplication]] for the wiki or just the space, and check the box saying "Require unregistered users to solve a captcha when posting a comment on a page". **Note** This box does not give guests permission to comment, it only adds a requirement for commenting if they already have permission.
70 +Now thanks to the [[captcha module>>extensions:Extension.Captcha Module]] you can require unregistered users to solve a captcha in order to post comments. To require guests to solve a captcha simply go to the "Rights" section of the [[Administration Application>>extensions:Extension.Administration Application]] for the wiki or just the space, and check the box saying "Require unregistered users to solve a captcha when posting a comment on a page". **Note** This box does not give guests permission to comment, it only adds a requirement for commenting if they already have permission.
71 71  [[This feature is documented here.>>platform:AdminGuide.Configuration]]
72 72  Sample:
73 73  
74 74  [[image:CommentCaptcha.png||width=550px; style="border:1px solid black;]]
75 75  
76 -== Easier development of configurable applications using [[XWiki.ConfigurableClass>>code:Applications.AdministrationApplication#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
76 +== Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
77 77  
78 -If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>code:Applications.AdministrationApplication]] you are in luck because all you need to do is create a custom class holding all of the configuration for your application then add an object of your custom configuration class and an object of ##XWiki.Configurable## class and your application will be able to be configured in the administration interface.
78 +If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>extensions:Extension.Administration Application]] you are in luck because all you need to do is create a custom class holding all of the configuration for your application then add an object of your custom configuration class and an object of ##XWiki.Configurable## class and your application will be able to be configured in the administration interface.
79 79  Image of administration interface with additional applications to be configured. (You can customize the icon used)
80 80  
81 81  [[image:AdministrationPanelExtraIcons.png||width=550px; style="border:1px solid black;]]

Get Connected