diff --git a/README.md b/README.md index e8c31f7..f7e3834 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Package provides: 3. Put the chunks **{{pb_commentslist}}** and **{{pb_commentsform}}** in the template source 4. Change ```&to=``` parameter in ForLister call in **{{pb_commentsform}}** to your e-mail -##Requirements +## Requirements - [PageBuilder](https://github.com/mnoskov/pagebuilder) - [FormLister](https://github.com/Pathologic/FormLister) Both can be installed via Extras module from admin panel without extra downloads. -##Additional usage +## Additional usage By default all the comments posted to PageBuilder invisible. If you want to publish by default add ```&visible=`1` ``` in FormLister call in **{{pb_commentsform}}** By default comments shown as in the admin panel. Thus, newer comments will be in the end of list. To reverse them (new on top) there is no option for PageBuilder call. But you can list comments reversed (or unstyled) using Blade @@ -45,7 +45,7 @@ By default comments shown as in the admin panel. Thus, newer comments will be in @endforeach ``` -###Use in ajax forms (or as a feedback collection) +### Use in ajax forms (or as a feedback collection) Provide the ```&docId=`N` ``` parameter in FormLister call in **{{pb_commentsform}}** to post comments to particular page ### Strange things with Date Added?