Talk:Feature Requests
there is a Special:Version page that has the installed information as well --Deflective 23:33, 11 December 2007 (MST)
- I see. Thanks. I'm quite new to all of this.--Olaf 23:54, 11 December 2007 (MST)
Contents
Thumbnails
Anybody that knows how to get thumbnails to work on MediaWiki without ImageMagick, please contact me.--Olaf 17:49, 11 December 2007 (MST)
- i'm not certain about this but it seems to work for me. if you have access to your php.ini file then uncomment the line:
- extension=php_gd2.dll
- and then make sure that php_gd2.dll exists in your php/ext directory. --Deflective 23:33, 11 December 2007 (MST)
- GD works fine. I just don't know the options I need to set with the wiki files to use GD.--Olaf 23:59, 11 December 2007 (MST)
- i didn't change any other settings, just made sure that apache was restarted. if that doesn't do it i'm not sure what the fix is. there's this page if you haven't seen it yet.--Deflective 00:19, 12 December 2007 (MST)
- Yes, I've seen that page and another. Following the directions on it have had us end up with the images as just Image:Wrench2.gif or similar. http://th.blandsauce.com/wiki/thumb.php5?f=Wrench2.gif&width=40 gives the error: Error generating thumbnail Error creating thumbnail: Image was not scaled, is the requested width bigger than the source?
- This is what happened before when I tried to turn on thumbnailing.--Olaf 00:42, 12 December 2007 (MST)
- looks like you got it working. Congrats =) --Deflective 00:56, 12 December 2007 (MST)
- Actually, I didn't. Yes, thumbnails will work, but won't use any sort of script. It actually makes a new .gif file when a thumbnail is made. For example, the one you just put thereis located at http://th.blandsauce.com/wiki/images/thumb/7/77/Twilight_heroes4.gif/180px-Twilight_heroes4.gif Also, after further consideration, this is fine.--Olaf 01:02, 12 December 2007 (MST)
Firefox search engine
Trying to add the wiki to search engines in Firefox results in: "Firefox could not download the search plugin from http://th.blandsauce.com/wiki/opensearch_desc.php"
The page itself gives "Parse error: parse error, unexpected '{' in /home/content/a/u/s/austindozier/html/th/wiki/extensions/ParserFunctions/ParserFunctions.php5 on line 45"
I'd very much like that feature working.--Starker 15:25, 12 December 2007 (MST)
- This should work now--Olaf 02:04, 12 December 2007 (MST)
favicon.ico
please add a favicon.ico to the root directory, i pretty much use them exclusively in navigation.
- This will quickly be done once I have a favicon to use--Olaf 09:43, 16 December 2007 (MST)
- I have uploaded a small version of the crescent moon used in TH.--Olaf 00:31, 17 December 2007 (MST)
excellent, now the wiki looks better than the actual game in bookmarks =) --Deflective 10:34, 17 December 2007 (MST)
Links on home page
It might be a good idea to link to "Guides" and "Consumables" off the main page. Those are handy navigation tools.
Short URL's
- i had success by adding to wiki/LocalSettings.php :
$wgScriptPath = "/w"; $wgScript = "$wgScriptPath/index.php"; $wgArticlePath = "/wiki/$1";
- and to apache/conf/httpd.conf :
Alias /w/index.php "D:/localhost/wiki/index.php" Alias /wiki "D:/localhost/wiki/index.php" Alias /w "D:/localhost/wiki"
- --Deflective 01:49, 14 December 2007 (MST)
Clickable Images
Can we make the images clickable? For example, from the main map you can click "Downtown" and navigate to that page. When you then click "Zion Tears" you get an edit box for the image, if you want to navigate you have to click the blue link text. I think you can do this, but I don't know how to define the coordinates and have not found a wiki language description for this.