- Posts: 21
- Thank you received: 0
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.
Question Login Form when/when not
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
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.
I guess my question boils down to this:
In com_kunena/template/default/login.php, this line:
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.
Where is the language file?clairence wrote: Where would I go to modify the 'COM_KUNENA_LOGIN_FORUM' text?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
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.