I've just installed the Highslide mod and vbseo seems to stop the popup image from opening.
It seems vbseo is re-writing the attachment code and it's causing the problem.
With vbseo turned off the highslide mod works fine and the HTML source shows-
With vbseo running the highslide mod does not work and the HTML source shows the following code-Code:<a id="att_9081" class="highslide" onclick="return hs.expand(this, { slideshowGroup: '487275' })" href="attachment.php?attachmentid=9081&d=1162063982" target="_blank"><img class="thumbnail" src="attachment.php?attachmentid=9081&stc=1&thumb=1&d=1162063982" border="0" alt="Click image for larger version Name: AB3 - 5w - p1.jpg Views: 75 Size: 51.8 KB ID: 9081" /></a>
The only differnce i can see is the href=" does not show the full url in the working code.Code:<a id="att_9081" class="highslide" onclick="return hs.expand(this, { slideshowGroup: '487275' })" href="http://www.satellites.co.uk/satellite/attachment.php?attachmentid=9081&d=1162063982" target="_blank"><img class="thumbnail" src="http://www.satellites.co.uk/satellite/attachment.php?attachmentid=9081&stc=1&thumb=1&d=1162063982" border="0" alt="Click image for larger version Name: AB3 - 5w - p1.jpg Views: 75 Size: 51.8 KB ID: 9081" /></a>
Any ideas how i can get the highslide mod working with vbseo running ?
Cheers
Chris.







Reply With Quote