Difference between revisions of "RimWorld Wiki talk:Community portal"

From RimWorld Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
----
 
----
 
::::I am not sure about how to execute that script... If it has to be done outside of the wiki, then Tynan has to do it.<br>--[[User:British|British]] ([[User talk:British|talk]]) 08:16, 18 October 2013 (EDT)
 
::::I am not sure about how to execute that script... If it has to be done outside of the wiki, then Tynan has to do it.<br>--[[User:British|British]] ([[User talk:British|talk]]) 08:16, 18 October 2013 (EDT)
 +
----
 
::::: MLEB installed @local succesfully from first attempt. --[[User:AcDie|AcDie]] ([[User talk:AcDie|talk]]) 14:12, 18 October 2013 (EDT)
 
::::: MLEB installed @local succesfully from first attempt. --[[User:AcDie|AcDie]] ([[User talk:AcDie|talk]]) 14:12, 18 October 2013 (EDT)
 
:::::*Replace existing extension folder from .tar. After that we need edit '''LocalSettings.php''' at server/hosting.
 
:::::*Replace existing extension folder from .tar. After that we need edit '''LocalSettings.php''' at server/hosting.
Line 26: Line 27:
 
:::::*[http://www.mediawiki.org/wiki/MLEB#Add.2Fupdate_your_LocalSettings.php Then copy paste that]
 
:::::*[http://www.mediawiki.org/wiki/MLEB#Add.2Fupdate_your_LocalSettings.php Then copy paste that]
 
:::::*Add <code>$wgUpgradeKey = "your_long_long_long_key";</code> & run [http://ludeon.com/rimworld/wiki/mw-config/] seems thats all (for secure, delete UpgradeKey from file)
 
:::::*Add <code>$wgUpgradeKey = "your_long_long_long_key";</code> & run [http://ludeon.com/rimworld/wiki/mw-config/] seems thats all (for secure, delete UpgradeKey from file)
 +
----
 +
::::::There was not much point in copy/pasting the configuration into LocalSettings.php ''again'', but I still did it, for the sake of it: same result.
 +
::::::Regarding [http://ludeon.com/rimworld/wiki/mw-config/ mw-config], is it supposed to bring something specific ? The wiki is already in [http://ludeon.com/rimworld/wiki/Special:Version version 1.21.2] :/<br>--[[User:British|British]] ([[User talk:British|talk]]) 19:29, 18 October 2013 (EDT)
 
----
 
----
 
----
 
----
 +
 
==Parser/LUA==
 
==Parser/LUA==
 
Need some tweaks for parser (Modules: Navbox/Navbar) - [http://interi.org/2012/05/wikipedias-navbox-template/ link1] [https://www.mediawiki.org/wiki/Extension:ParserFunctions#Installation link2](step 4-6)--[[User:AcDie|AcDie]] ([[User talk:AcDie|talk]]) 12:02, 18 October 2013 (EDT)
 
Need some tweaks for parser (Modules: Navbox/Navbar) - [http://interi.org/2012/05/wikipedias-navbox-template/ link1] [https://www.mediawiki.org/wiki/Extension:ParserFunctions#Installation link2](step 4-6)--[[User:AcDie|AcDie]] ([[User talk:AcDie|talk]]) 12:02, 18 October 2013 (EDT)

Revision as of 23:29, 18 October 2013

Requests





Translation

+ request for Extension - Translate--AcDie (talk) 17:15, 17 October 2013 (EDT)

→ Installed MLEB, but it produces this error:
A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: SELECT tmi_value FROM `mr_translate_messageindex` WHERE tmi_key = '-1:specialPages' LIMIT 1 Function: DatabaseMessageIndex::get Error: 1146 Table 'tynansy1_wrim.mr_translate_messageindex' doesn't exist (localhost)
--British (talk) 18:01, 17 October 2013 (EDT)

Seems old bug, check this --AcDie (talk) 06:21, 18 October 2013 (EDT)

I am not sure about how to execute that script... If it has to be done outside of the wiki, then Tynan has to do it.
--British (talk) 08:16, 18 October 2013 (EDT)

MLEB installed @local succesfully from first attempt. --AcDie (talk) 14:12, 18 October 2013 (EDT)
$EXT = "$IP/../extensions";
$wgExtensionAssetsPath = "{$wgScriptPath}/../extensions";
$EXT = "$IP/extensions";
$wgExtensionAssetsPath = "{$wgScriptPath}/extensions";
  • Then copy paste that
  • Add $wgUpgradeKey = "your_long_long_long_key"; & run [1] seems thats all (for secure, delete UpgradeKey from file)

There was not much point in copy/pasting the configuration into LocalSettings.php again, but I still did it, for the sake of it: same result.
Regarding mw-config, is it supposed to bring something specific ? The wiki is already in version 1.21.2 :/
--British (talk) 19:29, 18 October 2013 (EDT)


Parser/LUA

Need some tweaks for parser (Modules: Navbox/Navbar) - link1 link2(step 4-6)--AcDie (talk) 12:02, 18 October 2013 (EDT)


  • I've tried installing Scribunto already, but it produced errors. I've seen this, but it doesn't seem to be completely resolved (and I didn't try to tweak too much).
  • ParserFunction is already installed.
    --British (talk) 12:32, 18 October 2013 (EDT)


@AcDie: Regarding color scheme

Hey, You are using colors on pages with gradients and such, but it is hard-coded. Is there a way to have all the colors used refer to one place only (kind of like a configuration file), so that we only have to change the colors at that place, rather than on every single page ? That would help if we ever manage to have a black skin for the wiki...
--British (talk) 10:26, 18 October 2013 (EDT)


Ofc, as I told before, better use CSS for many reasons, 1 is above ^ it is hard-coded. But i don't agree with black/any dark skin for wiki, cuz hard to read + images with white background looks like sh*t.. --AcDie (talk) 11:25, 18 October 2013 (EDT)

There won't be any white background image, so that's not a problem. The wiki we had on Wikia and dark and it was good, and it also was in resonance with the vibe of the game. White backgrounds kill the eyes at night, to boot.
TL;DR: Dark background will happen, one way or the other, so we might as well prepare :]
--British (talk) 12:23, 18 October 2013 (EDT)
MediaWiki:Common.css seems there we can add most used styles--AcDie (talk) 14:19, 18 October 2013 (EDT)