e107_plugins/list_new/section/list_comment.php
Reference to undeclared property \list_comment->parent
Open
Open
$record['heading'] = "<a href='".$row['comment_url']."'>".$this->parent->e107->tp->toHTML($rowheading, true)."</a>";
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$record['heading'] = $this->parent->e107->tp->toHTML($rowheading, true);
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$record['author'] = (vartrue($this->parent->settings['author']) ? $row['comment_author'] : '');
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$data = $cobj->getCommentData(intval($this->parent->settings['amount']), '0', $qry);
- Exclude checks
Reference to undeclared property \list_comment->parent
(Did you mean $parent) Open
Open
$this->parent = $parent;
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$rowheading = $this->parent->parse_heading($row['comment_title']);
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$qry = "comment_datestamp>".$this->parent->getlvisit();
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$bullet = $this->parent->getBullet($this->parent->settings['icon']);
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$list_display = ($this->parent->settings['open'] ? "" : "none");
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
if($this->parent->mode == "new_page" || $this->parent->mode == "new_menu" )
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
if(vartrue($this->parent->settings['category']))
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$record['date'] = (vartrue($this->parent->settings['date']) ? $this->parent->getListDate($row['comment_datestamp']) : "");
- Exclude checks
Reference to undeclared property \list_comment->parent
Open
Open
$list_caption = $this->parent->settings['caption'];
- Exclude checks