![]() |
Thanks for this.
Im not seeing the controls. Any suggestions? |
I'm having major problems getting this script to run with vbseo turned on. If i turn vbseo off it works fine but with vbseo turned on the image just shows Loading all the time after you've clicked it to enlarge.
anybody running this with vbseo ? Chris. |
Quote:
Yea I reckon you will need a rewrite rule to stop vbseo from rewriting the urls when you have highslide installed :) |
How do I change the border color from the default grey (around the image that is) to yellow?
|
Quote:
|
best bet is to ask at vbseo mate, they should support you with this as it is their software that is causing the problem...
|
Quote:
|
A support ticket has been submitted with vbseo but there's been no response as of yet.
|
OK i've heard back from vbseo and got it working :)
Step 1) If you've already made the template changes for the highslide mod you only need to add the part in RED Edit postbit_attachmentthumbnail template. Replace: Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a> Code:
<a rel="novbseo" id="att_$attachment[attachmentid]" class="highslide" onclick="return hs.expand(this, { slideshowGroup: '$post[postid]' })" href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>><img class="thumbnail" src="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&stc=1&thumb=1&d=$attachment[thumbnail_dateline]" border="0" alt="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[attachmentid]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a> Manually enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file: (config_vbseo.php is in your includes folder) Find- Code:
define('VBSEO_ALLOW_REL_NOVBSEO', 0); Code:
define('VBSEO_ALLOW_REL_NOVBSEO', 1); |
Thnx a lot for the heads up. You saved me a lot of time! :D
|
All times are GMT. The time now is 08:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|