XOOPS  2.6.0
editavatar.php File Reference

Go to the source code of this file.

Namespaces

 avatar
 

Variables

 $avatar_Handler = $helper->getHandlerAvatar()
 
 $height = $helper->getConfig('avatars_imageheight')
 
 $helper = Avatars::getInstance()
 
 $mimetypes = array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png')
 
 $op = Request::getCmd('op', 'list')
 
 $upload_size = $helper->getConfig('avatars_imagefilesize')
 
 $width = $helper->getConfig('avatars_imagewidth')
 
 $xoops = Xoops::getInstance()
 
if($helper->getConfig('avatars_allowupload')==1 &&$xoops->user->getVar('posts') >=$helper->getConfig('avatars_postsrequired')) else
 

Variable Documentation

$avatar_Handler = $helper->getHandlerAvatar()

Definition at line 43 of file editavatar.php.

$height = $helper->getConfig('avatars_imageheight')

Definition at line 49 of file editavatar.php.

$helper = Avatars::getInstance()

Definition at line 28 of file editavatar.php.

$mimetypes = array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png')

Definition at line 46 of file editavatar.php.

$op = Request::getCmd('op', 'list')

Definition at line 31 of file editavatar.php.

$upload_size = $helper->getConfig('avatars_imagefilesize')

Definition at line 47 of file editavatar.php.

$width = $helper->getConfig('avatars_imagewidth')

Definition at line 48 of file editavatar.php.

$xoops = Xoops::getInstance()

Definition at line 27 of file editavatar.php.

if ($helper->getConfig('avatars_allowupload')==1 &&$xoops->user->getVar('posts') >=$helper->getConfig('avatars_postsrequired')) else
Initial value:
{
$info_msg = ''
$info_msg

Definition at line 58 of file editavatar.php.