if admin...
Posted by artisites
|
if admin... March 21, 2011 09:16AM |
Registered: 21 years ago Posts: 166 |
|
Re: if admin... March 21, 2011 10:19AM |
Admin Registered: 21 years ago Posts: 8,532 |
What are the "messages" that you are talking about? Posts in a forum, some custom message, something else?
In the templates, you can use the following construction to only show part of the template to admin users:
What does "restrict attachments" do? Is that about adding attachments, reading attachments or both? If you are talking about adding attachments, then you can configure the forum to not allow adding attachments to anonymous and registered users. An administrator user will still be able to add an attachment, when the forum is configured to contain attachments.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
In the templates, you can use the following construction to only show part of the template to admin users:
{IF USER->admin}
... some template code ...
{/IF}
What does "restrict attachments" do? Is that about adding attachments, reading attachments or both? If you are talking about adding attachments, then you can configure the forum to not allow adding attachments to anonymous and registered users. An administrator user will still be able to add an attachment, when the forum is configured to contain attachments.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
|
Re: if admin... March 23, 2011 12:45PM |
Registered: 21 years ago Posts: 166 |
|
Re: if admin... March 23, 2011 01:05PM |
Admin Registered: 21 years ago Posts: 8,532 |
No, attachments are a built-in feature. Just make sure that you allow more than 0 (zero) attachments in the settings for the forum. The attachment settings can be found at the bottom of the settings page for a forum.
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Maurice Makaay
Phorum Development Team
my blog
linkedin profile
secret sauce
Sorry, only registered users may post in this forum.