Search results

  1. EugeneBos

    segments

    why I cant segment by a date? for 3 years cant add a basic feauture
  2. EugeneBos

    custom date_added for new subscribers

    Hello, how to add a custom date_added to a new subscriber object so after ->save() it will not be NOW()? I tried $subscriber->date_added = "2011-07-12 17:00:12" and $subscriber->date_added = new CDbExpression('"2011-07-12 17:00:12"'); But it both doesn't work, it ignores my properties and...
  3. EugeneBos

    Second time subscription confirmation click

    I use default extension(List form custom redirect) to redirect subscribers to a custom page after they click "confirm subscription". The problem is - if they are clicking it second time, they got redirected to the update profile page. How to fix it so it will always redirect to specified URL?
Back
Top