Recent Topics

1 Aug 05, 2009 23:13    

My b2evolution Version: Not Entered

I'm a web designer setting up a blog for a client. I'm set up as the admin using my email address. Comments to be moderated are coming to me because I'm the admin. I have several of the staff set up as "bloggers" with privileges to write, edit posts, etc. I'm not seeing a setting where I can assign one of them to get the comments that need to be moderated. Is there such a setting or will I need to use of the of staff emails as the admin.

2 Aug 06, 2009 01:05

Comments are coming to you because you're the author of those posts.

Assign all posts to another user and give him/her permissions to create posts.

You can run this MySQL query

UPDATE evo_items_item SET post_creator_user_ID = 2 WHERE post_creator_user_ID = 1;

Replace 1 and 2 with real IDs

3 Aug 06, 2009 02:05

Okay, that makes sense. I was still in the testing phase and posting the article myself. The client will be posting future articles.


Form is loading...