I also get this error message for the members section:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.20-standard]Unknown column 'M_PRECEIVE' in 'field list'
/forum/members.asp, line 216
And when i uploaded the modified topic.asp i get error come up under the user name in the forum and their post has gone, any ideas what i have done wrong?
Also this message when i uploaded the inc.header.asp
Look like you need to put "Response.Write " in front of line 141.
Also looks like you have not installed the database fields for the mod. There should be a DBS_<modname>.asp file that comes with the mod. Upload it to your forum folder. Then go into your admin options. Click MOD Setup and select the mod from the drop down list and press enter.
quote: Also looks like you have not installed the database fields for the mod. There should be a DBS_<modname>.asp file that comes with the mod. Upload it to your forum folder. Then go into your admin options. Click MOD Setup and select the mod from the drop down list and press enter.
I have done this bit already davio, it seems i have got some of the asp fils modified correctly but not others.
Well, check the changes you made to your members.asp file. I think the field name is supposed to be M_PMRECEIVE or something like that. So check you have the spelling correct.
Ok will do, if im still struggling is there any chance I could email you the asp files for you to change then you email me them back please? That would be great if you could do that Davio.
Is it possible to have the PM mod working only for admin/moderator to member communication ? (in other words, members should not be able to PM eachother, only admins/moderators).