mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Forum updated to use $tp->toAvatar();
This commit is contained in:
@@ -171,8 +171,8 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
function sc_avatar()
|
function sc_avatar()
|
||||||
{
|
{
|
||||||
$tp = e107::getParser();
|
return e107::getParser()->toAvatar($this->postInfo);
|
||||||
return $tp->parseTemplate("{USER_AVATAR=".$this->postInfo['user_image']."}", true);
|
// return $tp->parseTemplate("{USER_AVATAR=".$this->postInfo['user_image']."}", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function sc_anon_ip()
|
function sc_anon_ip()
|
||||||
|
Reference in New Issue
Block a user