I just installed PHPWiki and am starting to tinker around with it. Is there a way to configure the look/feel of the wiki from inside the wiki itself? Some examples: Is there a way to change which of the built in themes is used to display pages? How about changing the name of the default Home_Page?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, look in the config.ini file located in the config directory. You can set the items you mentioned and lots more. Be careful to change only one thing at a time and test it before moving to the next item (so you know what you altered and can restore it if you got it wrong).
Good luck!
MikeP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can change the default theme as a config variable (index.php or config.ini depending on your PhpWiki version). You can change the theme per-user in your user preferences.
You can change the name of the default home page in lib/config.php. See HOME_PAGE variable.
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just installed PHPWiki and am starting to tinker around with it. Is there a way to configure the look/feel of the wiki from inside the wiki itself? Some examples: Is there a way to change which of the built in themes is used to display pages? How about changing the name of the default Home_Page?
Yes, look in the config.ini file located in the config directory. You can set the items you mentioned and lots more. Be careful to change only one thing at a time and test it before moving to the next item (so you know what you altered and can restore it if you got it wrong).
Good luck!
MikeP
You can change the default theme as a config variable (index.php or config.ini depending on your PhpWiki version). You can change the theme per-user in your user preferences.
You can change the name of the default home page in lib/config.php. See HOME_PAGE variable.
Dan