- Posts: 10
- Thank you received: 1
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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.
Merged I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla
13 years 8 months ago #129234
by nino59
I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla was created by nino59
I would like to know where can I modify the label of Kunena joomla search plugin?
Have a look at screenshot.
THanks
Have a look at screenshot.
THanks
The following user(s) said Thank You: Smokey4life
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 8 months ago #129236
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla
You can change that in one of the translation files....still trying to figure out how to find the right file :dry:
Edit: Can't find the right file...anyone can point us in the right direction. I think this should be changed in the original files as well. Forum would be a more appropriate description.
Edit: Can't find the right file...anyone can point us in the right direction. I think this should be changed in the original files as well. Forum would be a more appropriate description.
My websites: AquaInfo.org | AquaInfo.nl
Last edit: 13 years 8 months ago by John.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #129525
by John
My websites: AquaInfo.org | AquaInfo.nl
Replied by John on topic I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla
Can any of the moderators or devvs point us to the string where this can be translated? I spend 2,5 hours trying to find this string...
My websites: AquaInfo.org | AquaInfo.nl
Please Log in or Create an account to join the conversation.
13 years 7 months ago - 13 years 7 months ago #129765
by Mortti
Replied by Mortti on topic I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla
It's use COM_KUNENA string...
That line is at least in component language files admin/xx-XX.com_kunena.menu.ini and admin/xx-XX.com_kunena.sys.ini
Code:
//Then define a function to return an array of search areas.
function &plgSearchKunenaAreas() {
static $areas = array();
if (empty($areas)) {
$areas['kunena'] = JText::_('COM_KUNENA');
}
return $areas;
}
Last edit: 13 years 7 months ago by Mortti.
Please Log in or Create an account to join the conversation.
13 years 7 months ago #129767
by nino59
Replied by nino59 on topic I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla
Thank you.
I downloaded administrator/com_kunena, components/com_kunena, plugins/kunena and I searched for "COM_KUNENA" and I searched for "Kunena forum"
and I didn't find where to change this COM_KUNENA string
Would you please tell me exactly where can I find it?
Thank you
I downloaded administrator/com_kunena, components/com_kunena, plugins/kunena and I searched for "COM_KUNENA" and I searched for "Kunena forum"
and I didn't find where to change this COM_KUNENA string
Would you please tell me exactly where can I find it?
Thank you
Please Log in or Create an account to join the conversation.
13 years 7 months ago #129790
by Mortti
Replied by Mortti on topic I want to change where it says "Kunena Forum" in the Kunena Search plugin for Joomla
As I said before, it's in component language files, what that plugin call with "COM_KUNENA".
NOTE:
is Official by the Developers! And it present couple of places in your system.
If you want change that text, it should work something like this in English(not other languages)... (at least in J! 2.5.6 and Kunena 2.0.1)
If you are using English language, I think you can find that file in /home/xxxxxxxx/public_html/administrator/components/com_kunena/language/en-GB/en-GB.com_kunena.sys.ini (for other language path is administrator/language/xx-XX/that file...
See my quick test: screencast.com/t/x0prg9EWx
Remember: I don't suggest you do that...
NOTE:
Code:
COM_KUNENA="Kunena Forum"
If you want change that text, it should work something like this in English(not other languages)... (at least in J! 2.5.6 and Kunena 2.0.1)
If you are using English language, I think you can find that file in /home/xxxxxxxx/public_html/administrator/components/com_kunena/language/en-GB/en-GB.com_kunena.sys.ini (for other language path is administrator/language/xx-XX/that file...
See my quick test: screencast.com/t/x0prg9EWx
Remember: I don't suggest you do that...
Please Log in or Create an account to join the conversation.
Time to create page: 0.306 seconds