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

More
5 years 2 weeks ago - 5 years 2 weeks ago #1 by tomsson
hi

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
Attachments:
Last edit: 5 years 2 weeks ago by tomsson.

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

More
5 years 1 week ago #2 by rich
You can enter a ready-made text for new topics in categories. This text get in the writing field if you create a new topic in this category (see example images).
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.

    More
    4 years 11 months ago - 4 years 11 months ago #3 by tomsson
    yes. I have somthing strenge with helix ultimate template.

    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 ?
  • Last edit: 4 years 11 months ago by tomsson.

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

    More
    4 years 11 months ago - 4 years 11 months ago #4 by rich
    Normally you should not get this modal window, if is no text in anyone category.
    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
    Code:
    <div id="modal_confirm_template_category" class="modal hide fade" tabindex="-1" role="dialog"
    to
    Code:
    <!-- <div id="modal_confirm_template_category" class="modal hide fade" tabindex="-1" role="dialog"


    line 162 from
    Code:
    </div>
    to
    Code:
    </div> -->


    Important! Always create a backup before you make any changes to your website!
    Last edit: 4 years 11 months ago by rich.

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

    More
    3 years 3 days ago #5 by tomsson
    Hei, thank you

    Hov about Crypsisb4 ?

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

    More
    3 years 2 days ago #6 by rich
    What do you mean? The code is also in Crypsisb4 identical, only the lines are not the same.

    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.

    Time to create page: 0.502 seconds