|
|
Forum moderator: bigblog |
uCoz Community General Information First Steps with uCoz Design customization (file kataloge) |
Design customization |
Post text
Attachments:
5870201.jpg
(89.2 Kb)
·
9705716.jpg
(140.4 Kb)
|
farsakis, do you want to close for unregistered users only the entry page? Go to Control Panel -> Design customization -> File Catalog -> Page with full entry text and associated comments, and put the part you want to hide between the conditional operators, e.g.:
Code <?if($USER_LOGGED_IN$)?> Page content <?else?> Please log in or register. <?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
farsakis, do you want to close for unregistered users only the entry page? Go to Control Panel -> Design customization -> File Catalog -> Page with full entry text and associated comments, and put the part you want to hide between the conditional operators, e.g.: <?if($USER_LOGGED_IN$)?> Page content <?else?> Please log in or register. <?endif?> 1 thank you but I don`t know where to put the code |
farsakis, paste <?if($USER_LOGGED_IN$)?> after the following line:
Code <div class="eTitle" style="padding-bottom:3px;"><?if($MODER_PANEL$)?><div style="float:right">$MODER_PANEL$</div><?endif?>$ENTRY_TITLE$ $VERSION$</div> and paste the rest - <?else?> Please log in or register. <?endif?> - before the following line: Code <?if($COM_IS_ACTIVE$)?> I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||