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

Oscar Renalias phunkphorce at gmail.com
Thu Apr 14 21:24:32 GMT 2005


are the 'smileys' and 'authimage' plugins ready to be updated?

Even better, do you Mark have access to our project page at sf.net? If
so, could you update the plugin packages there every time you make a
change? If not, then let us know whenever they're ready...

Oscar

On 4/14/05, mark at devel.plogworld.net <mark at devel.plogworld.net> wrote:
> 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
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list