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

Integration with Community Builder

stackideas newbie · ·
3:32 PM Thursday, 30 July 2015
None
Dear Tech Team,

Understand there is not a plugin for CB yet and your team was going to look into that, according to some previous posts.

The options to use CB Profile and Avatar are helpful, except one would not be able to follow posts and replies created by any particular member. Since counts of posts, replies, and badges of each member are still shown on the Members page, would it be possible to edit the codes for href (presumably the following lines from user.item.php?) so that clicks would be directed to the ED default pages instead of CB Profile?

<a href="/<?php echo $user->getLink( '#questions' );?>" rel="ed-tooltip" data-original-title="<?php echo JText::_( 'COM_EASYDISCUSS_USER_TOOLTIP_QUESTIONS' );?>"><i class="icon-book"></i> <?php echo $user->getNumTopicPosted();?> </a>
</li>
<li>
<a href="/<?php echo $user->getLink( '#replies');?>" rel="ed-tooltip" data-original-title="<?php echo JText::_( 'COM_EASYDISCUSS_USER_TOOLTIP_REPLIES' );?>"><i class="icon-comments"></i> <?php echo $user->getNumTopicAnswered();?> </a>
</li>
<li>
<a href="/<?php echo $user->getLink( '#achievements');?>" rel="ed-tooltip" data-original-title="<?php echo JText::_( 'COM_EASYDISCUSS_USER_TOOLTIP_BADGES' );?>"><i class="icon-trophy"></i> <?php echo $user->getTotalBadges();?> </a>


Many thanks!
The replies under this section are restricted to logged in users or users with an active subscription with us