UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible 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 offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

Popbox content problem in a custom php code

Zeosing · ·
4:48 PM Tuesday, 11 March 2014
None
We built a simple code to display the staff´s users of a web , all works fine excep for the fact that popbox content doesn´t load .

<?php
require_once( JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/foundry.php' );


$ids = array('363', '367', '366', '365','364','371','370','456','461');


?>

<div class="Staff">
<?php foreach ($ids as $id) {
$user = Foundry::user($id);
?>
<img alt="<?php echo $user->getName();?>" src="/<?php echo $user->getAvatar();?>" data-popbox="module://easysocial/profile/popbox" data-popbox-position="top-left" data-user-id="<?php echo $user ?>" />
<?php } ?>
</div>


file i located in subdomainroot/destiny/staff-list

We belive that is a problem with de module routing.

Thanks for the help ,
The replies under this section are restricted to logged in users or users with an active subscription with us