[pLog-svn] r1835 - plugins/trunk/smileys

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Apr 14 17:29:42 GMT 2005


Author: mark
Date: 2005-04-14 17:29:41 +0000 (Thu, 14 Apr 2005)
New Revision: 1835

Modified:
   plugins/trunk/smileys/readme.txt
Log:
Modify readme.txt of smiely's plugin according to Monjo's suggestions.

mark

Modified: plugins/trunk/smileys/readme.txt
===================================================================
--- plugins/trunk/smileys/readme.txt	2005-04-14 17:21:05 UTC (rev 1834)
+++ plugins/trunk/smileys/readme.txt	2005-04-14 17:29:41 UTC (rev 1835)
@@ -13,8 +13,18 @@
 <form id="NewComment" name="NewComment" ....>
 
 Example:
+Standard Template:
 Add the following code to commentForm.template after commentText text area:
 {if $smileys->isEnabled()}
 <script type="text/javascript" src="{$url->getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script>
-<br/><label for="simleysBar"></label>{$smileys->generateSmileysBar()}
-{/if}
\ No newline at end of file
+<br/><label></label>{$smileys->generateSmileysBar()}
+{/if}
+
+Other Template (by Monjo's Suggestion):
+Add the following code to commentForm.template after commentText text area:
+{if $smileys->isEnabled()} 
+<script type="text/javascript" src="{$url->getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script> 
+{$locale->tr("Smileys")}: {$smileys->generateSmileysBar()} 
+{/if}
+
+You can modified by your own.
\ No newline at end of file




More information about the pLog-svn mailing list