Recent Topics

1 Aug 17, 2005 04:27    

Is there a way to publish the same story across all my blogs at the same time? other than copy and pasting over and over again?

2 Aug 17, 2005 04:35

Yup. A category in each blog, enable "cross posting across multiple blogs" by editing conf/_admin, then when you post click a main category and a bunch of sub-categories.

/**
 * Cross posting
 *
 * Possible values:
 *   - 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)
 *
 * @global int $allow_cross_posting
 */
$allow_cross_posting = 2;


Form is loading...