Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question [Solved:] Name field missing - how to write anonymously or change name on posts?

More
15 years 8 months ago #56076 by Admata

xillibit wrote: You need to be loggued and you need to have more than one category, when you choose on category, you will that if there anonymous allowed :

Thx. I got it. You have to use Kunena menu tabs to start a topic :cheer:

But how about to write without being logged in? I can change 'New Topic' tab rights to public and that seems to work, but there seems to be no way to reply posts without being logged in?

I also think that there should be a way to write without being logged in by using buttons?

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

More
15 years 8 months ago #56079 by xillibit
Write a post anonymously and write a post like a guest are two things differents.

I don't provide support by PM, because this can be useful for someone else.

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

More
15 years 8 months ago #56089 by Admata

xillibit wrote: Write a post anonymously and write a post like a guest are two things differents.

Yes they are. My mistake in the topic. I´m not very good at describing things in english :blush:

However, to write a post like a guest is what I miss and what I need most. With Kunena 1.6 B2 I had no problems with that.

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

More
15 years 8 months ago #56091 by Mortti
I reproduce Admata settings one of my test site (Public Read/Write - Yes,Registered Users Only - No,Allow Nickname on Posts - Yes and also enabled anonymous posting in one test category).

A picture tells, which might cause confusion for the users when they are not logged in the forum (two different ways) if someone use this kind of settings anyway :)

The following user(s) said Thank You: Admata

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

More
15 years 8 months ago #56098 by Admata

Mortti wrote: I reproduce Admata settings one of my test site (Public Read/Write - Yes,Registered Users Only - No,Allow Nickname on Posts - Yes and also enabled anonymous posting in one test category).

A picture tells, which might cause confusion for the users when they are not logged in the forum (two different ways) if someone use this kind of settings anyway :)

Thx Mortti. I understood the word anonymous a bit different than what it is in Kunena. I mixed the meaning simply to write without logging in, to write as a guest. Anonymous posting in Kunena leaves no marks, no ip-addresses even to forum administrator. (This thing have been asked in this forum.) Actually I don´t really want to allow that in my forum :blush:

Seems to me that you cannot write and reply as a guest by using normal buttons in Kunena 1.6 RC1 - at least not without a some kind of a hack? :dry:

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

More
15 years 8 months ago - 15 years 8 months ago #56135 by Admata

Admata wrote: Seems to me that you cannot write and reply as a guest by using normal buttons in Kunena 1.6 RC1 - at least not without a some kind of a hack? :dry:

Solved this by editing form.php in template/default/editor folder.

Line 65:
Code:
<tr class="krow<?php echo 1 + $this->k^=1 ?>" id="kanynomous_check_name" <?php if (!$this->allow_anonymous && $this->catid != 0 || !$this->cat_default_allow ): ?>style="display:none;"<?php endif; ?>>

Changed it back to way it was in Kunena 1.6 Beeta 2:
Code:
<tr class="krow<?php echo 1 + $this->k^=1 ?>">
Result: Name field is back on line like before and posting as a guest works again :woohoo:
Last edit: 15 years 8 months ago by Admata.

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

Time to create page: 0.240 seconds