- Posts: 10
- Thank you received: 0
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 join date
16 years 2 months ago #39487
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:join date
Hello,
open the file components\com_kunena\template\default_ex and add this to line 213 :
open the file components\com_kunena\template\default_ex and add this to line 213 :
Code:
<div class = "viewcover">
<?php $joindate = explode(' ',$kunena_my->registerDate);
echo $joindate[0];
?>
</div>
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #39519
by clevercat
Replied by clevercat on topic Re:join date
what file in folder default_ex i must add that code?
Last edit: 16 years 2 months ago by clevercat.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #39572
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:join date
Oop, i forgot to give you the file, it's in message.php
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
16 years 2 months ago #41186
by sakolhcpt
Replied by sakolhcpt on topic Re:join date
Hello xillibit,
I did as per your advice but it happened to show all posts with same join date (the date of my registration).
Is there other way to show join date related to their post's owner?
Sakol
I did as per your advice but it happened to show all posts with same join date (the date of my registration).
Is there other way to show join date related to their post's owner?
Sakol
Please Log in or Create an account to join the conversation.
16 years 2 months ago - 16 years 2 months ago #41261
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:join date
Hello,
I have made a mistake, forgot what i wrote in the post before, i can post directly the changes because of rules of mod_rewrite, so look the file below :
I have made a mistake, forgot what i wrote in the post before, i can post directly the changes because of rules of mod_rewrite, so look the file below :
I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 2 months ago by xillibit.
Please Log in or Create an account to join the conversation.
Time to create page: 0.274 seconds