- Posts: 78
- Thank you received: 1
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 Please help me find the right file..
17 years 3 weeks ago #11041
by skillless
Replied by skillless on topic Re:Please help me find the right file..
administrator/components/com_kunena/language/kunena.english.php
line 257: DEFINE('_KUNENA_TIME_SINCE', '%time% ago');
line 257: DEFINE('_KUNENA_TIME_SINCE', '%time% ago');
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago - 17 years 3 weeks ago #11042
by dbosnj35
Replied by dbosnj35 on topic Re:Please help me find the right file..
thats not it, it is not that file
developers please help me
developers please help me
Last edit: 17 years 3 weeks ago by dbosnj35.
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #11055
by @quila
Replied by @quila on topic Re:Please help me find the right file..
File
/components/com_kunena/template/default_ex/message.php
Code:
<?php
$msg_time_since = _KUNENA_TIME_SINCE;
$msg_time_since = str_replace('%time%', time_since($fmessage->time ,
CKunenaTools::fbGetInternalTime()), $msg_time_since);
if ($prevCheck < $msg_time && !in_array($fmessage->thread, $read_topics)) {
$msgtitle = 'msgtitle';
} else {
$msgtitle = 'msgtitle_new';
}
?>
Please Log in or Create an account to join the conversation.
17 years 3 weeks ago #11057
by dbosnj35
Replied by dbosnj35 on topic Re:Please help me find the right file..
thanks but it is not it. i manage to find it anyway, so if anybody needs it it is in the /www/components/com_kunena/template/default_ex/flat.php
:laugh:
:laugh:
Please Log in or Create an account to join the conversation.
Time to create page: 0.239 seconds