hi,
this basically same with my showing images in shadowbox hack. only difference is it uses lightbox instead of shadowbox. you can take a look from here:
kunena lightbox demo page
installation:
open your view.php file and add this code to top before
<?php:
<link rel="stylesheet" href="<?php echo KUNENA_DIRECTURL . '/template/default';?>/plugin/lightbox/css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="<?php echo KUNENA_DIRECTURL . '/template/default';?>/plugin/lightbox/js/prototype.js"></script>
<script type="text/javascript" src="<?php echo KUNENA_DIRECTURL . '/template/default';?>/plugin/lightbox/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="<?php echo KUNENA_DIRECTURL . '/template/default';?>/plugin/lightbox/js/lightbox.js"></script>
if you already use my shadowbox hack (not preview hack, image hack) and wanna change to this, you must open kunena.parser.php file and change this:
to this:
dont touch kunena.parser.php if you dont use my shadow image hack.
if you dont wanna show other images at the topic or message with next previous buttons, you can delete [kunena] part.
finally copy lightbox folder to your default/plugin/ folder.
thats all.
Attachment lightbox_kunena_by_gerilla.zip not found
for changing lightbox language to your language open lightbox.js and cahnge this part to your language:
labelImage: "Image",
labelOf: "of"
save with utf8 if necessary.