- Posts: 159
- Thank you received: 8
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh 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 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
and change to this:
then open view.php and add this codes at top:
and finally copy sahdowbox folder at the attachment to your default/plugin folder.
thats all
ps: if you have my shadowbox preview hack, you can only copy shadowbox-img.js file to default/plugin/shadowbox/player folder.
ps2: language: "tr",
change this part to your language.
Please Log in or Create an account to join the conversation.
www.genctasarim.biz/deneme/index.php?opt...c=view&catid=2&id=27
Please Log in or Create an account to join the conversation.
open kunena.parser.php file and find this:
Code:$tag_new = "<a href='".$between."' rel=\"lightbox\"><img src='".$between.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a>";
and change to this:Code:$tag_new = "<a href='".$between."' rel=\"shadowbox\"><img src='".$between.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a>";
i can't find it on my kunena.parser.php, on which line can i add this.
thanx
Please Log in or Create an account to join the conversation.
search this:
if you find change as second code.
Please Log in or Create an account to join the conversation.
is it the:
Please Log in or Create an account to join the conversation.
find this code:
and replace with this:
Please Log in or Create an account to join the conversation.