I have a couple more problems that I just discovered, if a new member registers, they will receive this error:
Error:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/forum/inc_functions.asp, line 658
Line 658 is: getMemberID = rsGetMemberID("MEMBER_ID")
I'm not sure if it's related, but I've also installed the Private Messages Mod and the New Member Private Messages Mod before I discovered this problem.
The second problem that I'm having is that members cannot fill in the new fields when they register. The field names show up but there is no box that they can fill in.
The problem with the error message has been resolved and was not related to the User Fields Mod.
The other two problems still exist and I'm hoping someone can help.
The first problem is that the pop_profile page is not formatted like it used to. The tables are missing but all the text is still visible and readable.
The second problem is that new users cannot enter new information into the new fields when they register. The new fields show up but the fill-in box does not.
I had the same problem What I found there were some missing quotes in the code for the user fields. You need to fix those quotes around the variables for colors etc.
I knew I wrote it somewhere but I couldn't find it. This forum doesn't send me email anymore when someone replies so it's hard to find all of my topics.