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

Question registed users only message

More
15 years 6 months ago #67384 by chicaloca
hi

quick question. ive looked through the language file kunena.english.php thats been suggested elsewhere in the forum.


Message

* Registered Users Only
This forum is open only to registered and logged-in users.
If you are already registered, please log in first.

is what i can see in the site i am designing. i cant see where to change the word "message" to somewhere more meaningul i've tried to look for help but can only see advice for how to change the registered users only text so a pointer would be appreciated

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

More
15 years 6 months ago #67416 by sozzled
You can change most of the text strings used in Kunena. See Where is the language file? in the Wiki. Search these files to find the current text strings and replace them to your specific tastes.

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

More
15 years 6 months ago #67706 by chicaloca
thanks sozzled, i did look there before but had another look after your reply and found the part GEN_MESSAGE (line 1455) so i changed the text in inverted commas and saved the page but it doesnt seem to have made a difference. Is there anything else that i might have missed?

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

More
15 years 6 months ago #67732 by sozzled
It will take me about 15 minutes to find the source code in K 1.5. Can you help us please? Can you please provide us with (a) the name of the file that you changed and (b) the line(s) you changed, how things looked before the change and how things looked after the change. Thanks.

When you say you "saved the page", did you actually replace the original file on your webserver with the changed file?

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

More
15 years 6 months ago #68729 by chicaloca

Can you please provide us with (a) the name of the file that you changed

yeah i followed the link you gave me above....so i changed kunena.english.php (under administrator)

and (b) the line(s) you changed,

yeah as i said above, line 1455 it now looks like:

DEFINE('_GEN_MESSAGE', 'Oops, something went wrong (it said 'MESSAGE' before)


how things looked before the change and how things looked after the change. .

its the same appearance before and after i made the change to the file.

When you say you "saved the page", did you actually replace the original file on your webserver with the changed file?

yeah i did.


thanks

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

More
15 years 6 months ago #68743 by sozzled
You changed the wrong line!

You changed line 1498 (using the language file for K 1.5.12) that was
Code:
DEFINE('_GEN_MESSAGE', 'Message');
to
Code:
DEFINE('_GEN_MESSAGE', 'Oops, something went wrong')
Of course, that will not affect what you want to do. The text that you showed in your images is constructed from the following three lines in the kunena.english.php.

At line 1407:
Code:
DEFINE('_COM_A_REGISTERED_ONLY', 'Registered Users Only');
And at lines 1671-1672:
Code:
DEFINE('_FORUM_UNAUTHORIZIED', 'This forum is open only to registered and logged-in users.'); DEFINE('_FORUM_UNAUTHORIZIED2', 'If you are already registered, please log in first.');

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

Time to create page: 0.285 seconds