|
blog.allow_access_requests
|
Previous Top Next |
| From: [Reader's first name] [Reader's last name]
|
| Subject: Access request received from [Reader's username]
|
| Date: [Date and time request was made]
|
| To: [Administrator's name]
|
|
|
| [Reader's first name] [Reader's last name] ([Reader's username])has requested access to view category [Category name] for blog [Blog name].
|
|
|
| To enable access for [Reader's username] to this category, follow the link below:
|
|
|
| [Link]
|
| · | The reader does not have permission to view the restricted category (that is, if category.restricted is true)
|
| · | The reader is logged in (that is, authenticated is true)
|
| · | The reader is allowed to ask for permission to view the restricted category (that is, if blog.allow_access_requests is true)
|
| {{if category.restricted}}
|
| The category you are viewing has restricted privileges.
|
|
|
| {{if authenticated}}
|
|
|
| {{if blog.allow_access_requests}}
|
| The category you are viewing is restricted. <a href="{{category.request_access_url}}">Click here</a> to request viewing access.
|
| {{/if}}
|
|
|
| {{else}}
|
| Please login or <a href="{{users_signup_url}}">signup</a> for a new blogware account.
|
|
|
| {{/if}}
|
|
|
| {{/if}}
|