Recent content by Randall

  1. Randall

    XF 1.3 Missing "Thumbnail - Full Image" when attaching images to posts?

    We recently moved to a new server and are seeing the same issue. What did you do to fix the problem? Thank you.
  2. Randall

    Single Sign On (Slave) by Waindigo [Deleted]

    that was the issue @Jake B. Didn't have the master url entered correctly. Thank you.
  3. Randall

    Adding page to add-on xml file

    Kind of what I figured but wanted to make sure. Thanks @Chris D
  4. Randall

    Adding page to add-on xml file

    I have an add-on that uses a xenforo page. I looked at other add-on xml files and did some searching on xenforo but didn't find what I was looking for. Can I define the page in the add-on.xml file so the page gets created when the add-on is installed?
  5. Randall

    Single Sign On (Slave) by Waindigo [Deleted]

    I just ran the sync process and all users are flagged as "Invalid Result Data". Some of the users existed on master but not all of them. Any ideas why all the users are falling into this group? Here is the server error log, looks like our 301 redirect might be causing the issue. Exception...
  6. Randall

    How to check the value of a checkbox on registration

    I added a new checkbox on the registration form/template to allow our users to opt-in to an external service. I could use some help on how or where to check the value of that new checkbox. So, if they check the new checkbox I will create an account on an external website (creating the account...
  7. Randall

    Solve Media

    I exchanged emails with SolveMedia and they support the language 'Norwegian' but I don't see it in the ACP->options->SolveMedia. We have the latest version of the add-on. What would I need to do to get Norwegian working with this add-on?
  8. Randall

    [bd] Paygate: STRIPE

    Not sure if I have something not setup correctly on Stripe or with this addon. I installed the stripe addon (already have paygate installed). added the 2 keys in the stripe option page. The payments are not reoccurring (but I ran tests with and without the webhook). I get the green check at...
  9. Randall

    ToggleME

    We are using ToggleMe version 3.1.2. We had one style selected in the toggleme options. If we uncheck that only style but leave toggleme enabled we receive an error (XenForo_Application::handlePhpError() in Sedo/ToggleME/Listener.php at line 754). Not sure if it's related to not having a...
  10. Randall

    Side By Side Nodes

    I copied the code into extra.css and it works just fine. I'm looking at doing side by side on just one node (node number 115). Can anybody point me in the right direction to do side by side on just one node?
  11. Randall

    Can you add a variable to $visitor object?

    Thank you Chris D. Once I looked over the wordpress side I did see they didn't load the dependencies. Thanks for all the help, really appreciate it.
  12. Randall

    Can you add a variable to $visitor object?

    I'm using the visitor_setup event listener. In the visitor_setup event listener function I have: class Passport_Listener_Listener { public static function visitor_setup(XenForo_Visitor &$visitor) { $visitor["api_token"] = "abc123"; } } On our wordpress...
  13. Randall

    Can you add a variable to $visitor object?

    Thanks for the help guys. Can I just add something like the code below to my code event listener? $visitor["api_token"] = "the token value"; Will the "api_token" value be available anytime you have the $visitor object?
  14. Randall

    Can you add a variable to $visitor object?

    Is there a way to add a variable to the $visitor object? We are linking an external website account with a XenForo account and I'd like to store the API tokens in the $visitor object.
  15. Randall

    Embed custom header and footer

    I'm looking to do a similar thing. Did you ever find a solution?
Top Bottom