echo not working in JomSocial plugin -


i making jomsocial plugin name of user when echo name not displaying name. here code

<?php defined('_jexec') or die('restricted access'); require_once jpath_root .'/components/com_community/libraries/core.php';  class plgcommunityname extends jplugin{      function getuserdetails(){         $cuser = cfactory::getuser();         $name = $cuser->username;         echo $name;     } }  ?> 

how can ?

try return $name; instead of echo $name;


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -