- Posts: 260
- Thank you received: 0
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Important K 1.5 latest posts module - no longer supported or maintained. Do NOT use this with K 1.6!
Check you version of this module. Is it 1.0.35?Hi,
For your information, I am using the mod_kunenalatest (I forgot to mention it! sorry) to display the latest posts.
There is no css class associated with the "Read more" link in this module and I would like to have the css class "readon" associated to it.
Thanks.
Bye
Please Log in or Create an account to join the conversation.
- propedeutique
- Offline
- New Member
- Posts: 10
- Thank you received: 0
Thanks for the time spent.
Bye
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you share your patches, it will help me to integrate it faster. I saw other module, which has JACL and I was thinking about integrating it into my module. But if you already done something, it will help and will be very helpfull.I'm using a latest forum module on my current site, that is being migrated and upgraded to 1.5, that will show you the forum name when you hover over the new message title link. I'm using this latest posts module right now on my new site which will be released soon. JACL also updated something to make the 34 version work with their ACL hack. I'm going to use JACL on my site. I would like to recommend this as a possible futute enhancement.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I created one example here: www.kunena.com/forum?func=view&catid=6&i...it=10&start=110#9112 Please try it. If you stuck somewhere, tell as where.How can i Have a 3 column table style?
That example create 3-column table.
HaND, Jerry
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
itgl72 wrote:
If you share your patches, it will help me to integrate it faster. I saw other module, which has JACL and I was thinking about integrating it into my module. But if you already done something, it will help and will be very helpfull.I'm using a latest forum module on my current site, that is being migrated and upgraded to 1.5, that will show you the forum name when you hover over the new message title link. I'm using this latest posts module right now on my new site which will be released soon. JACL also updated something to make the 34 version work with their ACL hack. I'm going to use JACL on my site. I would like to recommend this as a possible futute enhancement.
I'm going to send you a PM and a login account for you to SEE how our latest posts module look. Its a pretty major part of our site that launches people into the latest discussions so I am looking out for our future upgrade to 1.5 to try and keep things as similiar, operationally wise as possible.
Please Log in or Create an account to join the conversation.
I finally got that problem with your module ihibiting the tooltip on pd_jsthumbs showing correctly.
There is allot of info being thrown about the internet about the mootools and jQuery issues; basically there seems to be a widespread acceptance to add the script like the following:
Code:
<script type="text/javascript" src="components/com_kunena/template/default/js/jquery-1.3.1.min.js">jQuery.noConflict();</script>
but the pd_jsthumbs developer changed it to
Code:
<script type="text/javascript" src="components/com_kunena/template/default/js/jquery-1.3.1.min.js"></script><script
type="text/javascript">jQuery.noConflict();</script>
And both modules are now living in perfect harmony.
I thought I'd pass on the info in case you wanted to make the change in your module
Thanks so much for yout time last week and keep up the great work.
Mike
Please Log in or Create an account to join the conversation.