- Posts: 13
- Thank you received: 2
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
If you have questions about third-party templates, please use the User-written Templates category or contact the author directly. This category should only be used for questions about templates developed and supported by the Kunena project.
Idea [Merged topic] Category Images - PNG or GIF?
I searched forum and could'nt find the exact answer... thanks to sozzled there are some suggestions but no use for me
I would like to add seperate category images to each forum, I would like to add custom .png images, as we are expecting large amount of visitors, it is important for us to us .png's instead of .gif's
How can I do that?
My kunena version is 1.6.4 running joomla 1.6.3...
I change forum category images to my own path... Is that make a problem?
Thank You
Please Log in or Create an account to join the conversation.
As far as I know, the image files for your category icons/images must be .gif format. It's possible - of course it's possible: anything's possible if you're prepared to invest your time or money into it - to change this. To change this requires changing the PHP code that looks for this information. Of course, if you change the PHP source code then you're going to have to remember to do this whenever you upgrade Kunena in future.
So, if it's important that you use .png format then you can accommodate these things, for a price - your time to change the source code and remember to make the same changes in future or pay for someone else to do the job for you (and maintain your site for you). At this very moment, I don't know which particular file contains the line of code you need to change but that shouldn't be too difficult to search for.
On the other hand, converting your .png to .gif may not take a lot of time and you'll never have to worry in future about maintaining your own customised PHP hacks?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I know i can create notlogin.gif and so on,
But how can i use other formats, preferably .png?
Thanks
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
To change .gif to .png just edit /components/com_kunena/funcs/listcat.php . Around line 128-160 you will find three occurences of '.gif'. (_on.gif, _off.gif and _notlogin.gif)
Just replace with .png and you are good to go.
Hopefully Kunena 2.0 will have this fixed to .png for good. Seriously, which browser does not support .png yet (and is not >10 years old).
Please Log in or Create an account to join the conversation.