Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    Sacramento, CA
    Posts
    64
    Plugin Contributions
    1

    Default Re: CampaignMonitor Sidebox Support Thread

    Hi deko,

    I'll take a look at it this weekend, and get back to you as soon as I can.

  2. #2
    Join Date
    Feb 2007
    Location
    Sacramento, CA
    Posts
    64
    Plugin Contributions
    1

    Default Re: CampaignMonitor Sidebox Support Thread

    Hi Deko,

    I'm going to re-write the sidebox to use the official CampaignMonitor PHP API. They came out with a new version of it shortly after I published the first version of the CampaignMonitor Sidebox.

    I'll post on here once I've done that. I'll be able to do it within the week, hopefully.

    Luke

  3. #3
    Join Date
    Sep 2004
    Posts
    40
    Plugin Contributions
    0

    Default Re: CampaignMonitor Sidebox Support Thread

    Sorry Luke, I seem to be creating more work for you :)

    I see Rob from FWR Media is reworking his oscommerce version too.
    http://forums.oscommerceproject.org/...?showtopic=362

    thx
    d.

  4. #4
    Join Date
    Feb 2007
    Location
    Sacramento, CA
    Posts
    64
    Plugin Contributions
    1

    Default Re: CampaignMonitor Sidebox Support Thread

    Oh no, no worries - this is just a personal project of mine. I learn best by doing.

  5. #5
    Join Date
    Feb 2007
    Location
    Sacramento, CA
    Posts
    64
    Plugin Contributions
    1

    Default Re: CampaignMonitor Sidebox Support Thread

    Alright Deko,

    I'm in the process of making a new release, but here's a quick fix for you. It involves just two line changes.

    In includes/templates/template_default/sideboxes/tpl_campaignmonitor_sdebox.php, change line 20 from

    Code:
    //Set the next line, CURLOPT_NOBODY, to 0 to enable debugging.


    to

    Code:
    //Set the next line, CURLOPT_RETURNTRANSFER, to 0 to enable debugging.


    And on line 21, change

    Code:
    curl_setopt($ch, CURLOPT_NOBODY, 1);


    to

    Code:
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    That should do it. Let me know if you're having any more problems. Future releases will actually use the curlopt codes to display meaningful information, but I haven't done that yet.

  6. #6
    Join Date
    Sep 2004
    Posts
    40
    Plugin Contributions
    0

    Default Re: CampaignMonitor Sidebox Support Thread

    Thanks Luke!

    I'll test this in the next couple of days, currently looking into email marketer from interspire for larger lists.

    d.

 

 

Similar Threads

  1. v154 Blank Sidebox support thread
    By swguy in forum Addon Sideboxes
    Replies: 23
    Last Post: 15 Jul 2021, 09:54 PM
  2. Social Sidebox Support Thread
    By brandonturpin in forum Addon Sideboxes
    Replies: 32
    Last Post: 21 Mar 2013, 06:51 AM
  3. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  4. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg