Hope its ok to post this here but since you've been so helpful to me I want to post other integrations that might be helpful to others.
On my default_user_block.php (personalization home page for cobalt section recores) I wanted a link to that same users Easyblog page... where they can access that same users blog pages.
On top I put this for reference
require_once(JPATH_ADMINISTRATOR . '/components/com_easyblog/includes/easyblog.php');
And then my code to render that users pages link:
<a href="/../<?php echo EB::user($current_user->id)->getPermalink();?>" img or text here </a>
Hope its ok to post this here but since you've been so helpful to me I want to post other integrations that might be helpful to others.
On my default_user_block.php (personalization home page for cobalt section recores) I wanted a link to that same users Easyblog page... where they can access that same users blog pages.
On top I put this for reference
And then my code to render that users pages link: