API - XOOPS 2.5.11 Beta 2
By monxoops.fr
comment_reply.php File Reference

Namespaces

namespace  kernel
 

Variables

 $com_id = isset($_GET['com_id']) ? (int)$_GET['com_id'] : 0
 
 $com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : ''
 
if( $com_mode=='') if(!isset($_GET['com_order'])) else
 
 $comment_handler = xoops_getHandler('comment')
 
 $comment = $comment_handler->get($com_id)
 
 $r_text = _CM_POSTER . ': <strong>' . $r_name . '</strong>&nbsp;&nbsp;' . _CM_POSTED . ': <strong>' . formatTimestamp($comment->getVar('com_created')) . '</strong><br><br>' . $comment->getVar('com_text')
 
 $com_title = $comment->getVar('com_title', 'E')
 
if(!preg_match('/^' . _RE . '/i', $com_title) $com_pid ) = $com_id
 
 $com_text = ''
 
 $dosmiley = 1
 
 $dohtml = 0
 
 $doxcode = 1
 
 $dobr = 1
 
 $doimage = 1
 
 $com_icon = ''
 
 $com_rootid = $comment->getVar('com_rootid')
 
 $com_itemid = $comment->getVar('com_itemid')
 
 $com_user = ''
 
 $com_email = ''
 
 $com_url = ''
 

Variable Documentation

◆ $com_email

$com_email = ''

◆ $com_icon

$com_icon = ''

◆ $com_id

$com_id = isset($_GET['com_id']) ? (int)$_GET['com_id'] : 0

◆ $com_itemid

$com_itemid = $comment->getVar('com_itemid')

◆ $com_mode

$com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : ''

◆ $com_pid

if (!preg_match('/^' . _RE . '/i', $com_title) $com_pid) = $com_id

◆ $com_rootid

$com_rootid = $comment->getVar('com_rootid')

◆ $com_text

$com_text = ''

◆ $com_title

$com_title = $comment->getVar('com_title', 'E')

◆ $com_url

$com_url = ''

◆ $com_user

$com_user = ''

◆ $comment

$comment = $comment_handler->get($com_id)

◆ $comment_handler

$comment_handler = xoops_getHandler('comment')

◆ $dobr

$dobr = 1

◆ $dohtml

$dohtml = 0

◆ $doimage

$doimage = 1

◆ $dosmiley

$dosmiley = 1

◆ $doxcode

$doxcode = 1

◆ $r_text

$r_text = _CM_POSTER . ': <strong>' . $r_name . '</strong>&nbsp;&nbsp;' . _CM_POSTED . ': <strong>' . formatTimestamp($comment->getVar('com_created')) . '</strong><br><br>' . $comment->getVar('com_text')

◆ else

if ( $comment->getVar( 'com_uid')==0 &&$comment->getVar( 'com_user') !='') else
Initial value:
{
$com_order = (int)$_GET['com_order']
$com_order
Definition: comment_delete.php:39
$_GET['page']
Definition: notification_update.php:11