Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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

More
14 years 1 month ago #1 by clevercat
join date was created by clevercat
can we show the join date of user in their post

example
Attachments:

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

More
14 years 1 month ago #2 by xillibit
Replied by xillibit on topic Re:join date
Hello,

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.

More
14 years 1 month ago - 14 years 1 month ago #3 by clevercat
Replied by clevercat on topic Re:join date
what file in folder default_ex i must add that code?
Last edit: 14 years 1 month ago by clevercat.

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

More
14 years 1 month ago #4 by xillibit
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.

More
14 years 1 month ago #5 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? :unsure:

Sakol

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

More
14 years 1 month ago - 14 years 1 month ago #6 by xillibit
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 :

File Attachment:

File Name: changes.zip
File Size:0 KB

I don't provide support by PM, because this can be useful for someone else.
Attachments:
Last edit: 14 years 1 month ago by xillibit.

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

More
14 years 1 month ago #7 by sakolhcpt
Replied by sakolhcpt on topic Re:join date
Hello xillibit,

Thanks for your reply.

But I've managed to make it done alternatively as per below.

Edit message.php and add these command at line 213


Thanks again for helping.
Sakol
Attachments:

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

More
14 years 1 month ago #8 by xillibit
Replied by xillibit on topic Re:join date
Yes, this works too, but in the changes that i have proposed, i use an existing query to get user info

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.

Time to create page: 0.389 seconds