private function entry_set_template( |
| ) |
Sets variables in an entry template for display.
tpl | The template to populate. |
ent | the BlogEntry or Article with which to populate the template. |
protected function showCommentPage( |
| ) |
Show the page of comments on the entry.
protected function showPingbackPage( |
| ) |
Show the page of Pingbacks for the entry.
protected function showTrackbackPage( |
| ) |
Shows the page of TrackBacks for the entry.
protected function showTrackbackPingPage( |
| ) |
Show the page from which users can send a TrackBack ping.
protected function showEntryPage( |
| ) |
Handles displaying the main permalink for a BlogEntry or Article.
private function handleComment( |
| ) |
Handles comments posted to an entry. This includes generating the form markup, setting appropriate cookies, and actually inserting the new comments.
page BasePages$ | The BasePages object representing the current page. |
ent BasePages&$ | The entry we're dealing with. |
use_comm_link BasePages$ | Optional boolean, defaults to false. If this is set to true, then the page will be redirected to the comments page after a successful comment post. If not, then the redirect will be to the entry permalink. |
The markup to be inserted into the page for the comment form.
Gets the HTML for replies of the given type in a list.
ent | A reference to the entry for which to get replies. |
usr | A reference to the current user. |
replies | An array of reply objects. |