https://bugzilla.wikimedia.org/show_bug.cgi?id=28053

           Summary: $wgUseCombinedLoginLink == false only shows "Log in"
                    link when $wgShowIPinHeader==false
           Product: MediaWiki
           Version: 1.18-svn
          Platform: All
               URL: http://prototype.helpmebot.org.uk/wiki/Main_Page
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: User interface
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: stwalkers...@googlemail.com


On a default setup, when the setting $wgUseCombinedLoginLink is set to true,
the links for logging in and creating an account are combined into one single
link. When this is false, they are split into two separate links, as
documented.

However, when $wgShowIPinHeader is also set to false, the create account link
disappears, and only the "Log in" link is visible.

I noticed this on my main wiki, http://helpmebot.org.uk/wiki/Main_Page, so I
set up a test wiki at http://prototype.helpmebot.org.uk/wiki/Main_Page with
nothing special in the configuration except for three items:

$wgArticlePath="/wiki/$1";
$wgUseCombinedLoginLink=false;
$wgShowIPinHeader=false;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to