Hi to all,
After searching for quite a long time for adequate forum application
(and after many questions about forum form on my site) I have decided to go
with Web Wiz.
I had some difficulties in setting it, since I already had a
membership database with various pages with restrict access but after some work
up (to be precise I changed a lot of my older code on the site to use the new
one) I uploaded the whole thing to server yesterday.
After getting used to admin section ( I have read that the
new version 8 will bring some improvements in this regard and that’s great
since I must confess that I was little confused with some sections) now it's running
fine.
The only problem is that I get many Invalid use of Null:
'Replace' errors (functions_filters.asp
lines 316, and 436) when old user try to log in.
I used my old users
data, including usernames and emails, but I forced old users to reactivate
their accounts trough "password recovery" process.
Now my question is;
can I add on all format functions one check like
If strInputEntry
then
…. Format
process …
End If
This will prevent
that use of Null: 'Replace' errors but I'm not sure if it will lead to some
additional and maybe serious problems.
Thanks you in
advance
Mladen Sever
p.s.
website in question
is www.dyxum.com and the forum is located
at www.dyxum.com/dforum/ in case
anyone interested.
Edited by kiklop - 18 July 2005 at 4:04pm