April 19 2024 09:50:55
Navigation
· Home
· Articles
· Downloads
· FAQ
· Discussion Forum
· News Categories
· Contact Me
· Search
Demos
· Glossary
Users Online
· Guests Online: 1

· Members Online: 0

· Total Members: 1,892
· Newest Member: skalsted
Last Seen Users
· muscapaul14:19:59
· Unforgiven11 weeks
· Wheeler14 weeks
· batbaru119 weeks
· MM100 weeks
· Zippo122 weeks
· hyperkolyok124 weeks
· Wivern177 weeks
· Sinders296 weeks
· Froberg340 weeks
Support sites
Fusion Sites
PHP-Fusion
View Thread
 Print Thread
Newsletter Infusion v2.xx
Puma
Would it also be possible to display in the newsletter subscribe panel how many members are subscribed?
I'm using this piece of code on my v6 site but i'm not sure how to change it to work with v7.

Download source  Code
$sql_n = dbquery("SELECT COUNT(newsletter_sub_user) as antal FROM ".$db_prefix."newsletter_subs");
$data = dbarray($sql_n);
echo "<br><center>".$locale['nl505']."$data[antal] ".$locale['nl506']."</center>";
   }
} else {
   echo $locale['003'];
}
closeside();
?>




EDIT: Nevermind,it seems the code that was used for this in v6 also works in v7 ;)
Edited by Puma on 17-08-2008 01:35
 
http://www.movieparadiseonline.com
muscapaul
SiteMaster wrote:
Jelle Mees wrote:
Same error with HTML letter:

Notice: Undefined variable: error in /home/pcgidsin/public_html/Websites/isi/infusions/newsletter_panel/newsletter_admin.php on line 120
The Newsletter has been sent successfully.

Return to Newsletters Admin

Return to Admin Index


muscapaul wrote:
Try inserting a new line 39 (after $format = isset($_REQUEST['format']) ? $_REQUEST['format'] : ""Wink

$error = "";

I will add it to the file. I did not get the error so far but offenbach did. Sadly he may no have checked since or did not yet biother to report the solution worked.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
New version: v2.02

Changes:
- Minor bug fixed: cause of occasional error message upon sending newsletter removed.
- Unclosed input element in ../newsletter_panel.php closed.
- Some redundant lines removed from v6-7upgrade.php.
- AGPL statement added to readme file.

DOWNLOAD (last version: 23.09.2008)
27.08.2008: Spanish locale added.
18.09.2008: Polish locales added.
23.09.2008: TUrkish locale added.
Edited by muscapaul on 23-09-2008 12:04
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
huma
muscapaul wrote:
New version: v2.02

Changes:
- Minor bug fixed: cause of occasional error message upon sending newsletter removed.
- Unclosed input element in ../newsletter_panel.php closed.
- Some redundant lines removed from v6-7upgrade.php.
- AGPL statement added to readme file.

DOWNLOAD (last version: 19.08.2008)


This became very good...Thanks muscapaul...Smile
 
Puma
Paul would it also be possible to add a mass-subscription option like in the v6 version please?

www.movieparadiseonline.com/images/newsletterscreen2.jpg
 
http://www.movieparadiseonline.com
muscapaul
That was not a part of the standard newsletter panel, so I did not include it. It can of course be done, but I don't have time to do it now. And, of course, because of privacy regulations/laws it may be illegal to subscribe people to a newsletter without their consent. In that case it would be spam and you may be liable to prosecution...
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
NobNob
Spanish locales.

Thanks Paul! Wink
NobNob attached the following file:
spanish.zip
 
http://php-fusion.es
NobNob
I don't know if this will be a general error or it only happens to me.

When I prevew the newsletter in HTML format, the preview shows all the HTML tags.
Saludos.
-----
Javier Esteban [NobNob]
SA @ PHP-Fusion en Espa?ol
 
http://php-fusion.es
muscapaul
AFAIK It should do that. Wink I can see if I can make it to do it otherwise but that will not be this week, I think.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
Spanish locale added to doanload.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Pieka
Hello Smile

Polish locale attached (iso/utf-8).
Pieka attached the following file:
polish_locale_iso-utf8.zip
 
muscapaul
Cheers. Will be added soon.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
muscapaul
Download updated. Took a little longer than expected. Sorry about that.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
MrBryce2000
Would it be possible to enable TinyMCE when you go to create / edit a newsletter? That would make this newsletter infusion a perfect solution for me!

Thanks!
 
muscapaul
Hmm, will have to think about that one.

Never use(d) TinyMCE (before). Wink
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
HopeyS
Hmmm i have looked through this thread. And i do have some of the same errors, so i tried some of the stuff here. But it didn't help.

First of, the HTML area in admin does not work. It does not show it html-ed, just all the html codes.

Second, it will not send. It tells me that the one who send it, is not correct, and it is.

Last. I know that Helmuth (DK) has made a code, that can make it possible for an admin to put all members in the newsletter.
So that the admin controls, who should have or not have the newsletter.
It is quite good. Easy to use.
Just put into an new panel. Remember to put acces ONLY for admin or SA...

You can get it here;
(NOTE It is in Danish! The site)
http://helmuth.dk...5#post_785
Happy Thoughts From HopeyS Grin
 
www.dare2think.dk
muscapaul
I have not included a 'send to all' on purpose. That requires that users, when they register, to be warned about the possibility that they may receive bulk mail from the site and the have to be given the option to opt out. Goes a little further that the average newsletter.

The html preview was not built-in in the pevious version either, I think. I will see what I can do.

Dunno about the sender thing.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
HopeyS
I know. Because it usually should be a choise to get mail from a site.

OH... That's why. Well could be nice, if it where fixed *S*

I don't know either with the send thing... *S* I suppose the solution with drop from the skies at some point, some time *S*
Happy Thoughts From HopeyS Grin
 
www.dare2think.dk
RaptureReady
I was wondering if the option to view the newsletter when you click preview has been fixed or are we still viewing the html tags when we click preview?

Thanks for all the hard work!

RR
 
muscapaul
Have not had time to look at that issue, sorry.
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

sites: www.diptera.info (site owner); www.phpfusion-ned... (superadministrator)
 
Jump to Forum:
Donate
Please help to make
muscapaul.com
possible and enable
further improvements!
Login
Username

Password



Forgotten your password?
Request a new one here.
Temporary email addresses
Please note: While activating new accounts I usually check them out. If I notice an account registered with a temporary email address it will be deleted.
Newsletter
Newsletters are for registered members only.
Shoutbox
You must login to post a message.

01/12/2021 16:45
Szép napot

13/06/2021 07:01
I found this site again!

21/04/2020 18:32
Barely...

11/11/2013 00:48
Cool! This site is still around!

18/10/2013 20:28
hey! Smile

25/06/2011 01:40
My name is Andreo, I'm new member Smile

25/06/2011 01:39
Hello Muscapaul, is there anyone here ?

13/09/2010 01:02
nice mod thanks Smile

10/07/2010 15:01
Paul, hows thing?

07/07/2010 03:47
Who becomes the world champion on football? We wil

Render time: 0.14 seconds 9,176,186 unique visits