Блок чата на SimplePortal
Published on 21.06.2011
Под катом код вставки в блок, для отображения чата AjaxChat Integration.
global $txt,$context,$boarddir;
//Ajax Chat | belongs to Smart Shoutbox Detection Block for Simple Portal <> by Blue @ Chrome!
if (file_exists($boarddir . '/chat/lib/'))
{
if (allowedTo('shout_access')){
echo'
', getShoutBoxContent() ,'
';
}
}
//YSHOUT HERE | belongs to Smart Shoutbox Detection Block for Simple Portal <> by Blue @ Chrome!
if (file_exists($boarddir . '/yshout/yshout.php'))
{
if(allowedTo('yshout_view'))
{
echo '
';
include_once($boarddir.'/yshout/yshout.php');
echo '
';
}
elseif($context['user']['is_guest'])
echo $txt['yshout_no_guests'];
}
?>
Posted in: