vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - [vBtise] MailChimp vBulletin Integration (https://vborg.vbsupport.ru/showthread.php?t=287495)

chrisu 10-22-2013 04:59 PM

So what's happening with this? I installed and confugures, but still it sent an emai eo all my members regardless of settings.

Nice work guys, delete these mods if you are not working on them as promised.

/chris

K4GAP 10-22-2013 09:41 PM

Quote:

Originally Posted by chrisu (Post 2455366)
So what's happening with this? I installed and confugures, but still it sent an emai eo all my members regardless of settings.

Nice work guys, delete these mods if you are not working on them as promised.

/chris

I don't recall seeing any promises. A good (free) add on is worth waiting on.

khronos_group 03-05-2014 02:54 PM

Curious if this add-on works anymore with VB 4.2.2. We can't get it working at all.

We simply want the option for "Receive emails from Administrator" to push the email subscription to mailchimp, and have mailchimp send out the verification email. We don't need or want sync, or merge fields or anything else.

Many thanks,

DownNout87 03-16-2014 03:19 PM

Thinking about working with vBtise? Check out my thread: www.vbulletin.org/forum/showthread.php?p=2487653

If you enjoy going several weeks without a response, this is the company for you.

BirdOPrey5 03-16-2014 06:11 PM

Quote:

Originally Posted by DownNout87 (Post 2487655)
Thinking about working with vBtise? Check out my thread: www.vbulletin.org/forum/showthread.php?p=2487653

If you enjoy going several weeks without a response, this is the company for you.

Please keep this thread specific to this modification.

DownNout87 03-18-2014 07:17 PM

I am trying to get in touch with vbtise in regards to the mailchimp add-on but not getting any luck. Is anyone else able to get a hold of him?

DownNout87 03-20-2014 02:12 PM

Anyone? I can't seem to get a hold of this developer via PM or via his website (www.vbtise.com).

It's odd because he was online yesterday...hmm....

DownNout87 05-01-2014 06:01 PM

Very shady...this developer has logged in to this forum numerous times and still not replies to these forum posts and emails.

Think twice about dealing with this guy. You won't get any support!

Alfa1 11-01-2014 09:57 AM

You can find the developer here:
https://www.freelancer.com/u/vbtise.html
https://xenforo.com/community/members/forumcube.61433/

Scimia 01-26-2015 11:10 AM

Hi,

I have problems with this plugin: every time i try to do the scheduled task of this plugin i get this database error.

Database error in vBulletin 4.2.2:

Invalid SQL:
INSERT INTO vbforum_kws_mailchimp_log values(NULL,now(),'C',NULL,'a:36:{i:0;a:3:{s:4:"co de";i:212;s:7:"message";s:158:"email@hotmail.it has unsubscribed, and cannot be resubscribed by you. To prevent false spam complaints, they'll need to resubscribe of their own free will.";s:5:"email";s:19:"email@hotmail.it";}i:1;a: 3:{s:4:"code";i:212;s:7:"message";s:159:"email@yah oo.it has unsubscribed, and cannot be resubscribed by you. To prevent false spam complaints, they'll need to resubscribe of their own free will.";s:5:"email";s:20:"email@yahoo.it";}s:11:"to tal_added";i:20;s:13:"total_updated";i:117;s:11:"t otal_error";i:33;}');

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'll need to resubscribe of their own free will.";s:5:"email";s:19:"blabla@hotma' at line 1
Error Number : 1064
Request Date : Monday, January 26th 2015 @ 02:02:34 PM
Error Date : Monday, January 26th 2015 @ 02:02:45 PM
Script : http://www.mywebsite.it/forum/adminc...cron&cronid=37
Referrer : http://www.mywebsite.it/forum/adminc....php?do=modify
Classname : vB_Database
MySQL Version : 5.5.40-36.1-log

Dave 01-26-2015 11:14 AM

@Scimia
I fixed that error for someone not too long ago.
Open the file /mailchimp/MailChimpSubs.php

Around line 127 you have:
Code:

$qry = "INSERT INTO " . TABLE_PREFIX . "kws_mailchimp_log values(NULL,now(),'C',NULL,'".serialize($this->errors_arr)."')";
Replace with:
Code:

$qry = "INSERT INTO " . TABLE_PREFIX . "kws_mailchimp_log values(NULL,now(),'C',NULL,'".$vbulletin->db->escape_string(serialize($this->errors_arr))."')";

Scimia 01-26-2015 11:49 AM

Quote:

Originally Posted by Dave (Post 2534653)
@Scimia
I fixed that error for someone not too long ago.
Open the file /mailchimp/MailChimpSubs.php

Around line 127 you have:
Code:

$qry = "INSERT INTO " . TABLE_PREFIX . "kws_mailchimp_log values(NULL,now(),'C',NULL,'".serialize($this->errors_arr)."')";
Replace with:
Code:

$qry = "INSERT INTO " . TABLE_PREFIX . "kws_mailchimp_log values(NULL,now(),'C',NULL,'".$vbulletin->db->escape_string(serialize($this->errors_arr))."')";

Thank you so much, now with this fix the plugin works! :D

Paddy Murphy 01-30-2015 04:41 PM

Hi,

I just installed this. I'm trying to sync my forum members to mailchimp but it hasn't happened.

How do I view the logs? I don't understand where this is;

How to View Logs
admin end => vBtise Mail chimp => View Cron logs ( here you can see logs like total new added / updated records in Mail chimp List)
admin end => vBtise Mail chimp => Registraion Subscription error log ( list of users which are not successfully subscribed in mailchimp while registion )

Also, I noticed the version is 1.0 - it's suppose to be 1.0.2, yeah ?

My board is v4.2.2

Thanks

Paddy Murphy 02-01-2015 02:42 PM

Quote:

Originally Posted by Paddy Murphy (Post 2535296)
Hi,

I just installed this. I'm trying to sync my forum members to mailchimp but it hasn't happened.

How do I view the logs? I don't understand where this is;

How to View Logs
admin end => vBtise Mail chimp => View Cron logs ( here you can see logs like total new added / updated records in Mail chimp List)
admin end => vBtise Mail chimp => Registraion Subscription error log ( list of users which are not successfully subscribed in mailchimp while registion )

Also, I noticed the version is 1.0 - it's suppose to be 1.0.2, yeah ?

My board is v4.2.2

Thanks

Anyone ?

fmckinnon 08-04-2015 06:17 PM

I'm assuming this is no longer supported - has anyone tried this plugin with vb5?

giorgioarmani 10-12-2015 07:57 AM

Nice mod!

Installation has gone smooth...

Can you confirm how often does this CRON script run?

fmckinnon 10-12-2015 08:40 AM

@giorgioarmani - did you get this to work with vB5??

giorgioarmani 10-12-2015 08:45 AM

Quote:

Originally Posted by fmckinnon (Post 2556846)
@giorgioarmani - did you get this to work with vB5??

I'm on vB4.

Installation went fine but it appears to not be adding anyone to the mailchimp list.

I assume it needs to run a cron job but not sure how or where to configure that.

joyboy2001 12-22-2015 12:23 PM

Quote:

Originally Posted by giorgioarmani (Post 2556848)
I'm on vB4.

Installation went fine but it appears to not be adding anyone to the mailchimp list.

I assume it needs to run a cron job but not sure how or where to configure that.

AdminCp>Scheduled Tasks>Scheduled Tasks Manager>VBulletinMailchimp

And just after installing run the task manually for the first time.

By default it's scheduled for once a month. I have changed mine to once an hour since Mailchimp doesn't seem to mind :)

joyboy2001 12-22-2015 12:29 PM

Quote:

Originally Posted by DownNout87 (Post 2495704)
Very shady...this developer has logged in to this forum numerous times and still not replies to these forum posts and emails.

Think twice about dealing with this guy. You won't get any support!

That's too bad because the mod actually works great.

If you manage to get a hold of him, please ask him to incorporate more features in the next version (if he ever makes one):

Should allow the segmentation based on usergroup. If a person is added to a specific usergroup, their account should be removed from sync.

Reverse sync: If a person unsubscribes from the mailchimp list, they should automatically be added to a specific usergroup.

These are the only things I can think of right now.

Scalemotorcars 07-15-2017 07:17 PM

Anyone using this still? Any other mailchimp or 3rd party VB newsletter options? Thanks.

Scalemotorcars 07-17-2017 06:08 PM

Guess thats a no.


All times are GMT. The time now is 01:34 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.01598 seconds
  • Memory Usage 1,776KB
  • 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
  • (4)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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