From: Marc-Etienne V. <Mar...@al...> - 2012-03-12 15:50:01
|
Le 11/03/2012 21:49, Philip J. Hollenback a écrit : > I'm using basically the stock phpwiki-1.4.0 sidebar theme on my website > www.hollenback.net. I'd like the wikiword title to be expanded into > regular words. So if you look at > > http://www.hollenback.net/FakingItAsAWindowsAdmin > > I'd like the largest title to read 'Faking It As A Windows Admin', not > 'FakingItAsAWindowsAdmin'. > > I think I can do this by calling SplitPageName from stdlib.php in the > appropriate place in my theme template. I messed around with this a > bit, but I found it broke the backlinks functionality on the page name > and generated errors in my phpwiki. > > Can someone suggest the simplest way to do this? Hello Philip, In file themes/<YourTheme>/themeinfo.php do a: $this->setAutosplitWikiWords(true); This will do what you want in the title, but also in the whole wiki page. Best regards, Marc-Etienne -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |