in
WebPreferences there is a default setting
-
- Set WEBFORMS = %WEBFORMS%
such that you can create site wide WEBFORMS and inherit them.
when I set
TWikiPreferences.WEBFORMS =
UserForm (as i want User defininitions in more than just one web
and then goto
AddForm on the edit page of a topic in Someweb, I get 2 choices (none & WEBFORMS)
Setting WEBFORMS = WEBFORMS doesn't do what you think it does. The value of a variable is only expanded when that variable is
instantiated, not when it is defined; so at best you have created a recursive definition. I'm glad to see it didn't inifinite recurse!
If you set WEBFORMS in
TWikiPreferences, then that setting is inherited if you
don't set WEBFORMS in a specific web.
There is no such default setting in TWiki-4. Discarding.
CC