After long here is an update. Download blogsimple.zipΔ. This latest update fixes a few things:
- In BlogPages.GroupFooter the link to new BlogComments page is changed to use ?action=browse, so it does not appear with a questionmark pointing to edit the new page.
- In BlogComments.GroupFooter the form based on
(:input:)markup is replaced with(:commentboxchrono:). This will make it easier to use acces codes. - The README.txt has been revised.
- The bundle also contains the latest newpageboxplus.php and commentboxplus.php scripts.
The latest Cookbook:CommentBoxPlus script allows use of Access Codes. If you use a custom build form to enter comment, using (:input:) markup (as distributed up till now) and want to use Access Codes, then you need to modify your form, or replace it with (:commentboxchrono:) in BlogComments.GroupFooter. A modified version with Access Code may look like this:
[[<<]](:title {$BlogTitle}:)
>>left<<[[#commentbox]]
(:input form name=cboxform action={$PageUrl} method=post:)
(:input hidden n {$FullName}:)
(:input hidden action comment:)
(:input hidden accesscode {$AccessCode}:)
(:input hidden order chrono:)'''Add Comment:'''[[<<]]
(:input textarea text rows=7 cols=50 class=inputtext:)[[<<]]
Author: (:input text author {$Author} class='inputbox':)
Enter code %red%'''{$AccessCode}'''%%
(:input text access size='4' maxlength='3' class=inputbox:)\
(:input submit post Post class='inputbutton':)\
(:input reset reset Reset class='inputbutton':)(:input end:)
>><<
----
Back to [[BlogPages/{$Name}|{$BlogTitle}]]\
-- [[Blog.Blog| Blog Home Page]]
~Hans
Comments:
Back to Blog Bundle Update -- Blog Home Page
