Support Forum
one at a time... did you delete the wp user that had made the posts? or change it some way where it would get a new user id? the only way for posts to become from guest is for the user id to go away...
if you know the exact criteria, ie the display name of all posts, you might could write a mysql query to change user id column in sfmembers table of the database...
Visit Cruise Talk Central and Mr Papa's World
cannot be specific, but something like this:
UPDATE wp_sfposts SET user_id=XXXXX WHERE guest_name="YYYYY"
you would replace XXXXX with your user id in the wp database...
you would replace YYYYY with the display name being shown for your posts (assume this is not actually guest, but your display name)...
your wp prefix might be other than wp_ too...
be sure to make a db backup before doing this in case it goes south...
does that make sense?
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)