|
WikiSmileys<< Maximum Image Size | Cookbook-V1 | Acronyms >> Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
GoalAdd graphical smileys to the wiki markup. SolutionAttach:smileys.zip - complete zip archive including gif images
Attach:smileys.php - PHP code
DiscussionWikiSmileys allow graphical smileys to be inserted into documents. Markups such as
InstallationUnpack the Attach:smileys.zip file into your pmwiki directory. The smiles.php file should go in your local/ directory and the smiley images should go into pub/smileys. Then add the line include_once("local/smileys.php");
to your local/config.php file. That should do it for most installations. If you end up with broken images in the output instead of smileys, you may need to set the value of $SmileysFolder to be the URL prefix to where the smileys images are located. See Also
Contributors
Comments, BugsIt should probably be pointed out that if one types the markup for some of the above smileys in the beginning of a row, they won't show up. This doesn't semms to work on my wiki site ... and on this one if you take a look below, what can i do ?? pmwiki-2.2.0-beta68 -- Last modified by {{Dweezil}}?
|