Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 Login Form when/when not

More
14 years 11 months ago #96771 by clairence
I'm having what may be a very simple issue.

I like not having a login form at the side of my forums, so I've disabled it for all forum pages.

HOWEVER, when a user logs out they are greeted with a screen that says Please Log In... and has no Login Form.

My other option was to put the Login Form only in Kunena Forum or Index pages, but then the Login Form toggles visible or invisible depending on which page a user is on.

My question:
How do I not see the loging form at all while logged in to the forum, but have it available at the Please Log In screen?

Thanks.

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

More
14 years 11 months ago - 14 years 11 months ago #96814 by sozzled
Which Joomla extension are you using for your site login? What have you integrated with Kunena to use for site login?
Last edit: 14 years 11 months ago by sozzled.

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

More
14 years 11 months ago #96822 by clairence
I'm not sure how to answer that question, but I'll give it a go.

In Joomla Administration, Extensions > Module Manager > Login Form (which came with Joomla,I believe)

I've assigned the Login Form to MainMenu Home and Forum only... no Kunena pages.

Adding it to the Kunena Index page (so it shows on the Please Log In page), it also still shows when a user is logged in... and scrunches the forum to half-page, which I don't want.

I'm assuming there's a function call to $login_form or somesuch that I can just drop into the login page.
On looking, I think in template/default/login.php is where that would happen. But I don't know the proper syntax.

Any help is appreciated.

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

More
14 years 11 months ago #96896 by clairence
I'm not sure if I answered the question correctly or not. I've not added any special extensions. Am simply using the Login Form module that came with Joomla.

I guess my question boils down to this:

In com_kunena/template/default/login.php, this line:
Code:
<?php echo JText::_('COM_KUNENA_LOGIN_FORUM') ?>

seems like a good place to add a URL to the text. EG:

Only community members can participate in forum threads. You must <link to register>register</link> or <link to login>log in</link> to contribute.


Where would I go to modify the 'COM_KUNENA_LOGIN_FORUM' text?

Thanks.

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

More
14 years 11 months ago #96898 by sozzled

clairence wrote: Where would I go to modify the 'COM_KUNENA_LOGIN_FORUM' text?

Where is the language file?

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

More
14 years 11 months ago #96900 by clairence
Please don't think poorly of me, but that was a rather confusing entry you shared. Here's why:

There are supposedly three locations for language "in Kunena 1.6", but I find none.
In joomla, though:

../administrator/language/yourlanguagetype directory exists: en-GB
../language/yourlanguagetype doesn't exist
../components/com_kunena/template/default/language/yourlanguagetype is an empty directory

I see a lot of com_ and mod_ files in joomla/administrator/language/en-GB.

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

Time to create page: 0.262 seconds