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
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  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