Server error
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Is it possible to disable the overlay, and go straight to "the original location"? Hopefully somebody knows how to do this![]()
Likes no longer function in Xenforo 1.2
if ($album['thumbnail_width'])
{
$data = array(
'data_id' => $album['data_id'],
'file_hash' => $album['file_hash'],
);
$album['thumbnailUrl'] = $imagesModel->getImageThumbnailUrl($data);
}
elseif($album['image_data_id'])
{
$data = array(
'data_id' => $album['image_data_id'],
'file_hash' => $album['image_file_hash'],
);
$album['thumbnailUrl'] = $imagesModel->getImageThumbnailUrl($data);
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.