|
|
Forum moderator: bigblog |
uCoz Community General Information First Steps with uCoz Downloads (how to hide attached files in forum) |
Downloads |
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.
|
| |||
| |||