PDA

View Full Version : Code Missing in Email Sent?



Parker Clack
Thu 4th May '00, 7:41am
When I have the script send out an email message to me that a new user has registered it gives me:

There is a new user, Joe Sixpack, at the Forum. To view their profile, go here:
http://www.myforum.com/member.php?action=getinfo&userid=

(I changed the url and member information)

so it is not giving me the userid and takes me back to a page that says there is no information on this person, etc.

What template needs to be modified to put in the userid or if not there what needs to be changed in what .php file?

Thanks,
Parker

John
Thu 4th May '00, 7:51am
Line 263 in member.php should read:



$userid=$DB_site->insert_id();


John

Parker Clack
Thu 4th May '00, 10:56am
JOhn:

Again thanks. That took care of it.

Parker