[pmwiki-users] ccommentboxplus update

marc gmane at auxbuss.com
Wed Nov 1 08:16:10 CST 2006


Hans said...
> Hi,
> 
> An update for commentboxplus is available at
> http://www.pmwiki.org/wiki/Cookbook/CommentBoxPlus
> 
> The main points of this update:
> 1. I tried to reduce page loads by separating the styles from the script,
> they are now in a separate file which needs to be copied to pub/css/
> 2. The javascript code used for a simple form validation check loads
> now only when the commentbox is loading. Before it was loaded all the
> time for any page.
> 3. An optional website field is now part of the script, not used by
> default. This makes commentboxplus2.php obsolete and should make
> script maintenance easier, and also the script more versatile.
> 4. Posting of directives can now be disabled.

SDV($NoCommentMessage, '$[Please enter a comment to post]');
SDV($NoAuthorMessage, '$[Please enter your name as author]');
SDV($NoCodeMessage, '$[Please enter the code number]');

The $[] display in the error messages when using cboxcheck

Probably because of the Keep here:

  Markup('cboxcheck', '>block', '/\\(:cboxcheck:\\)/', Keep
   ($CommentBoxCheckFmt));

-- 
Best,
Marc





More information about the pmwiki-users mailing list