UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
I built a simple module to just call joomla user info and show a user within a control panel style page, i'm trying to do the same with EasySocial and get rid of the current module as i've now setup EasySocial for registration and would like to call basic user info and show on frontend.

Something like:

<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
$user = JFactory::getUser();

if (!$user->control-panel) {
echo 'You are logged in as:<br>';
echo '<b>User name</b>: ' . $user->username . '</br>';
echo '<b>Real name</b>: ' . $user->name . '<p></p>';
echo '<b>Email</b>: ' . $user->email . '<br>';
echo '<b>User ID</b> : ' . $user->id . '<br>';




}


?>
The replies under this section are restricted to logged in users or users with an active subscription with us