@rookiyong: see post394 and try a couple of file edits:
Code:
// in functions.php near top of photoplog_create_thumbs function add:
if ($sub_dir != 'small') // or medium or large
{
return true;
}
// in file.php look for $photoplog_thumb_dir about a 1/3 the way down:
if ($photoplog_thumb_type == 'l')
{
$photoplog_thumb_dir = 'large'; // or medium or small
}
else if ($photoplog_thumb_type == 'm')
{
$photoplog_thumb_dir = 'medium'; // or small or large
}
else if ($photoplog_thumb_type == 's')
{
$photoplog_thumb_dir = 'small'; // or medium or large
}
else if ($photoplog_thumb_type == 'o')
{
$photoplog_thumb_dir = ''; //original
}
else
{
$photoplog_thumb_dir = $vbulletin->options['photoplog_default_size'];
}
@JAYEMULE: what are your settings for these:
- vB Homepage URL
- vB Forum URL
- PhotoPlog Directory
- Duplicate Directory