Author |
Topic  |
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 06 July 2008 : 23:46:15
|
Ok - the text version now works, the html version sends but looks like crap.
If you can live with the text version for a bit, I'll try and fix the html version.< |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 07 July 2008 : 01:02:48
|
Here's a link to a txt version of the html format: txt
For some reason, it will not output to screen in this mode.
Without the issue of how it looks, the file isn't reading values for the last three text fields.
Lines 54-56:
Response.Write output of txtbody1 - 3 is blank. |
Edited by - Carefree on 07 July 2008 01:58:57 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 07 July 2008 : 10:12:06
|
Good luck with the messages - I had to rewrite a routine to get rid of that, but I don't remember which it was (there were so many problems).< |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
Posted - 11 July 2008 : 09:12:40
|
Carefree, I'm going to try to get this newsetter mod to work for me.
Concerning the double opt-in. I'd like to add your opt-in to the same database that the newsletter mod uses. It's dbs file looks like this:
Newsletter 2.0 Mod
[CREATE]
MAILLIST
ID
EMAIL#VARCHAR(50)##
ACTIVE#int#NULL#
ACTIVE_TEMP#int#NULL#1
DATE_CREATED#VARCHAR(20)#NULL#
[END] You said to do this:
OPT-IN MOD
[CREATE]
OPTIN
EMAIL#varchar(64)##
ENCRYPTEDEM#varchar(64)##
WHATEVER#varchar(64)##
[END]
Would this be the proper way to add yours to the existing dbs file?
Newsletter 2.0 Mod
[CREATE]
MAILLIST
ID
EMAIL#VARCHAR(50)##
ACTIVE#int#NULL#
ACTIVE_TEMP#int#NULL#1
DATE_CREATED#VARCHAR(20)#NULL#
OPTIN
EMAIL#varchar(64)##
ENCRYPTEDEM#varchar(64)##
WHATEVER#varchar(64)##
[END]
< |
Mangione Magic Forum - The Music of Chuck Mangione
My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD |
Edited by - leatherlips on 11 July 2008 09:13:07 |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 11 July 2008 : 09:35:52
|
If you have already run their dbs file, you cannot append my file to it and run it again, you'll have some double entries and other errors. Instead, you should use this as a separate DBS file and run it:
< |
Edited by - Carefree on 11 July 2008 09:37:48 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 11 July 2008 : 10:01:36
|
quote: Originally posted by leatherlips
I tried adding that and it gave me this error:
Dropping Column... ALTER TABLE FORUM_MAILLIST ALTER TABLE FORUM_MAILLIST -2147217900 | Syntax error in ALTER TABLE statement.
I'm confused. There's nothing in my dbs file which would have caused a column to drop, and there isn't any syntax error that I can see.
Ahhh - I know the problem. Your file wasn't made for Snitz and therefore doesn't have the forum_ prefix to the table name.< |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 11 July 2008 : 12:35:51
|
Not the way you have it, no. It would go like this:
[CREATE] MAILLIST ID EMAIL#VARCHAR(50)## ACTIVE#int#NULL# ACTIVE_TEMP#int#NULL#1 DATE_CREATED#VARCHAR(20)#NULL# ENCRYPTEDEM#varchar(64)## WHATEVER#varchar(64)## [END]
Then you'd have to change the table that the opt-in asp file is looking at to "maillist" instead of "optin".< |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 11 July 2008 : 12:42:44
|
Make sure your software knows the correct path & name of the table after you create it.< |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 July 2008 : 14:54:28
|
quote: Originally posted by leatherlips
I have one more request though. After the user subscribes it does not give them a message to confirm by checking their email. It looks like instead it goes to a blank page and then quickly redirects to default.asp.
Is there a way to add the message for them to check their email to confirm their subscription? I also would like to add the forum header and footer to the page.
I'll write it for you today.< |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 12 July 2008 : 15:22:50
|
Here you go:
|
 |
|
Topic  |
|