Thanks fellows for your help.
GameWizard, I tried copying the plugin and using it to the member_complete hook and didn't work. I also tried using the member_start hook, but again no go.
I think I also have to change the last part of the code where it says
Quote:
postuserid = " . $post['userid'] . "
|
because that one was used in the postbit, so shouldn't I change that to something like
Quote:
postuserid = " . $userinfo['userid'] . "
|
so that it works in member profile page, or am I doing silly things?