Recent Topics

1 Jan 27, 2011 12:15    

My b2evolution Version: 3.3.3

I have installed the thumbnail and lightbox plugin and it works fine when adding images to your post.

But if the user attaches the images to the post the needed tag for lightbox is not added the links.

Where is the code located for the attachments link so that I could add the needed code for the lightbox also for image attachments?

2 Jan 31, 2011 09:52

If someone else is looking for this. The correct place is in /inc/files/_file.class.php.

The line:

if( !empty( $image_link_to ) )
			{
				$img = '<a href="'.$image_link_to.'">'.$img.'</a>';
			}


Form is loading...