b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ class tree: conf ] [ index: conf ] [ all elements ]

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)

Default value:  1
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:
  • One category per post
  • Multiple categories per post (requires transparent handling of main cat)
  • Main cat + extra cats
  • Don't use categories (this requires to transparently manage a default category)

[ 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:  1
Information Tags:
Todo:  fp>This should be moved to the backoffice. Checbox for each blog (features).

[ Top ]

boolean   $use_preview [line 111]

set this to 1 if you want to use the 'preview' function

Default value:  1
Information Tags:
Todo:  fp>This should be moved to the backoffice. Checbox for each blog (features). Useful when a blog has no public skin. (Tracker)

[ Top ]



Documentation generated on Sat, 06 Mar 2010 03:26:27 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).