You are fetching the threads of user which UID is equal to 1, thus it is always the same user's threads. You need to figure out which the current profile user's UID is, if you are using the member_profile_end hook then it is $memprofile['uid'] .
(09-30-2012 06:19 PM)Sama34 Wrote: You are fetching the threads of user which UID is equal to 1, thus it is always the same user's threads. You need to figure out which the current profile user's UID is, if you are using the member_profile_end hook then it is $memprofile['uid'] .