handler

  1. Artonn

    Automated unsubscribe and Bounce email handlers failing.

    What I've done so far is setting up two email accounts at my email inbox provider, which is namecheap. I've created bounce@xxxx.dk and unsubscribe@xxxx.dk. I've enabled "Enable variable email address values for automated email handling" From there I have connected to the emails to the...
  2. CMTV

    XF 2.0 Accessing JS handler functions from outside

    Hi! Let's say I have two element handlers: A and B: XF.A = XF.Element.newHandler({ init: function() {}, test: function() { return 'hey!'; } }); XF.B = XF.Element.newHandler({ init: function() { // How to call "test()" function from A handler...
Back
Top Bottom