Author |
Topic |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 31 July 2002 : 07:55:06
|
Can anyone help ?
I downloaded the "hide email" mod, and tried to implement it. There is no readme, so I simply compared my code to the mod code (thank god for UltraEdit).
Anyway, being very cautious I changed all files, but uploaded only one at a time to test. The first one being pop_profile .... doesn't give me a radio button to show/hide email (like I thought it would), but gives an error when submitting a profile change.
Rather than going into specifics (and I've removed the changes from the forum already), does anyone have a documented mod, or some simple steps to install the feature where users can choose to have their email displayed or not.
TIA...
|
|
pako
Starting Member
Spain
39 Posts |
Posted - 31 July 2002 : 09:15:45
|
I have the mod you say and I converted to use for v4b03 and I made a instructions file. Maybe it could help you. I don´t have a site to download yet. If you want, I can send it you by email.
|
|
|
pahasapa
Starting Member
38 Posts |
Posted - 31 July 2002 : 17:16:38
|
I have the some problem!!! sigh!!
alex |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 31 July 2002 : 17:28:42
|
pako,
I'm still using 3.3.05, but I would appreciate anything that is close to the readme of the other mod's I've done. This is the first mod where I've had to back it out quick
|
|
|
Tmpj
Junior Member
Denmark
467 Posts |
Posted - 31 July 2002 : 17:52:32
|
I always had problems to install it, because Richard not have commented the Code changes.
------------------------------ Magic is an Orange http://www.magicorange.tk |
|
|
pako
Starting Member
Spain
39 Posts |
Posted - 01 August 2002 : 04:57:07
|
You can download the mod here. There is a readme3305.txt with the steps to install for Snitz version 3.3.05.
Hope to be useful.
Tmpj, if you know who is the author of the mod I would like to know to write it in the readme.
Edited by - pako on 01 August 2002 05:02:28 |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 01 August 2002 : 06:15:20
|
The readme helps, but I'm still getting :
Data type mismatch in criteria expression.
/snitz/pop_profile.asp, line 964
and on this page I thought I would find a radio button to show/hide the email address. Anyway, I'll try to figure it out and post any progress here.
|
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 01 August 2002 : 06:35:50
|
**** IT !!!!!
Sorry guys, just me being too conservative and only uploading pop_profile. When I worked through the code and found I needed inc_profile as well, I uploaded that and it worked straight away - WOO HOO !!!
|
|
|
James
Average Member
USA
539 Posts |
Posted - 01 August 2002 : 21:52:32
|
quote: You can download the mod here. There is a readme3305.txt with the steps to install for Snitz version 3.3.05.
I noticed this mod alters register.asp too and I have a couple questions. I have the older e-mail validation (e-mail random password to a user when they register or change their e-mail address). Will this mod affect that and possibly prevent the site from e-mailing out a random password to a user? Also, is the e-mail still available to Admins?
- *Interested in Radio Control* *The RC Web Board - http://www.rcwebboard.com/* |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 02 August 2002 : 06:48:13
|
quote:
**** IT !!!!!
I only said D A M N
|
|
|
pako
Starting Member
Spain
39 Posts |
Posted - 02 August 2002 : 12:15:15
|
quote:
I noticed this mod alters register.asp too and I have a couple questions. I have the older e-mail validation (e-mail random password to a user when they register or change their e-mail address). Will this mod affect that and possibly prevent the site from e-mailing out a random password to a user? Also, is the e-mail still available to Admins?
Mod alter register.asp in order to save the field M_HIDE_EMAIL where the user choose whether or not to hide his email address. I think it will not affect. Mod works hiding email access in user profile and users posts even to Admins. So I think you will not have problems with both mods working together. But remember that this mod is not mine. I only make the readme following differences. I have not the last word.
|
|
|
Devastator
Starting Member
3 Posts |
Posted - 15 August 2002 : 12:11:32
|
I found a bit of a logic problem with the Hide Email code. I noticed at first that everytime I would look at my profile the Hide Email was set to No.
I change line 67 in my inc_profile.asp from this:
<% if RS("M_EMAIL") = "" then %>
To this:
<% if RS("M_EMAIL") <> "" then %>
After this change the radio button correctly displays your personal setting.
-Devastator
|
|
|
|
Topic |
|