Kunena 6.3.7 Released

The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Thankyou Button Missing when Reply is Disabled

More
8 years 1 month ago - 8 years 1 month ago #1 by achartier
I have multiple categories where we do not allow replies but we do wish to allow the thankyou feature. In K4 it worked fine but in K5 the Thankyou button only shows when the user has permissions to reply.

Can we get the thankyou button even if the user cannot reply to a topic?

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Disabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 256M | Max file upload: 64M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : shaper_helix3 | author: JoomShaper.com | version: 1.7 | creationdate: Jan 2016

Kunena default template details : Crypsisb3 | author: Kunena Team | version: 5.0.4-DEV | creationdate: 2016-11-04

Kunena version detailed: Kunena 5.0.4-DEV | 2016-11-04 [ Internal ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.0.15

Third-party SEF components: None

Plugins: None

Modules: None

Last edit: 8 years 1 month ago by achartier. Reason: add configuration info.

Please Log in or Create an account to join the conversation.

More
8 years 3 weeks ago #2 by 810
we have removed it, because its a write permission.

If you want it then you need to change the libraries files.

Please Log in or Create an account to join the conversation.

More
8 years 3 weeks ago #3 by achartier
OK, can you point me to the general location to do this? Thanks.

Please Log in or Create an account to join the conversation.

More
8 years 3 weeks ago - 8 years 3 weeks ago #4 by achartier
In case anyone else happens upon this topic, here is how to solve this problem.

Copy the file components/com_kunena/template/crypsisb3/layouts/message/item/actions/default.php
to
templates/[yourtemlplate]/html/com_kunena/layouts/message/item/actions/default.php

Edit the copied file around line 177, you will see a <div class="kreplymessage">. Just before the </div> insert the following two lines:
Code:
<?php echo $this->messageButtons->get('thankyou'); ?> <?php echo $this->messageButtons->get('unthankyou'); ?>
Last edit: 8 years 3 weeks ago by achartier.

Please Log in or Create an account to join the conversation.

Time to create page: 0.394 seconds