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
None
Hi,

Only a few line of code will show points and badges for comment authors.(code below)

Is it possible to add this to the next update?

I am posting it here because this is a solution and not really a feature request.

https://imgur.com/a/BNdhUld


<?php if (EB::points()->hasIntegrations()) { ?>
<div class="eb-points">
<?php echo EB::points()->html($comment->author); ?>
</div>
<?php } ?>
<?php if (EB::achievements()->hasIntegrations()) { ?>
<div class="eb-achievements mt-10">
<?php echo EB::achievements()->html($comment->author); ?>
</div>
<?php } ?>


Kind regards,

P.S: I have no idea why the copy and paste of this code here give "oints" instead of points"
The replies under this section are restricted to logged in users or users with an active subscription with us