Quote:
Originally Posted by RWerksman
I figured out how to get this to work with the attached images. There looks to be an update to the postbit_attachmentthumbnail template that was throwing it off.
Go into the following plugin:
TCattd - Lightbox replacement for Attach-Thumbs
replace every instance of:
Code:
$tctoputseek = 'rel=\"Lightbox\"';
with:
Code:
$tctoputseek = 'rel=\"Lightbox_$post[postid]\"';
|
Until the developer updates this and finally gets the browser reload bugs removed I would never do your code edit to use this mod for attached images! I have an awesome highslide mod that works flawless on all versions of VB!
This mod needs updated to remove the resizing bugs and needs to be really supported. As it stands its the best mod we have for other images but for attached images this cant touch the highslide mod! This mod's only plus point over the highslide mod is being able to scroll through all attached images in the thread and not just for a single post.