Page 1 of 1

GuMaxDD issue with php5

Posted: August 9th, 2009, 3:29 pm
by Mutos
Hello,


First I wish to express you my gratitude for providing the GuMax styles !

I'm currently searching for a skin for a site with phpBB3 + WordPress + MediaWiki + a home-made Portal. All the other parts are currently installed and working together, and MediaWiki is installed. And now I'm looking for a skin to provide a base for seamless graphical integration of the Wiki into the site.

Of your three families, the GuMaxDD seems to be the one more suitable, but it exhibits a small issue, that I think could be easily fixed : all links are defined as pointing to "index.php". Due to server limitations, my installation (1.15.1 vanilla except for PHP5) uses .php5 files, so all links display nicely, but none works.

I'll look at the code, but as I'm not a code guru, I may well end up without finding anything. Do you have some quick hints to give me a track to pursue ? Thanks in advance !

Re: GuMaxDD issue with php5

Posted: August 10th, 2009, 6:29 pm
by Paul
There are two issues here, I think this should be an easy fix for your limitation:

Firstly, open file "LocalSettings.php" and find:

Code: Select all

$wgScriptExtension  = ".php";
Update to ".php5".

Secondly, open file GuMaxDD.php and find "index.php" and change to "index.php5".

Then see if it works...

Re: GuMaxDD issue with php5

Posted: August 10th, 2009, 6:30 pm
by Paul
I will update the GuMaxDD with the variable, so user just needs to change in the settings. :D