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

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