T thnk its enough you define the constant in wp-config.php
define( 'POST_BY_EMAIL', TRUE );
from source:
if ( ! defined('POST_BY_EMAIL') || ! POST_BY_EMAIL ) // back compat
constant.
add_filter( 'enable_post_by_email_configuration', '__return_false' );
Best regards
On Fri, Dec 10, 2010 at 8:26 AM, Jan Weinschenker
<[email protected]>wrote:
> I see. So I have to add this line to the wp-config.php?
>
> On Fri, Dec 10, 2010 at 8:23 AM, Andrew Nacin <[email protected]> wrote:
>
> > On Fri, Dec 10, 2010 at 2:22 AM, Jan Weinschenker
> > <[email protected]>wrote:
> >
> > > Dear all,
> > >
> > > have the post-by-mail settings been moved to a new location? I have
> WP3.1
> > > running as a multisite installation (with subdomains). Last time I
> > looked,
> > > the settings were at Settings > Writing (as described here:
> > > http://codex.wordpress.org/Post_to_your_blog_using_email).
> > >
> > > Now I can't find them there anymore. Where have they gone?
> >
> >
> > Post by mail is disabled in multisite.
> >
> > You can enable it with:
> >
> > add_filter( 'enable_post_by_email_configuration', '__return_true' );
> > _______________________________________________
> > wp-testers mailing list
> > [email protected]
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
> _______________________________________________
> wp-testers mailing list
> [email protected]
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers