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
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

EasyDiscuss - Recent Discussions Bugfix

Dayo · ·
12:24 AM Friday, 20 January 2017
Normal
Using EasyDiscuss - Recent Discussions (Version 4.0.12), I noticed that the number of hits is always displayed and can't be switched off.

I was going to hack the code to turn it off but a check of the default.php file however showed that the section that displays this is wrapped in a conditional statement. That is, it indicated that the designers anticipated that this could be switched off.

Long story short, it seems all the infrastructure to allow switching this on or off was done but someone forgot to add the last piece of code in to activate this.

So, in mod_easydiscuss_recentdiscussions.xml, amending ...


<field name="showtotalvotes" type="radio" class="btn-group" default="1" label="MOD_EASYDISCUSS_RECENTDISCUSSIONS_SHOW_TOTAL_VOTES" description="MOD_EASYDISCUSS_RECENTDISCUSSIONS_SHOW_TOTAL_VOTES_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>


to ...


<field name="showtotalvotes" type="radio" class="btn-group" default="1" label="MOD_EASYDISCUSS_RECENTDISCUSSIONS_SHOW_TOTAL_VOTES" description="MOD_EASYDISCUSS_RECENTDISCUSSIONS_SHOW_TOTAL_VOTES_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="showhits" type="radio" class="btn-group" default="1" label="MOD_EASYDISCUSS_RECENTDISCUSSIONS_SHOW_HITS" description="MOD_EASYDISCUSS_RECENTDISCUSSIONS_SHOW_HITS_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>


... brings up the option.

Can someone fix this omission and update the module release?
The replies under this section are restricted to logged in users or users with an active subscription with us