Weever, an ExpressionEngine add-on by Studio625

URL Parameters

Certain aspects of Weever's behavior can be modified based on parameters in the URL. These include: the display style; and the page number.

Style

The style parameter can also be set via the URL, and the style parameter in the URL will override those set in the template parameters. To set the style parameter, one of your URL segments should be one of:

  • comments-threaded (threaded output)
  • comments-thread (only one thread)
  • comments-top (top level only)
  • comments-date (date order output)

For example,

http://example.com/article/comments-date/

would show comments arranged in date order, while

http://example.com/article/comments-thread/T16/

would show the comment with the ID 16 and all of its children.

Page Number

If paginating, page numbers are specified like CP[page number]. (CP stands for "comment page" to differentiate it from other types of pagination.) Page 4, for example, would be

CP4