e107_plugins/chatbox_menu/e_list.php
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
while($row = $this->parent->e107->sql->fetch())
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$list_caption = $this->parent->settings['caption'];
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$lvisit = $this->parent->getlvisit();
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
if($this->parent->mode == "new_page" || $this->parent->mode == "new_menu" )
- Exclude checks
Variable $list_data
was undeclared, but array fields are being added to it. Open
Open
$list_data[] = $record;
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$list_display = ($this->parent->settings['open'] ? "" : "none");
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$record['author'] = ($this->parent->settings['author'] ? ($cb_id != 0 ? $userlink : $cb_nick) : "");
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$qry .= " ORDER BY cb_datestamp DESC LIMIT 0,".intval($this->parent->settings['amount']);
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
if(!$chatbox_posts = $this->parent->e107->sql->gen("SELECT * FROM #chatbox WHERE ".$qry))
- Exclude checks
Variable $record
was undeclared, but array fields are being added to it. Open
Open
$record['icon'] = $bullet;
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$bullet = $this->parent->getBullet($this->parent->settings['icon']);
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
(Did you mean $parent) Open
Open
$this->parent = $parent;
- Exclude checks
Reference to undeclared property \list_chatbox_menu->parent
Open
Open
$record['date'] = ($this->parent->settings['date'] ? ($row['cb_datestamp'] ? $this->parent->getListDate($row['cb_datestamp']) : "") : "");
- Exclude checks