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 GIF > png or swf ? [SOLVED]

More
17 years 1 month ago #8034 by grumblemarc
If you swapped like for like images, PNG for PNG, GIF for GIF, etc. and you still cannot see the images clear the browser cache.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 1 month ago - 17 years 1 month ago #8035 by pastuh
Replied by pastuh on topic Re:GIF > png or swf ? [HELP]
Heh at last.. in view.php
FROM THIS:

$thread_favorite = CKunenaLink::GetTopicPostLink('favorite', $catid, $id, $fbIcons ? '<img src="' . KUNENA_URLICONSPATH . '' . $fbIcons . '" alt="' . _VIEW_FAVORITETXT . '" title="' . _VIEW_FAVORITETXT . '" border="0" />' : _VIEW_FAVORITETXT);
}

CHANGED TO:

$thread_favorite = CKunenaLink::GetTopicPostLink('favorite', $catid, $id, $fbIcons ? '<img src="' . KUNENA_URLICONSPATH . 'favorite.png' . '" alt="' . _VIEW_FAVORITETXT . '" title="' . _VIEW_FAVORITETXT . '" border="0" />' : _VIEW_FAVORITETXT);
}


AND WORKED. Thats fix :)
And... i hope in other versions this "bug" will be easy to fix.. with some options ^^

p.s. every time was.. bug. Tryed load .gif format.
Last edit: 17 years 1 month ago by pastuh.

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

More
17 years 1 month ago #8037 by grumblemarc
It's no bug. No one has ever had to modify any PHP files just to swap out standard images.

We love stars on the Joomla Extension Directory . :-)

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

More
17 years 1 month ago #8039 by Jsf
Replied by Jsf on topic Re:GIF > png or swf ? [HELP]
gif quallity is totaly too bad for black design templates. For next forum version I also recommend more simple php code for icons that everyone can modify and insert other types of images, not only gif :(

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

More
17 years 1 month ago - 17 years 1 month ago #8040 by grumblemarc
Nonsense. If you know what you are doing you won't get that nasty fringe I think you are talking about when using badly made gif files against dark backgrounds.
Here's one tutorial alone.
www.wise-women.org/tutorials/ps1/
Here's a more indepth one.
www.dwphotoshop.com/photoshop/cleaningupgif.php

There are many more.
Also plans are in the works to separate the logic (code)from the template elements.

We love stars on the Joomla Extension Directory . :-)
Last edit: 17 years 1 month ago by grumblemarc.

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

More
17 years 1 month ago #8041 by BLaCKie_MoRGaN
We know that and wait for it patiently :)

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

Time to create page: 0.260 seconds