I cannot seem to do this :-(
I uncommented the MacOSXline in index.php (phpwiki 1.3.3), but no theme! Worse: the links on top & bottom of the page are gone too. I must be doing something wrong, but what?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try doing this: (it worked for me)
define('DATA_PATH', '');
Thats right, define that data_path to nothing. I've got my wiki installed into the root of a virtual host in apache and I couldn't get the themes to work at all before I changed that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot seem to do this :-(
I uncommented the MacOSXline in index.php (phpwiki 1.3.3), but no theme! Worse: the links on top & bottom of the page are gone too. I must be doing something wrong, but what?
I am now a bit further with this.
It seems that the themesdirectory cannot be found, since phpwiki looks foor it in //themes/themename/files
how can I get rid of the double slash?
Try doing this: (it worked for me)
define('DATA_PATH', '');
Thats right, define that data_path to nothing. I've got my wiki installed into the root of a virtual host in apache and I couldn't get the themes to work at all before I changed that.