Difference between revisions of "Talk:Feature Requests"

From Twilight Heroes Wiki
Jump to: navigation, search
m
m
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
there is a [[Special:Version]] page that has the installed information as well --[[User:Deflective|Deflective]] 23:33, 11 December 2007 (MST)
+
= Clickable Images =
:I see. Thanks. I'm quite new to all of this.--[[User:Olaf|Olaf]] 23:54, 11 December 2007 (MST)
 
  
=Thumbnails=
+
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.
Anybody that knows how to get thumbnails to work on MediaWiki without ImageMagick, please contact me.--[[User:Olaf|Olaf]] 17:49, 11 December 2007 (MST)
+
:I only found this:http://meta.wikimedia.org/wiki/Help:Navigational_image It sounds like you need to use a redirect.--[[User:Olaf|Olaf]] 17:43, 23 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:
+
:Another update on this, I'm trying to get something easy working on this, but just need somebody that made an extension we could probably use to get back to me.--[[User:Olaf|Olaf]] 18:02, 5 March 2008 (MST)
:: extension=php_gd2.dll
 
: and then make sure that '''php_gd2.dll''' exists in your php/ext directory. --[[User:Deflective|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.--[[User:Olaf|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 [http://www.mediawiki.org/wiki/Manual:Image_thumbnailing#Image_thumbnailing this page] if you haven't seen it yet.--[[User:Deflective|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.--[[User:Olaf|Olaf]] 00:42, 12 December 2007 (MST)
 
[[Image:Twilight heroes4.gif | thumb]]
 
: looks like you got it working. Congrats =) --[[User:Deflective|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.--[[User:Olaf|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.--[[User:Starker|Starker]] 15:25, 12 December 2007 (MST)
 
*This should work now--[[User:Olaf|Olaf]] 02:04, 12 December 2007 (MST)
 
**Still doesn't. Same Firefox error. Other wikis get added just fine.--[[User:Starker|Starker]] 15:25, 12 December 2007 (MST)
 
***I don't know then. I'll work on that soon. I don't know how to test it really, it just wasn't giving the error anymore, and that's all I knew to go off of.--[[User:Olaf|Olaf]] 18:42, 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--[[User:Olaf|Olaf]] 09:43, 16 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"
 
:--[[User:Deflective|Deflective]] 01:49, 14 December 2007 (MST)
 
::I don't have access to httpd.conf. I have tried with .htaccess, with mixed results.--[[User:Olaf|Olaf]] 09:43, 16 December 2007 (MST)
 

Latest revision as of 17:02, 5 March 2008

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.

I only found this:http://meta.wikimedia.org/wiki/Help:Navigational_image It sounds like you need to use a redirect.--Olaf 17:43, 23 December 2007 (MST)
Another update on this, I'm trying to get something easy working on this, but just need somebody that made an extension we could probably use to get back to me.--Olaf 18:02, 5 March 2008 (MST)