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 Removing login/register from Kunena

More
16 years 7 months ago #31054 by day
I want to remove the part "Please Login or Register. Lost Password?" from the forum and replace it with the message "only logged-in members have write permission" or something to that effect. In which file can I make the modification?

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

More
16 years 7 months ago #31061 by day
Hi, thanks, this could be fixed in the language file.

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

More
16 years 6 months ago - 16 years 6 months ago #31284 by davemgood
Where's the language file located? Thanks much! :)

UPDATE: Found it! Tnx! ;)

Look for these lines (around line 946) in the 'kunena.english.php' file (in administrator/components/com_kunena/language/:

FILEBOX_LOGIN', '');
DEFINE('_PROFILEBOX_REGISTER', '');
DEFINE('_PROFILEBOX_LOGOUT', '');
DEFINE('_PROFILEBOX_LOST_PASSWORD', '');
DEFINE('_PROFILEBOX_PLEASE', '');
DEFINE('_PROFILEBOX_OR', '');

Notice that I have just deleted the text between the two single quotes (in red).
Last edit: 16 years 6 months ago by davemgood.

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

More
16 years 6 months ago #31299 by day
To Davemgood

That is exactly what I did? :)

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

Time to create page: 0.232 seconds