vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microNEWSLETTER (Mailinglist Manager) (https://vborg.vbsupport.ru/showthread.php?t=234208)

giorgino 05-07-2010 05:47 AM

I've bought commercial version, but download link don't work... How can I do?

giorgino 05-07-2010 05:55 AM

Sending a campaign with free version some of my users, have received more the one e-mail, more ore less one each hour

ViktorDA 05-07-2010 06:06 AM

Quote:

Originally Posted by giorgino (Post 2032963)
I've bought commercial version, but download link don't work... How can I do?

Enter a website address where you will use modes. :)

MaryTheG(r)eek 05-07-2010 06:22 AM

Quote:

Originally Posted by giorgino (Post 2032963)
I've bought commercial version, but download link don't work... How can I do?

Please don't use it for anything commercial. Contact me by email

Sagobal 05-11-2010 09:55 AM

Nice product, but I had a problem. It doubles all Links witch are insertet at the "template_hook['navbar_end']".

Solved problem with complete change of the "Newsletter Navbar" Plugin to:
PHP Code:

if ($vbulletin->userinfo['permissions']['micronewsletter'] AND $vbulletin->bf_ugp['micronewsletter']['moderate'])
{
$template_hook['navbar_end'] .= '<a href="newsletter.php">'.$vbphrase['micronewsletter_menu'].'</a>';


And i noticed, that in the "Location" plugin is hardcoded language.

robbiefritz 05-12-2010 11:12 AM

Quote:

Originally Posted by giorgino (Post 2032966)
Sending a campaign with free version some of my users, have received more the one e-mail, more ore less one each hour

I have the same problem. The campaign is set to send one day at a specific time. Members received the newsletter eight times before I deleted the campaign. Was something not installed correctly? Thanks.

robbiefritz 05-12-2010 11:21 AM

Quote:

Originally Posted by MicroHellas (Post 2019056)
The unsubscribe link works, the problem is that for some strange reason the file:
vb_dir/includes/cron/micronewsletter_campaigns.xml can't read the phrases:
Code:

  // PM phrases to Buyer
  $unsubscribe = $vbphrase["micronewsletter_to_unsubscribe"];
  $clickhere = $vbphrase["micronewsletter_click_here"];

at lines 14 & 15. So open that file, and manually enter the text. eg:
Code:

  // PM phrases to Buyer
  $unsubscribe = 'To Unsubscribe from this Mailing, ';
  $clickhere = 'Click Here';

Maria

php file, yes :)

Made the change and now the test message shows the option to unsubscribe. :up:

DjEddie 05-12-2010 12:28 PM

Quote:

Originally Posted by robbiefritz (Post 2035655)
I have the same problem. The campaign is set to send one day at a specific time. Members received the newsletter eight times before I deleted the campaign. Was something not installed correctly? Thanks.

I'm having the same problem, i've had people wanting to cancel their account due to 10 to 15 emails being received from 1 campaign that they should of had only 1 email..

Please need a quick fix.

I've deleted the campaign but I don't know if the emails are still sending or not. Is there another way to cancel the emails being sent or checking if they are still sending?

Thank you

Eddie

Wakey 05-14-2010 08:39 AM

I don't use my host for sending email, but my external mail server (gmail for domains) and as such this doesn't seem to work. Is there anything I can do to get it to work (Even if it means buying the paid version)

DjEddie 05-16-2010 12:26 PM

Quote:

Originally Posted by DjEddie (Post 2035691)
I'm having the same problem, i've had people wanting to cancel their account due to 10 to 15 emails being received from 1 campaign that they should of had only 1 email..

Please need a quick fix.

I've deleted the campaign but I don't know if the emails are still sending or not. Is there another way to cancel the emails being sent or checking if they are still sending?

Thank you

Eddie

is there any support for this?

Robert Waanders 05-20-2010 11:32 AM

Maybe a very stupid question, is this also available for version 3.8?

DannyITR 05-21-2010 07:09 PM

Quote:

Originally Posted by Robert Waanders (Post 2040471)
Maybe a very stupid question, is this also available for version 3.8?

I need this as well as I cannot upgrade yet.

texasteamplayer 06-09-2010 06:12 PM

Why does this require POP/IMAP, and not instead simple mail relay from the webserver?

Also, there needs to be a lot more per-user customizability. It shoudl say "Hey USERNAME" You were last on FORUM NAME on DATE OF LAST ACTIVITY..." And then lead into the newsletter's content. Like the forum inactivity reminder mods, or the PM/subscription standard functions.

Also, a limit to how many emails are sent per batch. 50, 100, 1000....on most hosts, it matters how many bulk emails are going out. When you have a board of 5000 plus members...you can't simply "hit send".

turntablefood 06-10-2010 08:17 PM

how do you access this newsletter i went to settings and entered all my info and now i cant find how and where to access it.. I typed the web address in and it says i dont have permission, but im the administrator i have access to everything

Mangia 06-14-2010 11:28 PM

I have a problem when writing the letter.

For some reason it doesn't let me indent or space out, so if I write in paragraph form, it just comes out as one.

It worked fine before.

texasteamplayer 06-15-2010 04:11 PM

Quote:

Originally Posted by turntablefood (Post 2051737)
how do you access this newsletter i went to settings and entered all my info and now i cant find how and where to access it.. I typed the web address in and it says i dont have permission, but im the administrator i have access to everything

you need to bring up the administrator usergroup permission page, and check the box to access the newsletter (at the bottom). it is default off.

ranz 06-20-2010 11:51 AM

Is there a simple upgrade method to PRO?

I also get the duplicate menus because we have vmoods mod. Has anyone fixed this?

ranz 06-20-2010 12:17 PM

Quote:

Originally Posted by MicroHellas (Post 1970348)
In this case, the bug comes from vmoods and not from my mod, so you need to contact it's author. I gave a look at his code. In his effort to add his link anywhere, he wrote a complicated code, something not so good when you're working with navbar, which was always the weak point of vB (for coders).

I don't know the usability of this mod, but having a link only in Forum's tab (which is a 5 lines code), it was enought. Trying to add it in cms and blog, increased the code.

Maria

Did anyone find a fix for this? I've got the newsletter link - but also two vmoods menus - I've put a post on that forum - but just incase there's a solution from here :)

Webbstre 06-23-2010 07:35 AM

I tried to install this, but too much went wrong so I just uninstalled it. The main problems were that the newsletter page broke my theme (I am using an altered version of Darkness, which uses its own header area), and the navbar tav never appeared.

ranz 06-27-2010 03:06 AM

still waiting on a response ... any ideas? (regarding Post #178)

we were considering purchasing the PRO version, but there's very little information on the website, and no "comparison" chart of features. See Post #177 ...

djbaxter 06-27-2010 04:28 AM

Quote:

Originally Posted by ranz (Post 2060204)
still waiting on a response ... any ideas? (regarding Post #178)

we were considering purchasing the PRO version, but there's very little information on the website, and no "comparison" chart of features. See Post #177 ...

Don't. I bought it. It's still too buggy and too lacking in features to be useful.

Or, if you really want it, I'll sell you my pro license. :D

domi681 06-27-2010 07:05 AM

I found a bug in the new version of mironewsletter:

Mailinglists I have seven lists, the problem is that when I want to work independently and delete such a subscriber, the reload does not return to the list I was working, going to the generic.

Also to see all users of a specific list where I can find from the last page link generic

You tell me.

Greetings and thanks

Krali 07-01-2010 08:00 AM

Hello,
great Mod, but how can I insert the HTML-Code from another editor in the editor of the mod?

I see the code only, no images and so on...

Thx,

Klaus

robbiefritz 07-22-2010 11:51 AM

Quote:

Originally Posted by DjEddie (Post 2035691)
I'm having the same problem, i've had people wanting to cancel their account due to 10 to 15 emails being received from 1 campaign that they should of had only 1 email..

Please need a quick fix.

I've deleted the campaign but I don't know if the emails are still sending or not. Is there another way to cancel the emails being sent or checking if they are still sending?

Thank you

Eddie

Still no answer to this??? :confused: I really would like to make this work and would be willing to upgrade to Pro but before I do that, I would like to get some things resolved.

Thanks.

MaryTheG(r)eek 07-22-2010 01:09 PM

Quote:

Originally Posted by robbiefritz (Post 2072872)
Still no answer to this??? :confused: I really would like to make this work and would be willing to upgrade to Pro but before I do that, I would like to get some things resolved.

Thanks.

Most probably you hit twice (or more) the button when adding the champaign. In any case, as it's long time that I've released the free version, and since then I've made many updates, please check with phpMyAdmin, if there is any table: micronewsletter_queue. If yes, empty it (TRUNCATE).

Maria

MaryTheG(r)eek 07-22-2010 01:11 PM

Quote:

Originally Posted by Krali (Post 2062605)
Hello,
great Mod, but how can I insert the HTML-Code from another editor in the editor of the mod?

I see the code only, no images and so on...

Thx,

Klaus

Really I don't remember if this version is with HTML editor or the vBeditor, but the PRO version is using a powereful commercial HTML editor where you can paste even Word documents.

Maria

MaryTheG(r)eek 07-22-2010 01:12 PM

Quote:

Originally Posted by domi681 (Post 2060318)
I found a bug in the new version of mironewsletter:

Mailinglists I have seven lists, the problem is that when I want to work independently and delete such a subscriber, the reload does not return to the list I was working, going to the generic.

Also to see all users of a specific list where I can find from the last page link generic

You tell me.

Greetings and thanks

ehhh?? Can you add more that one mailing list? As I remember the free version is limited to one mailing list. Except if I released the full version as Free :D:eek:

Cla75 07-22-2010 03:11 PM

A quick question:
I bought the full version of the newsletter to install on new vBulletin version 4, BUT for a problem I have to stay still to version 3.8.6.
The mod can not just work on vb 3.8.6. ?
thanks

MaryTheG(r)eek 07-22-2010 03:33 PM

Quote:

Originally Posted by Cla75 (Post 2072946)
A quick question:
I bought the full version of the newsletter to install on new vBulletin version 4, BUT for a problem I have to stay still to version 3.8.6.
The mod can not just work on vb 3.8.6. ?
thanks

Sorry no. It works only for vB4.x. But according to my refund policy you can get a 100% refund of your payment. Just email me your details. And if sometime you move to vB4 you can buy it again.

Maria

Cla75 07-22-2010 04:17 PM

Wooow
but that refund is possible event if bought in febrary 2010, but i've Never used still Having the vb 3.8.6 ?
Sorry for off topic

MaryTheG(r)eek 07-22-2010 04:23 PM

Quote:

Originally Posted by Cla75 (Post 2072969)
Wooow
but that refund is possible event if bought in febrary 2010, but i've Never used still Having the vb 3.8.6 ?
Sorry for off topic

As long as you will not use it, I don't care when you bought it. I've placed a restriction of 30 days, as this was the ...icon that I found in the net and to avoid fake refunds.

Maria
PS- Please dont reply here.

robbiefritz 07-24-2010 12:42 AM

Quote:

Originally Posted by MicroHellas (Post 2072898)
Most probably you hit twice (or more) the button when adding the champaign. In any case, as it's long time that I've released the free version, and since then I've made many updates, please check with phpMyAdmin, if there is any table: micronewsletter_queue. If yes, empty it (TRUNCATE).

Maria

I checked and there was no such entry.

Is it possible to purge the member list and regenerate? I deleted several members and it will be difficult to find and remove them from the member list. For example, I have 275 members now but 334 on the mailing list.

Thank you.

MaryTheG(r)eek 07-24-2010 03:12 AM

Quote:

Originally Posted by robbiefritz (Post 2073657)
Is it possible to purge the member list and regenerate? I deleted several members and it will be difficult to find and remove them from the member list. For example, I have 275 members now but 334 on the mailing list.

Thank you.

Yes. With phpMyAdmin, empty (TRUNCATE) the table micronewsletter_subscribers. In the next cron run it will populate again with your current users.

Maria

domi681 07-24-2010 12:49 PM

Quote:

Originally Posted by domi681 (Post 2060318)
I found a bug in the new version of mironewsletter:

Mailinglists I have seven lists, the problem is that when I want to work independently and delete such a subscriber, the reload does not return to the list I was working, going to the generic.

Also to see all users of a specific list where I can find from the last page link generic

You tell me.

Greetings and thanks

????? any new????

pedroenf 07-25-2010 02:27 AM

I cant send any emails. Can other emailer be used instead of sendmail? Or does this only works with sendmail? I use Kerio Mailserver

pedroenf 07-28-2010 10:42 PM

Hello?!?!?!?!


All times are GMT. The time now is 01:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01498 seconds
  • Memory Usage 1,839KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete