Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sashabeep authored Mar 17, 2020
1 parent ae51d4b commit 293a0d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?
Expand Down

0 comments on commit 293a0d3

Please sign in to comment.