1
chco2
Evennews (mailings)
  • 2009/10/6 8:05

  • chco2

  • Module Developer

  • Posts: 374

  • Since: 2004/3/5 1


Evennews is the only module capable of sending (html) newsletters, archive them and have subscribe and unsubscribe options for newsletters, right?

So my guess is that many people are using this module?

With XOOPS 2.4 (and I think also with 2.3) it is not working, not sending emails.

Noticed:
Quote:
Warning: MyTextSanitizer::oopsStripSlashesGPC is deprecated in file /class/module.textsanitizer.php line 918
Warning: MyTextSanitizer::oopsStripSlashesGPC is deprecated in file /class/module.textsanitizer.php line 918
Notice: Function getMailer() is deprecated, use xoops_getMailer instead in file /include/functions.legacy.php line 78


Has anyone got this working? Or has anyone got an alternative? (not the payed module from instantzero)

Thanks!

2
culex
Re: Evennews (mailings)
  • 2009/10/6 9:45

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I think this module is written originally for XOOPS 2.0.13 or somewhere about this version, and therefore this will probably take some work getting to work with XOOPS 2.4.

Use for instance

addSlashes instead of oopsStripSlashesGPC
xoops_getMailer() instead of getmailer()

Doesn't news 1.63 have these functions ?

3
ghia
Re: Evennews (mailings)
  • 2009/10/6 10:40

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Curing the deprecated messages is not the solution to get it working.

The 2.1 version needed a /admin/menu.php file for operating with 2.2.6 (extracted from a previous version).
<?php
$adminmenu
[1]['title'] = _MI_EVENNEWS_USERLIST;
$adminmenu[1]['link'] = "admin/user.php";
$adminmenu[2]['title'] = _MI_EVENNEWS_ADDUSER;
$adminmenu[2]['link'] = "admin/user.php?action=add_user";
$adminmenu[3]['title'] = _MI_EVENNEWS_SENDMESSAGE;
$adminmenu[3]['link'] = "admin/index.php?action=send";
$adminmenu[4]['title'] = _MI_EVENNEWS_VIEWARCHIVE;
$adminmenu[4]['link'] = "admin/index.php?action=view_archives";
?>


4
deka87
Re: Evennews (mailings)
  • 2009/10/6 10:46

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


works alright with XOOPS 2.3.3.b

5
btesec
Re: Evennews (mailings)
  • 2009/10/6 14:53

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


I noticed there was one issue when editing a newsletter item. Instead of saving the news letter it created a new news item. It would be great if someone can work on this mod. include a better editor. Not everyone posts news items/newsletters using the more advanced news modules so it would be a good thing to have this mod functional. It would also allowed users to create their unique newsletter items.

6
chco2
Re: Evennews (mailings)
  • 2009/10/6 20:42

  • chco2

  • Module Developer

  • Posts: 374

  • Since: 2004/3/5 1


Actually.. I have gone another way. It is always hard to go through someones code and I simply do not have the time for this.
Currently I use AMS for my articles. I've done the following (really crude, but works for my purposes):

I've created a category called mailings. In there I just create an article as always. When I go to the admin section of AMS and view my articles, they now have (under the action column) a mail option. Clicking the button will mail the selected article as html to all users who have registered and requested to receive mailings.
Those who do not have html mail viewer will receive a link to the mailing online.

7
Peekay
Re: Evennews (mailings)
  • 2009/10/7 1:38

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


I tried this module out several years ago but stopped using it because it was exploited (quite effectively) by spammers.

Things may have changed, but keep an eye out for spam passing through this module.

8
ghia
Re: Evennews (mailings)
  • 2009/10/7 3:19

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Never saw any references to an exploit of the EvenNews module itself.
There were exploits in the associated editor SPAW.
If you have this editor installed, remove it immediatly.

9
slitzx
Re: Evennews (mailings)
  • 2010/1/12 4:07

  • slitzx

  • Just popping in

  • Posts: 7

  • Since: 2010/1/12


sorry to bump a old thread, as i am using 2.4.1 version of xoops, how do i go about configuring this module to work or is there an alternative that i can use for newsletter. thank you very much

10
ghia
Re: Evennews (mailings)
  • 2010/1/12 9:30

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It's like any regular module. After the install, you have the preferences (/modules/system/admin.php?fct=preferences) and the admin of the module (/modules/evennews/admin/index.php).

Other newsletter modules you can find in the repository.

Login

Who's Online

248 user(s) are online (119 user(s) are browsing Support Forums)


Members: 0


Guests: 248


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits