Recent content by Tyrone Shum

  1. Tyrone Shum

    [TH] Nodes for grid, custom styling, and custom icons

    Hi @Mike Creuzer - I received a reply after 7 days from support just yesterday. Also the Ticket ID:#9865. I've been communicating with Jake and his reviewing the case at the moment. Thanks
  2. Tyrone Shum

    XF 2.0 Can I send a new user whose just registered their username and password? What is the placeholder I use?

    Thanks @Mr Lucky - I've setup a notice inside. Though there's no option to select for 1st time users who login. Any ideas on how I should trigger this notice via the criterias available?
  3. Tyrone Shum

    XF 2.0 Can I send a new user whose just registered their username and password? What is the placeholder I use?

    Thanks @Liam W . Another question. Is there an option that I could ask the new user to change their password on their first login? like a pop up?
  4. Tyrone Shum

    XF 2.0 Can I send a new user whose just registered their username and password? What is the placeholder I use?

    Thanks for everyone's reply. What I'm trying to achieve is to send a confirmation email of their username and password, which doesn't appear to be possible. So does any new user ever receive an email to save or keep a record of their logins? If not, what is the reason behind this?
  5. Tyrone Shum

    XF 2.0 Can I send a new user whose just registered their username and password? What is the placeholder I use?

    Hi, I am using Xenforo 2.0's welcome email option to send the user their username: "Send welcome email on registration". Though, I can't seem to find the placeholder text to send their password. Could someone assist me with this? Thanks,
  6. Tyrone Shum

    Creating a new user registration account via Webhook

    Hi, I am trying to add a new user to Xenforo 2.0 forum after they have processed their payment information details inside Thrivecart. (Payment gateway). I have the following details and I'm able to parse this into Xenforo: - Email address - Username What I'm having a problem is creating a new...
  7. Tyrone Shum

    Change Date

    Hi @AndyB - will this addon work with the new Xenforo 2.0 version? Thanks
  8. Tyrone Shum

    XF 2.0 PHP Script to create a new user.

    Anyone has a script that creates a new user? Im going to use this as a webhook from Thrivecart. I have this script but doesnt work on 2.0 anymore. https://gist.github.com/anonymous/6fe2f36d721da8ccce2cb5c7262c93bb Thanks!
  9. Tyrone Shum

    Redirect Login Form

    Hi @Eric Guth - yes I was and it's working. I simple added a HTML Meta redirect: <meta http-equiv="refresh" content="0; url=http://example.com/" /> That was the quickest way around it. Thanks,
  10. Tyrone Shum

    XF 1.4 Integrating Xenforo with Intercom.io

    Hi @Kintaro - I've enabled secure mode inside Intercom.io and the support team says I need to "Hash" the email address in order for it to parse through to the system. This is the php code they gave me: <?php $s = hash_hmac('sha256', '$visitor.email', 'secret key', true); echo bin2hex($s); ?>...
  11. Tyrone Shum

    Redirect Login Form

    Hi @Chris D I am doing an integration with amember + xenforo , so the users would login via amember. I would like to setup a redirect to the amember login page when the "Error" Page pops up. Here is my site: http://dslrvideoclub.com/members/index.php Login page: It will be redirecting to...
  12. Tyrone Shum

    XF 1.4 Custom Login Form

    Hi @Brogan. I would like to edit the error_with_login template and setup a redirect to amember. What would be the code I need to modify to do this? Here's the current error with login template I have: <xen:title>{xen:phrase error}</xen:title> <xen:h1>{$xenOptions.boardTitle} - {xen:phrase...
Top Bottom