Recent Topics

1 Oct 12, 2007 21:33    

My b2evolution Version: Not Entered

hi,is it possible to switch different user when sending posts.

2 Oct 13, 2007 01:52

You can log out and log back in as a different user.

If you mean changing after posting, I change post authors with a small SQL statement using the post id and user's id. If I want to switch a post (99) to myself and my user id is 3, I'd issue:

UPDATE evo_posts SET post_creator_user_ID = 3 WHERE post_ID = 99;

If you have access to an SQL client you can run a statement like this against your database.

3 Oct 14, 2007 01:09

i'll use log out method,i need it to be very simple method,thanks


Form is loading...