Procedural File: _admin.php
Source Location: /blogs/conf/_admin.php
Page Details
This is the admin config file
This sets how the back-office/admin interface works
| Filesource: | Source Code for this file |
Globals
int
$allow_cross_posting
[line 89]
Cross posting
Possible values:
- -1 if you don't want to use categories at all
- 0 if you want users to post to a single category only
- 1 if you want to be able to cross-post among multiple categories
- 2 if you want to be able to cross-post among multiple blogs/categories
- 3 if you want to be able to change main cat among blogs (which will move the posts from one blog to another; use with caution)
Information Tags:
| Todo: | fp>This should be moved to the backoffice. In the BO, this should actually be split into: App Settings: checkbox [] allow cross posting another checkbox [] allow moving posting between different blogs Each blog's settings: radio between:
|
[ Top ]
string
$default_post_status
[line 101]
Default status for new posts:
Possible values: 'published', 'deprecated', 'protected', 'private', 'draft', 'redirected'
Default value: 'published'Information Tags:
| Todo: | fp>This should be moved to the backoffice. Select list for each blog. |
[ Top ]
boolean
$report_abuse
[line 130]
When banning, do you want to be able to report abuse to the centralized ban list at b2evolution.net?
Default value: 1[ Top ]
boolean
$use_post_url
[line 121]
Do you want to be able to link each post to an URL ?
Default value: 1Information Tags:
| Todo: | fp>This should be moved to the backoffice. Checbox for each blog (features). |
[ Top ]
