Forest ForTrees | 1 Apr 2012 02:39
Favicon

Re: CentralNotice only working on pages without short URLs

> I suspect that setting
> > $wgCentralPagePath = "http://www.tmswiki.org/w/index.php";
> will fix it.

Many thanks, Platonides, that was exactly it.

Best,

Forest

>________________________________
> From: Platonides <Platonides <at> gmail.com>
>To: mediawiki-l <at> lists.wikimedia.org 
>Sent: Sunday, March 25, 2012 11:57 AM
>Subject: Re: [Mediawiki-l] CentralNotice only working on pages without short URLs
> 
>It's related to the way it is configured. It's trying to load the
>central notice from:
>> http://www.tmswiki.org/ppd/The_Tension_Myositis_Syndrome_Wiki?title=Special:BannerLoader&banner=TestBanner&campaign=TYDS&userlang=en&db=ptpn_wiki&sitename=The+TMS+Wiki
>
>instead of
>> http://www.tmswiki.org/w/index.php?title=Special:BannerLoader&banner=TestBanner&campaign=TYDS&userlang=en&db=ptpn_wiki&sitename=The+TMS+Wiki
>
>You seem to have $wgCentralPagePath with its default value.
>
>I suspect that setting
>> $wgCentralPagePath = "http://www.tmswiki.org/w/index.php";
>will fix it.
>
>I've also submitted a change to https://gerrit.wikimedia.org/r/3717
(Continue reading)

Isabell Alcott | 1 Apr 2012 20:43

edit contentcolor in main.css

Hello,

I tried now for 3 hours but i cant find a solution.

Is it possible to change the colour of the content in main.css?

I am using the "modern skin"

I already checked this one here, but without effect:
http://kb.siteground.com/article/How_to_change_the_font_color_for_the_headings_in_MediaWiki.html
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l <at> lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Platonides | 1 Apr 2012 22:45
Picon

Re: Extension:GlobalUsage Installation question

On 30/03/12 15:49, John W. Foster wrote:
> Can anyone tell me exactly what I'm supposed to do with line 2. of this
> set of instructions:
> 
> Installation
> 
> 1. Download the extension and unpack it in the extensions directory.
> 
> 2. Source GlobalUsage.sql: php maintenance/sql.php
> extensions/GlobalUsage/GlobalUsage.sql
> 
> Note: do this from the wiki installation where you want the GlobalUsage
> data to be located. Typically this is your shared image repository.
> Running update.php on that wiki will also create the table.

Where are your doubts?
There's a script in maintenance/sql.php. You run it using php with the
command line, thus  php maintenance/sql.php
It gets the file with sql statements as a parameter. If you're at the
wiki root, the script is at maintenance subfolder and the extension at
extensions/GlobalUsage. Thus you run:

> php maintenance/sql.php extensions/GlobalUsage/GlobalUsage.sql
Platonides | 1 Apr 2012 23:16
Picon

Re: edit contentcolor in main.css

On 01/04/12 20:43, Isabell Alcott wrote:
> Hello,
> 
> I tried now for 3 hours but i cant find a solution.
> 
> Is it possible to change the colour of the content in main.css?
> 
> I am using the "modern skin"
> 
> I already checked this one here, but without effect:
> http://kb.siteground.com/article/How_to_change_the_font_color_for_the_headings_in_MediaWiki.html

That's for changing the colour of the heading text.

If you want to change the colour of the content text, add something like
this to MediaWiki:Modern.css
#mw-content-text { color: red }
Aaron Gray | 3 Apr 2012 20:40
Picon

How to allow user registration ?

Hi,

I have created a wiki without user registration enabled.

How do I (re)enable and disable user registration ?

Also how do I sign up new users on a restricted access wiki with no user
self registration ?

Many thanks in advance,

Aaron
Benjamin Lees | 3 Apr 2012 21:11
Picon

Re: How to allow user registration ?

On Tue, Apr 3, 2012 at 2:40 PM, Aaron Gray <aaronngray.lists <at> gmail.com> wrote:
> How do I (re)enable and disable user registration ?

In LocalSettings.php, remove the line
"$wgGroupPermissions['*']['createaccount'] = false;" or change "false"
to "true".  See
http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation
for more information.
Aaron Gray | 3 Apr 2012 21:35
Picon

Re: How to allow user registration ?

On 3 April 2012 20:11, Benjamin Lees <emufarmers <at> gmail.com> wrote:

> On Tue, Apr 3, 2012 at 2:40 PM, Aaron Gray <aaronngray.lists <at> gmail.com>
> wrote:
> > How do I (re)enable and disable user registration ?
>
> In LocalSettings.php, remove the line
> "$wgGroupPermissions['*']['createaccount'] = false;" or change "false"
> to "true".  See
>
> http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_account_creation
> for more information.
>
>
Great, thanks a lot Benjamin :)

Regards,

Aaron
Mark Parson | 3 Apr 2012 22:58
Picon
Gravatar

Re: MathJax on mediawiki 1.8?

I wasn't able to get it working via the instructions on MediaWiki, but
the instructions on Mathjax's own site worked like a charm:

http://www.mathjax.org/

On Thu, Mar 29, 2012 at 9:34 AM, John Foster <jfoster81747 <at> gmail.com> wrote:
> On Tue, Mar 27, 2012 at 11:27 AM, Mark Parson <tolmark <at> gmail.com> wrote:
>
>> Sorry for the bump, anyone have any insights on getting MathJax up and
>> running on mediawiki?
>>
>> On Fri, Mar 23, 2012 at 5:21 PM, Mark Parson <tolmark <at> gmail.com> wrote:
>> > I'm trying to get MathJax running, but am getting an error that I'm
>> > not sure how to go about debugging. (I'm on mw 1.8) Anyone have an
>> > idea where I should dig?
>> >
>> > error : https://gist.github.com/214d205ec211eed055ef
>> >
>> > I followed these instructions:
>> > http://www.mediawiki.org/wiki/Extension:MathJax
>> >
>> > Thanks,
>> > -Mark
>>
>
> I followed the instructions in Extension:Math  for 1.18 and seems to be
> working. Actually its hard to tell since I aklso have Texlive installed.
> But somthing is rendering the math on my web pages, VERY quickly. That
> extension says that it enables MathJax if I understand the docs.
> Good Luck!
(Continue reading)

Support Simpsonspedia | 4 Apr 2012 02:13
Favicon

Re: How to allow user registration ?

hi,
.../index.php?title=Special:UserLogin&type=signup

you can create new accounts with a temporary password.
every new registrated user should change this password.

best regards

-----Ursprüngliche Nachricht----- 
From: Aaron Gray
Sent: Tuesday, April 03, 2012 8:40 PM
To: MediaWiki announcements and site admin list
Subject: [Mediawiki-l] How to allow user registration ?

Hi,

I have created a wiki without user registration enabled.

How do I (re)enable and disable user registration ?

Also how do I sign up new users on a restricted access wiki with no user
self registration ?

Many thanks in advance,

Aaron
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l <at> lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
(Continue reading)

nischay nahata | 4 Apr 2012 05:12
Picon
Gravatar

New Extension: AllTimeZones

Hi,

I have made an extension called AllTimeZones [1] that lets anyone put up
dates in a page in all Timezone formats.
I think it will be especially useful for admins when announcing a meeting
rather than the current usage I saw at
http://meta.wikimedia.org/wiki/Wikidata/Events (using the Template:UTC with
local time link) as I don't like the idea of opening a new website just to
check my local time.

Reedy already suggested to make the zones in UTC format (I am still working
at it), any other comments are most welcome.
The UI  really needs some work IMHO. You can see its screenshot at [2].

[1]http://www.mediawiki.org/wiki/Extension:AllTimeZones
[2]https://github.com/nischayn22/AllTimeZones/raw/master/timezone.png
--

-- 
With Regards

Nischay Nahata
B.tech 3rd year
Department of Information Technology
NITK,Surathkal

Gmane