https://bugzilla.wikimedia.org/show_bug.cgi?id=39462
--- Comment #7 from [email protected] 2012-08-18 05:40:53 UTC --- I worked around the problem by changing the second wiki as follows: - Adapted MediaWiki:Loginreqpagetext to link to the login of the first wiki with returnto parameter back to second wiki - Removing the login button in the top for the second wiki as described here: http://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_remove_the_.22Create_an_Account_or_Login.22_link_at_the_top_right_of_the_screen.3F Tried to adapt the variables $personal_urls['anonlogin'], personal_urls['createaccount'] of the example code to reflect the login of the first wiki with return to the second wiki. $personal_urls['anonlogin'] = 'link'; Couldn't figure out how to do it. Assuming that no other login links exist, with this workaround I hope the problem is sufficiently dealt with. If you know that this might cause other problems please let me know. Thanks for your great help! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
