User talk:Mike

From Red Faction Wiki
Revision as of 19:38, 9 September 2009 by Rgoodermote (talk | contribs) (→‎Hola!: Suggestion)

Hola!

If you need any assistances I'll be around, by the way, like where the wiki is going, but I got a list of suggestions. - Rgoodermote  06:33, 8 September 2009 (UTC)


Well, just let me know what your suggestions are, we are always open to help. Also, would you be interested in administrating red-faction.net it is a red faction portal that will be a sort of central communication area for all the red faction websites. It will have things such as a video portal, minimal forums, dedicated server. The site really isnt finished at all, but let me know if you are interested. Mike 13:20, 8 September 2009 (UTC)
I'll think on it, one big suggestion is the implementation of pretty URLs, instructions here. It makes things look much nicer. Another is using several extensions that are from Wikipedia. If you need a list of them you can see them on Wikipedia's version page, most you won't need, but there are several glaringly obvious ones. You can get these in a beta form from the trunk SVN for 1.16-WMF, which is the version I use and prefer because the extensions come with the package and are all up to date. - Rgoodermote  22:11, 8 September 2009 (UTC)
Ok, ill take a look into the extensions and the trunk, but i think that instead we will probably just install the extensions manually because we are going to be using the monaco trunk from wikia at some point. As for shorturl, we are going to be implementing that soon, but we have been a bit busy, im going to me making the htaccess file some time in the next 2-3 weeks.Mike 13:45, 9 September 2009 (UTC)
I would not suggest Monaco. It actually isn't liked by the communities at Wikia and since it's beginning has been facing opposition from damn near everyone. Monobook is also the most supported skin. Most extensions work best on it, which is why there are also so many Monobook variants out there. If you want a Monaco like environment I'd suggest this skin, using the Extensions, Ajaxlogin, Ajax Show Editors, and WhosOnline. Then modify the skin's related css in combination with common.css to produce a social like skin, that is better supported, memory efficient, clean and professional.

As for the .htaccess

If you have the site in a folder called "w"

RewriteEngine On
RewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA]
RewriteRule ^wiki/*$ /w/index.php [L,QSA]
RewriteRule ^/*$ /w/index.php [L,QSA]


Folder called "w" option for settings in localsettings.php


$wgScriptPath = "/w";         # Path to the actual files (right part of first rewrite rule). Should already be in LocalSettings.php
$wgArticlePath = "/wiki/$1";  # Virtual path (left part of first rewrite rule). MUST be DIFFERENT from the path above!
$wgUsePathInfo = true;


I myself prefer putting things in a folder called w. You may do it otherwise, it shouldn't be too hard to set it up for root. However it is also not that hard to put in a folder called w, you copy everything over to w, then change $wgScriptPath from / to /w and you should be golden. - Rgoodermote  19:38, 9 September 2009 (UTC)