MobileHacks
New Member
Download newest version of HS from: http://highslide.com/download.php.
Upload highslide directory to your Forums root.
Template edits:
Postbit Templates >> postbit_attachmentthumbnail
FIND
REPLACE WITH
HTML Code:
Open headinclude, somewhere add:
Code depends on which type of outfit etc you want to have. After this modification you get working setup.
Upload highslide directory to your Forums root.
Template edits:
Postbit Templates >> postbit_attachmentthumbnail
FIND
PHP:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>
HTML Code:
PHP:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if> class="highslide" onclick="return hs.expand(this)">
PHP:
<script type="text/javascript" src="$vbpoptions[bbdir]/highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="$vbpoptions[bbdir]/highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.wrapperClassName = 'wide-border';
</script>