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 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
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