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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Newsletter mod 2.34 for snitz version 3.4.x
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

burthold
Junior Member

USA
426 Posts

Posted - 10 October 2002 :  01:48:07  Show Profile  Visit burthold's Homepage
UPDATE!

As most of you may have figured out, I no longer support this mod. I have put the download link back up and it will stay that way for as long as it takes for someone to take this thing over. This mod is covered under the GPL so, have fun.

Wes

PLEASE POST ALL PROBLEMS OR BUGS IN THE HELP FORUM FOR MODS!
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=36638

Download at:
http://www.wesworld.net/mods/default.asp
file name is newsletter34v234


--------------------------------------------------------------------------

Original NewsLetter Mod
for Snitz Forums 2000 V3.3 Final and huwr's portal
Author: hoff_s@yahoo.com
ver 1.00 - 10/20/2001

--------------------------------------------------------------------------

Updated by Classicmotorcycling (webmaster@classicmotocycling.com)
Database implementation fixes
Ver 2.0 - 11/28/2001

--------------------------------------------------------------------------

News Letter Mod - HTML Add-On
for Snitz Forums 2000 V3.3 Final
ver 1.00 - 01/04/2002
Intrepidone (randy@techcare2000.com)

--------------------------------------------------------------------------

Updated - Bugfixes and upgrade to 3.4.x
for Snitz Forums 2000 V3.4.x
ver 2.34 - 10/10/2002
burthold (burthold@yahoo.com)
Now works with MySQL,MS-SQL and Access
Updated the DBS file to work with MySQL

--------------------------------------------------------------------------

Before you install this Mod, you should unzip all the files in newsletter.zip to forum directory

- dbs_NewsLetter.asp
- nladmin.asp
- nldeactivate.asp
- nldelete_record.asp
- nledit_record.asp
- nlEmail_List.asp
- nlform.asp
- nlunsubconfirm.inc
- mailinglist.asp
- inc_mail_html.asp
- inc_code_html.asp
- inc_post_buttons_html.asp
- nlEmail_List_html.asp
- pop_preview_html
- 31 .gif images for font colors and other editing tools. Some of the images are from the
Post Buttons MOD, and some from another Post Button MOD.

Make sure and copy all the .gif files where you have your icons for your forums located already. This code uses all the 3.4 features and will try to locate icons in the correct directories.

Run the attached admin_mod_dbsetup.asp, select News Letter MOD from the drop down box, and press update. This will perform the database update.

include nlform.asp page in your default.asp such as:

<!-- #INCLUDE FILE="nlform.asp" -->

under the
<!-- #INCLUDE FILE="inc_header.asp" -->

so it looks like this:
<!-- #INCLUDE FILE="inc_header.asp" -->
<!-- #INCLUDE FILE="nlform.asp" -->

Put a link for nladmin.asp in admin_home.asp where you can perform adminstration and send newsletter
such as:

" <LI><span class=""spnMessageText""><a href=""nladmin.asp"">Newsletter Administration</a></span></LI>" & vbNewLine & _

--------------------------------------------------------------------------

This MOD also takes advantage of the Enhanced Formating Mod. If you are un familiar with that
MOD.... This mod will allow you to insert your forum code in your post exactly where you want
it, instead of at the end of your post.

I was going to integrate this MOD's code into the existing Forum files, pop_preview.asp,
inc_code.asp and inc_post_buttons.asp but thought it may be easier for someone to install
if it ran off it's own files, and if you want to get rid of the MOD there is not much to edit.

In the Original NewsLetter MOD if a person wanted to unsubscribe from the NewsLetter, they
would have to click on the link in the NewsLetter, it would take them to the Forum and
they would have to fill in the box to unsubscribe. What I did was made it so that when they
click on the link to unsubscribe, it will automatically unsubscribe.

Just a little about this MOD and how it works:
It may take a few tries to get use to the Post Buttons on this MOD. The way it is set up, if
you have the MODE set to BASIC, it will insert just the default code for that button.

ie: Teal Color will insert ' color=teal ', so if you have a Tag already started
like <font face-arial > you click the mouse in behind the > and it will insert color=teal

If you have the MODE set to PROMPT:
if you click on Teal Color it will Prompt you for the text to insert and put the Tag around
the text ie: <font color=teal>Text</font>

It basically works the same way as the Snitz Post Buttons but inserts HTML

--------------------------------------------------------------------------
--------------------------------------------------------------------------

Cheers from

Hoff_s, Classicmotorcycling, Intrepidone, and Burthold

PLEASE POST ALL PROBLEMS OR BUGS IN THE HELP FORUM FOR MODS!
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=36638

Edited by - burthold on 08 July 2004 18:11:12

mark
Starting Member

46 Posts

Posted - 10 October 2002 :  23:06:36  Show Profile  Send mark an ICQ Message
some links are not working.....

im the king of the world
Go to Top of Page

alex042
Average Member

USA
631 Posts

Posted - 10 October 2002 :  23:21:34  Show Profile  Send alex042 an AOL message  Send alex042 a Yahoo! Message
I'd still like to see the ability to setup multiple newsletters for the board. Or maybe the ability for the member to customize content delivered. i.e. there might be a section or complete newsletter for each forum in which assigned authors may contribute or maybe specialized non-forum topics certain authors contribute to, but maybe the member only wants news from specific forums, people, or topics. With either of these, members would basically subscribe to each newsletter or portions of the newsletter.



Edited by - alex042 on 10 October 2002 23:27:04
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 10 October 2002 :  23:46:00  Show Profile  Visit burthold's Homepage
New files up! I included two files that were from the old version by mistake. You couldn't see the smiles and images and they didn't insert into your forum properly.

Mark, Double posting is a bad habbit to get into. Turn off your download execlerator.

Alex,
I said before this was a re-write to make the newsletter 3.4 compliant. I won't add any new features until the next release. There are a ton of things we would all like to see but the fact is some of the options you are wanting take time to code. If a user only wants email from a certain topic then turn on subcriptions to that topic. I won't re-invent the wheel when there is a way to handle some of this through the base forum code. If these options are important to you are more than welcome to code them in.

cheers,
Wes
Go to Top of Page

cnewman777
Starting Member

48 Posts

Posted - 05 December 2002 :  05:43:17  Show Profile
And for those of you who uses CDOSYS to email from your forum add these lines of code to the file "inc_mail_html.asp":

case "cdosys"
Set iConf = Server.CreateObject ("CDO.Configuration")
Set Flds = iConf.Fields

'Set and update fields properties
Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'cdoSendUsingPort
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strMailServer
'Flds("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = cdoBasic
'Flds("http://schemas.microsoft.com/cdo/configuration/sendusername") = "username"
'Flds("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "password"
Flds.Update

Set objNewMail = Server.CreateObject("CDO.Message")
Set objNewMail.Configuration = iConf

'Format and send message
Err.Clear

objNewMail.To = strRecipients
objNewMail.From = strSender
objNewMail.Subject = strSubject
objNewMail.TextBody = "<HTML><BODY> " & strMessage & " </BODY></HTML>"
On Error Resume Next
objNewMail.Send
If Err <> 0 Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
End if

Just add those lines after line 67. And you can send html emails from CDOSYS.

Edited by - cnewman777 on 05 December 2002 05:43:56
Go to Top of Page

Exile
Starting Member

USA
36 Posts

Posted - 05 December 2002 :  06:20:28  Show Profile  Visit Exile's Homepage
Greetings, cnewman777... Two questions,
1) why "after line 67" and,
2) do you have a set of lines to support ASPMAIL, & CDONTS?

Thanks,

Exile,
Host of TFEBBS FORUMS
http://tfebbs.7times.org/forum2/
Read my latest news in my Profile.
Go to Top of Page

DJBBIZ
Junior Member

214 Posts

Posted - 06 December 2002 :  19:59:06  Show Profile  Visit DJBBIZ's Homepage
I have not tried HTML newletter mail yet but here is the code from ServerHacker version I would think it would work.

case "aspemail"
		Set objNewMail = Server.CreateObject("Persits.MailSender")
		objNewMail.FromName = strFromName
		objNewMail.From = strSender
		objNewMail.AddReplyTo strSender
		objNewMail.Host = strMailServer
		objNewMail.AddAddress strRecipients, strRecipientsName
		objNewMail.Subject = strSubject
		objNewMail.Body = "<HTML><BODY> " & strMessage & " </BODY></HTML>" 
		objNewMail.IsHTML = True 
		on error resume next '## Ignore Errors
		objNewMail.Send
		If Err <> 0 Then
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		End if

	case "cdonts"
		Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
		objNewMail.BodyFormat = 0
		objNewMail.MailFormat = 0
		objNewMail.Body=HTML
		on error resume next '## Ignore Errors
		objNewMail.Send strSender, strRecipients, strSubject, strMessage
		If Err <> 0 Then
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		End if
		on error resume next '## Ignore Errors


"The difference between good ideas and good results is performance"
the management institute | tmiFinance | tmiCreative | ProfileOnDemand
Go to Top of Page

Exile
Starting Member

USA
36 Posts

Posted - 10 December 2002 :  07:03:46  Show Profile  Visit Exile's Homepage
quote:
Originally posted by DJBBIZ

I have not tried HTML newletter mail yet but here is the code from ServerHacker version I would think it would work.

case "aspemail"
		Set objNewMail = Server.CreateObject("Persits.MailSender")
		objNewMail.FromName = strFromName
		objNewMail.From = strSender
		objNewMail.AddReplyTo strSender
		objNewMail.Host = strMailServer
		objNewMail.AddAddress strRecipients, strRecipientsName
		objNewMail.Subject = strSubject
		objNewMail.Body = "<HTML><BODY> " & strMessage & " </BODY></HTML>" 
		objNewMail.IsHTML = True 
		on error resume next '## Ignore Errors
		objNewMail.Send
		If Err <> 0 Then
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		End if

	case "cdonts"
		Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
		objNewMail.BodyFormat = 0
		objNewMail.MailFormat = 0
		objNewMail.Body=HTML
		on error resume next '## Ignore Errors
		objNewMail.Send strSender, strRecipients, strSubject, strMessage
		If Err <> 0 Then
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		End if
		on error resume next '## Ignore Errors




Thanks for the reply. I got some help though e-mail and it's working now.

Exile,
Host of TFEBBS FORUMS
http://tfebbs.7times.org/forum2/
Read my latest news in my Profile.
Go to Top of Page

MichaelA
Junior Member

USA
222 Posts

Posted - 12 December 2002 :  12:27:24  Show Profile
I've installed this MOD, tried it, and I like it. I can see several uses for it. The only major problem for me is that it seems (PLEASE correct me if I am wrong) that the newsletter cannot be done in pieces. There is no way to save it and add more later before it is sent out. I'd like to have 2 or 3 people work on the newsletter. It may take a couple of days or more to get together before it is sent out. I can handle giving access to people but not the savinging somewhere.

Is something like this in your next release? What have you got planned for the next release so suggestions are not duplicated?

Thanks for another great MOD.

Mike
Go to Top of Page

kbrowder
Starting Member

6 Posts

Posted - 08 February 2003 :  22:12:43  Show Profile  Visit kbrowder's Homepage
hello everyone.

I am using the newsletter mod from serverhacker. When I send out a newsletter the background becomes a very sickly green. I would like it to use the colors of the forum.

Is there some wild reason for this or can someone tell me where I can make changes to the background color of the newletter.

NOTE: This color is only seen after the newsletter is emailed. In the newsletter admin area the color is correct.

Thanks for any help.

Ken Browder
http://7times.org
"A Newletter of Biblical Understanding"
Go to Top of Page

wasim
Junior Member

USA
121 Posts

Posted - 01 August 2003 :  22:58:27  Show Profile  Visit wasim's Homepage  Send wasim an AOL message  Send wasim an ICQ Message  Send wasim a Yahoo! Message
hey hope u can help me out. i was lookin at this thread and i set up your newsletter. i was wondering..how can i set up something so that prior to sending out the newsletter i can send myself (admin email) a copy of the newsletter to see if everything looks ok.
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 06 November 2003 :  08:21:03  Show Profile  Visit aspwiz's Homepage
quote:
I've installed this MOD, tried it, and I like it. I can see several uses for it. The only major problem for me is that it seems (PLEASE correct me if I am wrong) that the newsletter cannot be done in pieces. There is no way to save it and add more later before it is sent out. I'd like to have 2 or 3 people work on the newsletter. It may take a couple of days or more to get together before it is sent out. I can handle giving access to people but not the savinging somewhere.

Is something like this in your next release? What have you got planned for the next release so suggestions are not duplicated?



Now that would be a very helpful feature.

Where are we with the next version, anyway?
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 30 November 2003 :  11:38:26  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
I have installed this Mod and it's working sending pure text, but when It comes to Html the problem comes, At first it wouldn't send any HTML at all, it wrote the mails were sendt, but no one ever recieved anything, then I put in the code in this thread for CDOSYS and it would send the mails, nut not i HTML it would send it as pure text with all the HTML code in it as text, What can be wrong???

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page

xhriz
Starting Member

6 Posts

Posted - 10 December 2003 :  08:04:02  Show Profile
Got the same problem, as you I only get the mail in plain text with code in it.
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 10 December 2003 :  09:54:17  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
I got it working by using Jmail Instead of CDOSYS, so I will just switch over to Jmail whenever I'm will send HTML newsletters :-)

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page

lsakizada
New Member

USA
90 Posts

Posted - 10 December 2003 :  17:48:52  Show Profile
The link to the demo site does not working for me.

http://www.wesworld.net/testfourm/default.asp

Can you put it on-line please? Anyone else has a demo on-line?

Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07