
09-21-2011, 10:09 AM
|
|
|
Join Date: Oct 2005
Location: OC, California
Posts: 732
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sekel
Thanks for the response. Unfortunately, I'm not too good with coding, what would i need to replace that line with? Thanks in advance!
|
Change it to
Code:
$user_link = 'member.php?u=' . $user_id;
That should work
|