Admin CP -> Styles & Templates -> Style Manager -> « » -> PHP Include Code Templates -> phpinclude_start
Add this code to that template:
// FORUMIDS FOR WHICH THUMBNAILS ARE DISABLED
// FULL-SIZED IMAGE WILL SHOW
$no_thumbs = array(1, 2, 3);
Where the numbers inside the parenthesis are the forumids of the forums for which you want to disable thumbnails. This is a comma separated list. Change the numbers appropriately.
Then go to your:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit_attachmentthumbnail
Add the code in red:
$vbphrase[image_larger_version_x_y_z]" />
Now thumbnails will be disabled for the forumids specified in your phpinclude_start template. If you ever want to re-enable or disable thumbnails for a forum you need to edit your phpinclude_start template appropriately.
#If you have any other info about this subject , Please add it free.# |
Posted on January 8th 2009 in bomisasia.com edit