Author |
Topic  |
|
bjlt
Senior Member
   
1144 Posts |
Posted - 05 April 2001 : 07:29:09
|
In IE5.01, I can't login as admi, while I can with netscape 4.75. My fault, I thought I'd be brought to admin home automatically, and it seems I need to go to guestbook for the admin options.
with ns4.75, <a href="?action=sign">Sign it!</a> | <a href="?action=view">View it!</a> point to forumdirectory/?sign\view
email field check only check if it's empty but not to check the validity of the address (with @ and . )
an easy option to turn on/off require email address would be helpful. (noticed it's set to not null in the database} Well it's ok if we can hide user's adress.
Edited by - bjlt on 10 April 2001 12:19:11 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 05 April 2001 : 11:19:35
|
Login works fine with both NS and IE for me. I dont quite understand what the problem is, those are the links to sign and view the guestbook.
---------------- Da_Stimulator Need a Mod? My Snitz Test Center
|
 |
|
ukpbz
Starting Member
47 Posts |
|
bjlt
Senior Member
   
1144 Posts |
Posted - 10 April 2001 : 08:38:57
|
quote:
Hi, I have a similar problem, Basically under IE the link would highlight www.xxx.xxx/forum/guestbook.asp?action=sign BUT under netscape it will say www.xxx.xxx/forum/?action=sign NETSCAPE seems to loose the guestbook.asp part. I upgraded to version 3 of the guestbook
open guestbook.asp with an text editor (no frontpage) search for view change the <a href=?action=... before both "view it" and "sign it" to href=guestbook.asp?action=sign/view (just add guestbook.asp before "?".
Well, I tried to use Kerry's reduce spam mode with guestbook, I got a problem that it uses the default forum member profile in pop_email.asp, while I need to make a pop_email_guestbook.asp instead. It will pull the user's email address and name from guestbook table.
It's difficult for me to do this as I'm not familiar with sql or vbs. Anybody want help?
I'd also like an option to permit only admin/moderators to email signers. May be it's easier to hide the email address to those are not adm/mod than to modify the pop_mail.asp.
here's my modified guestbook.asp with Kerry's mod. http://hibj.51.net/guestbook.txt pop_mail.asp with kerry's code, not modified for guestbook yet http://hibj.51.net/pop_mail_guestbook.txt
make sure you don't use this one as it's pop_mail.asp that will use ID in member table. not the id in guest table. This one is for programmers' easy reference only.
Edited by - bjlt on 10 April 2001 12:13:49
Edited by - bjlt on 10 April 2001 12:15:41
Edited by - bjlt on 10 April 2001 12:29:25 |
 |
|
ukpbz
Starting Member
47 Posts |
Posted - 10 April 2001 : 10:35:20
|
Thanks, it worked
|
 |
|
|
Topic  |
|