Hello!
Ich found the option "Auto-numbering Headings" in my Preferences / Misc. So all Heading get a number in a article.
How to activate this option for all existing users, all new users and for anonymous view?
Best Regards, Jan
Jan,
There is a setting in the LocalSettings.php file (Check include/Defaultsetttings.php for exactly which) that will do this for all NEW USERS.
If this is not good enougj for you, a little editting in the code might help (just make sure the test always ends up true).
On 11/23/06, Jan 2036@gmx.de wrote:
Hello!
Ich found the option "Auto-numbering Headings" in my Preferences / Misc. So all Heading get a number in a article.
How to activate this option for all existing users, all new users and for anonymous view?
Best Regards, Jan _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Thanks füor your reply, Hans.
I searched localsettings and includes/defaultsettings for an option like "number / numerbing / head / heading / headings. I also was looking for this terms on mediawiki.org and meta.mediawiki.org ... without success.
Could anybody give me a hint?
Thx, Jan
Hans Voss schrieb:
Jan,
There is a setting in the LocalSettings.php file (Check include/Defaultsetttings.php for exactly which) that will do this for all NEW USERS.
If this is not good enougj for you, a little editting in the code might help (just make sure the test always ends up true).
On 11/23/06, Jan 2036@gmx.de wrote:
Hello!
Ich found the option "Auto-numbering Headings" in my Preferences / Misc. So all Heading get a number in a article.
How to activate this option for all existing users, all new users and for anonymous view?
Best Regards, Jan _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Hi,
maybe 'numberheadings'?
http://www.mediawiki.org/wiki/Manual:%24wgDefaultUserOptions
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DefaultSetti...
Swen
2006/11/24, Jan 2036@gmx.de:
Thanks füor your reply, Hans.
I searched localsettings and includes/defaultsettings for an option like "number / numerbing / head / heading / headings. I also was looking for this terms on mediawiki.org and meta.mediawiki.org ... without success.
Could anybody give me a hint?
Thx, Jan
Hans Voss schrieb:
Jan,
There is a setting in the LocalSettings.php file (Check include/Defaultsetttings.php for exactly which) that will do this for all NEW USERS.
If this is not good enougj for you, a little editting in the code might help (just make sure the test always ends up true).
On 11/23/06, Jan 2036@gmx.de wrote:
Hello!
Ich found the option "Auto-numbering Headings" in my Preferences / Misc. So all Heading get a number in a article.
How to activate this option for all existing users, all new users and for anonymous view?
Best Regards, Jan _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Yes ... right :) Thank you very much, Hans and Sven!
This works in localsettings.php: $wgDefaultUserOptions['numberheadings'] = 1;
In the meta-description-page ( http://www.mediawiki.org/wiki/Manual:Configuration_settings ) for defaultsettings.php is an entry:
$wgDefaultUserOptions - Settings added to this array will override the language globals for the user preferences used by anonymous visitors and newly created accounts.
Irritating ... there are not only language settings ... all preferences settings :)
Thanks, Jan
Swen Wacker schrieb:
Hi,
maybe 'numberheadings'?
http://www.mediawiki.org/wiki/Manual:%24wgDefaultUserOptions
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/DefaultSetti...
Swen
2006/11/24, Jan 2036@gmx.de:
Thanks füor your reply, Hans.
I searched localsettings and includes/defaultsettings for an option like "number / numerbing / head / heading / headings. I also was looking for this terms on mediawiki.org and meta.mediawiki.org ... without success.
Could anybody give me a hint?
Thx, Jan
Hans Voss schrieb:
Jan,
There is a setting in the LocalSettings.php file (Check include/Defaultsetttings.php for exactly which) that will do this for all NEW USERS.
If this is not good enougj for you, a little editting in the code might help (just make sure the test always ends up true).
On 11/23/06, Jan 2036@gmx.de wrote:
Hello!
Ich found the option "Auto-numbering Headings" in my Preferences / Misc. So all Heading get a number in a article.
How to activate this option for all existing users, all new users and for anonymous view?
Best Regards, Jan _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org