ExtendedWikiStylesCSS1
<< Reverse Headings | Cookbook-V1 | Date Time Stamp >>
Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
Problem
Solution
Author
Special Thanks
Installation
- Create a new directory: /local/scripts.
- Save the file extended_styles_css1.php in the new directory you just created.
- Add this one line to your config.php file:
Download
Documentation
History
- 0.2 beta release (03/18/04)
- Added all the style suggestions made in the Development group (Development.ExtendedMarkup?).
- Updated the documentation (Cookbook.ExtendedWikiStyles)
- tested with PmWiki versions 0.6.7 - 0.6.9
- 0.1 beta release (02/29/04)
I installed this and it resulted in an error as soon as I edited config.php I started getting errors saying:
Warning: main(local/scripts/extended_wiki_styles_css1.php): failed to open stream: No such file or directory in /var/www/wiki.it/htdocs/local/config.php on line 63
Warning: main(): Failed opening 'local/scripts/extended_wiki_styles_css1.php' for inclusion (include_path='.:') in /var/www/wiki.it/htdocs/local/config.php on line 63
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wiki.it/htdocs/local/config.php:63) in /var/www/wiki.it/htdocs/pmwiki.php on line 394
When I commented out include_once("local/scripts/extended_wiki_styles_css1.php"); they went away. Is there a fix for this? What did I do wrong?
Thanks -flickerfly
Answer: I figured it out. Don't copy&paste everything from this page. The name of the hack is somewhat inconsistent. I had to remove _wiki from the name given so that it would be pointing to the right file in config.php. -flickerfly pmwiki-2.3.38 -- Last modified by {{flickerfly}}?