Home
last modified time | relevance | path

Searched refs:nosmiley (Results 1 – 3 of 3) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dxoopsstory.php44 public $nosmiley = 0; variable in XoopsStory
155 $this->nosmiley = $value;
232 if (!isset($this->nosmiley) || $this->nosmiley != 1) {
233 $this->nosmiley = 0;
251 …$this->table, $title, $this->published, $expired, $this->nohtml, $this->nosmiley, $hometext, $body…
253 …RE storyid = %u", $this->table, $title, $expired, $this->nohtml, $this->nosmiley, $hometext, $body…
365 if ($this->nosmiley()) {
396 if ($this->nosmiley()) {
431 if ($this->nosmiley()) {
493 public function nosmiley() function in XoopsStory
[all …]
H A Dxoopscomments.php105 …d, $pid, $item_id, time(), $user_id, $ip, $subject, $comment, $nohtml, $nosmiley, $noxcode, $icon);
107 …' WHERE comment_id = %u", $this->ctable, $subject, $comment, $nohtml, $nosmiley, $noxcode, $icon,…
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dcommentform.inc.php53 $smiley_checkbox = new XoopsFormCheckBox('', 'nosmiley', $nosmiley);