Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

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.

Question showing full image in shadowbox hack

More
17 years 1 day ago #19450 by guerilla
in default kunena 1.0.10 it is not necessary. it also works for outsided server images :)

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

More
17 years 1 day ago #19530 by JBHawaii
Another fine hack by guerilla! Good work M8 :)

Mahalo,
JBHawaii

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

More
16 years 11 months ago #19748 by Slotpro
i'm test post image size 1024x768 pixel but image not show full size

[img

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

More
16 years 11 months ago - 16 years 11 months ago #19759 by guerilla
this is about your screen resolution. defaultly shadowbox resizes images if current image is too large for your screen. you can disable this option.

open your view.php file and find this:
Shadowbox.init();


and change to this:
Shadowbox.init({
handleOversize: "none"
});

thats all...
Last edit: 16 years 11 months ago by guerilla.

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

More
16 years 11 months ago - 16 years 11 months ago #19770 by Slotpro
guerilla wrote:

this is about your screen resolution. defaultly shadowbox resizes images if current image is too large for your screen. you can disable this option.

open your view.php file and find this:
Shadowbox.init();


and change to this:
Shadowbox.init({
handleOversize: "none"
});

thats all...


i'm test add handleOversize: "none" not work
Last edit: 16 years 11 months ago by Slotpro.

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

More
16 years 11 months ago #19821 by guerilla
i tested it works. are you sure you added right file? or did you delete browser history and refresh page? code must be like this:

<script type="text/javascript">
Shadowbox.init({
handleOversize: "none",
language: "tr",
players: ["img"]
});
</script>

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

Time to create page: 0.285 seconds