Quote:
Originally Posted by PlymWS
If a user reaches their limit, will they still be able to see the thumbnails of attachment images or will they not be displayed ?
This mod would suit my site fantastically but I would still need users to be able to see thumbnails when they have reached their limit.
|
This was easier than I thought. For everyone else who wants this feature :
ACP -> Products & Plugins -> Plugin Manager -> Edit
attachment_display thus :
Code:
change
if ($count_download)
to read
if ($count_download && !$vbulletin->GPC['thumb'])
Save.