Quote:
Originally Posted by Sandy-XXX
I have a problem with this plugin...
The option for the users can turn off/on the images dont work, if you select no, the thumbails stills shows.
And I have the unregistered users gruop without permissions to download attachments, but when they see the forum like a guest the thumbails shows the x error... The only way is give to guests permissions so can download / view attachments.
I would like a option so the guests can see the thumbails threads, but when they go into the thread, dont let they see and dont cant download the attachment if they not register first. Thats is possible to do editing the code?
Excuse my english but im from Spain, I have the 3.5.4 version.
|
U do it like this :
Find in threadbit template
Code:
<if condition="($thread['attachmentid']) AND ($thread['thumbsize'])">
Replace
Code:
<if condition="($thread['attachmentid']) AND ($thread['thumbsize']) AND ($bbuserinfo['userid'])">