• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » General Information » First Steps with uCoz » Downloads (how to hide attached files in forum)
Downloads
Bloodrane
Posts: 10
Reputation: 1

Message # 1 | 7:14 PM
Is there a way to make it that only users can download stuff you attached to threads?
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 8:02 AM
Bloodrane, there is no separate permission in the user group settings for this purpose. But you can hide attachments in forum threads with the help of conditional operators.

Go to Control Panel -> Design customization -> Forum -> Appearance of entries, find the following line:

Code
<?if($ATTACHMENT$)?> <div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?>


and replace it with

Code
<?if($USER_LOGGED_IN$)?><?if($ATTACHMENT$)?><div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?><?endif?>


This way only logged in users will see files, attached to threads.

I'm not active on the forum anymore. Please contact other forum staff.
Bloodrane
Posts: 10
Reputation: 1

Message # 3 | 5:05 PM
Awesome you saved my life xD i love you cause so many people were downloading the files but not signing up
thaaank yu
uCoz Community » General Information » First Steps with uCoz » Downloads (how to hide attached files in forum)
  • Page 1 of 1
  • 1
Search: