PDA

View Full Version : Tumbnail problem


cLord
08-07-2004, 02:05 PM
I have a problem with CMPS 1.0 - vBulletin 3.0.3 (this worked before the 3.0.3 upgrade)

vBulletin: Attachment works and tumbnail is displayed...
CMPS: Attachment works but tumbnail is NOT displayed...

(Only members can see the attachments)

Please help,
cLord - http://www.whoox.com

cLord
08-07-2004, 02:28 PM
Looks like this solved the problem: (posted by Brian)
In your forum/modules/news.php file look for:

if ($news['thumbnail'] AND $vboptions['attachthumbs'] AND ($newsforumperms & CANGETATTACHMENT))

Replace that with:

if ($vboptions['attachthumbs'] AND ($newsforumperms & CANGETATTACHMENT))
cLord :)