- Posts: 143
- Thank you received: 0
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.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 What is this ? '' Confirm text replacement with template category text ''
Todday on my forum I get something what I have not seen before.
When I want to new post or answer , in the top of the form I got \\
Confirm text replacement with template category text
All the text in the message will be deleted and replaced by text from category template.\\
I do not know how to disable it, need help
Please Log in or Create an account to join the conversation.
The modal will only displayed, if you have entered a text field for a Topic Template so you can decide if the text should be removed or not.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
look, under beez3 template the form (new post) is ''clear''
but under Helix Ultimate template I see this
there is
''Confirm text replacement with template category text
All the text in the message will be deleted and replaced by text from category template.''
why the kunena script is showing this text, if in the category settings, ''topic template'' field is empty ?
how to disable it for all joomla templates ?
Please Log in or Create an account to join the conversation.
But you can disable it complete with a template override. docs.kunena.org/en/faq/template-overrides
If you use Crypsis, copy components\com_kunena\template\crypsis\layouts\topic\edit\default.php to
templates\yourJoomlatemplate\html\com_kunena\layouts\topic\edit\default.php
Comment out the div container which beginning on line 145 and ended in line 162.
Line 145 from
line 162 from
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
Hov about Crypsisb4 ?
Please Log in or Create an account to join the conversation.
If you use Crypsisb4, components\com_kunena\template\crypsisb4\layouts\topic\edit\default.php to
templates\yourJoomlatemplate\html\com_kunena\layouts\topic\edit\default.php
Comment out the div container which beginning on line 138 and ended in line 159
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.