|
List Info
Thread: Auto-numbering Headings for all Users (incl. Anonymous)
|
|
| Auto-numbering Headings for all Users
(incl. Anonymous) |

|
2006-11-23 15:25:32 |
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
|
|
| Auto-numbering Headings for all Users
(incl. Anonymous) |

|
2006-11-23 20:15:35 |
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
>
--
----
Met vriendelijke groeten / With kind regards
Hans Voss
---------------------------------------
* Senior Consultant Open Source, Networking and Security
* google talk enabled
* General Open Sourcerer.
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
|
|
| Auto-numbering Headings for all Users
(incl. Anonymous) |

|
2006-11-23 23:28:18 |
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
|
|
| Auto-numbering Headings for all Users
(incl. Anonymous) |

|
2006-11-24 10:26:18 |
Hi,
maybe 'numberheadings'?
http://www.mediawiki.org/wiki/Manual:%24wgDefaultUse
rOptions
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/inc
ludes/DefaultSettings.php?revision=17824&view=markup
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
|
|
| Auto-numbering Headings for all Users
(incl. Anonymous) |

|
2006-11-24 11:24:51 |
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_se
ttings ) 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:%24wgDefaultUse
rOptions
>
> http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/inc
ludes/DefaultSettings.php?revision=17824&view=markup
>
> 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 mailing list
MediaWiki-l Wikimedia.org
http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|