Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 OCXQmail & SR4
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 28 February 2001 :  11:57:32  Show Profile  Visit Kat's Homepage
Hi guys..

Just setting up a second forum, lovely no problems and even quicker than last time because the setup ran correctly this time. Fantastic.

However, I have noticed that my email component is not in this version. I use OCXQMail and HuwR helped me to add it into SR2 last time. I thought it would probably end up in a later release but it seems this is not the case. Is this deliberate?

I am going to have to add it in again so could someone remind of of the files I need to modify? I know inc_mail.asp is one of them.

Thanks!

KatsKorner

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 February 2001 :  12:38:20  Show Profile
It's included as of v3.1 sr5 a7

You can either use the alpha, or just use the admin_config_email.asp and inc_mail.asp out of it.

v3.2 a3 has a bug fix for if you don't have any e-mail components at all.

Edited by - Richard Kinser on 28 February 2001 12:39:48
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 01 March 2001 :  05:24:21  Show Profile  Visit Kat's Homepage
Richard,

I have now set up my OCXQMail from admin_config_email.asp. This is working fine and is tested. However, when I return to the email configuration page, it shows me that the first component in the list is selected rather than the OCXQMail one. I have looked at the code from admin_config_email.asp (alpha version as above) but i can't see anything obvious as to why this is the case.

Can you help? Have I missed something?

KatsKorner


Edited by - kat on 01 March 2001 05:46:47
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 01 March 2001 :  06:22:00  Show Profile  Visit Kat's Homepage
I have found the fix for this so you guys may want to include it in your code:

change the following line in admin_config_email.asp for v3.1sr5a7

from:
<option value="<% =theComponentValue(i) %>"<% if (lcase(strMailMode)="'" & theComponentValue(i) & "'" or lcase(MailMode)="'" & theComponentValue(i) & "'") then Response.Write(" selected") %>><% =theComponentName(i) %></option>

to:
<option value="<% =theComponentValue(i) %>"<% if ((lcase(strMailMode)= lcase(theComponentValue(i))) or (lcase(MailMode)= lcase(theComponentValue(i))))  then Response.Write(" selected") %>><% =theComponentName(i)%></option>


KatsKorner
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 01 March 2001 :  10:19:32  Show Profile
Bug reported here: http://forum.snitz.com/forum/link.asp?TOPIC_ID=5698
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07