Back to vBulletin 3.8 Template Modifications

Use Highslide in Attachment Thumbnails [ and in line with attach bbcode ]
Mod Version: 1.00, by xplan2007

vB Version: 3.8.4 Rating: (1 vote - 5.00 average) Installs: 19
Released: 09 Dec 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Re-usable Code  

First Download newest version of HS from: http://highslide.com/download.php.
Upload highslide directory to your Forums root. ( I use Highslide 4.1.8 )

For attachment

Template edits:

Postbit Templates >> postbit_attachmentthumbnail
Find this
HTML Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&amp;d=$attachment[dateline]" rel="Lightbox_$post[postid]" id="attachment$attachment[attachmentid]"<if condition="$show['newwindow']"> target="_blank"</if>
Replace with
HTML Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&amp;d=$attachment[dateline]" <if condition="$show['newwindow']"> target="_blank"</if>class="highslide" onclick="return hs.expand(this)">
Open headinclude, somewhere add:
HTML Code:
<script type="text/javascript" src="highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
<script type="text/javascript">
	hs.graphicsDir = 'highslide/graphics/';
	hs.wrapperClassName = 'wide-border';
</script>
---------------------------------------------------------------
For Attac in line [attach] bbcode in post

open \include\class_bbcode.php

line 1905
Find

PHP Code:
rel=\"Lightbox_" $this->containerid "\" id=\"attachment\\1\" 
Replace with
PHP Code:
class=\"highslide\" onclick=\"return hs.expand(this)\" 
For Highslide css you need to be edit by yourself

Credit thank to luki who is make this first ( his modification for 3.7.4 )

Download

No files for download.

Similar Mods

Show Thread Enhancements Use Highslide in Attachment Thumbnails vBulletin 3.7 Template Modifications

vblts.ru supports vBulletin®, 2022-2024