Recent content by R3TROATTACK

  1. R

    XF 2.2 PayPal sandbox testing

    Ah perfect, thank you! Naming/description for that config option isn't the best.
  2. R

    XF 2.2 PayPal sandbox testing

    Does that fake a response? I'm wanting to set this up on my dev site so I can test/dev addons that interact with the user upgrade system. or does XF in this case just act like the payment was successful?
  3. R

    XF 2.2 PayPal sandbox testing

    Is there a way like there was in XF1 to change the PayPal API to the sandbox version so I can more easily test stuff? For what I mean in XF1 you could change the payPalUrl config option to https://www.sandbox.paypal.com/cgi-bin/websrc and it would reroute all requests to the PayPal sandbox...
  4. R

    XF 2.2 In entity_pre_save is there a way to get the old value

    I'm trying to get the difference between the new value and the old value to send a changed amount PM, but I cant seem to figure out how to get the old value any help would be greatly appreciated.
  5. R

    XF 2.2 What is the best way to detect when a user gets or loses a group

    I am currently trying to accomplish this by extending the UserGroupChange service, but either manually adding a user to the group via the edit user page does not trigger this or I am extending the wrong thing. Currently im just tring to make an error occur to show me im doing the right thing...
  6. R

    XF 2.2 Adding a new style property postbit option

    Hi, I was wondering what is the proper way to insert a new style property from an addon, specifically I was wanting to add an option to the post bit.
  7. R

    XF 2.1 Trouble getting tokeninput value into an entity

    Thanks for the response @Jeremy P I was kind a figuring I had to manually parse the data into the array. I even tried the 'managers' => 'str' before but figured I was doing it wrong since nothing was changing. The only thing I'm confused about is where I would go about converting the managers...
  8. R

    XF 2.1 Trouble getting tokeninput value into an entity

    I'm trying to get the array of names from the <xf:tokeninput> in my template to something that can be stored inside my Server entity The token input I'm using comes from the option_template_registrationWelcome its not giving me any errors or anything like that so I feel that I am missing a step...
  9. R

    XF 2.1 Templating issues

    That did it thank for the help!
  10. R

    XF 2.1 Templating issues

    I still get the same error with that @Lawrence
  11. R

    XF 2.1 Templating issues

    Hi I've recently been trying to build my first addon for XenForo 2.1 and I've started to hit a snag now that I'm writing up the templates for this addon The first problem I am having is using <xf:dependant></xf:dependant> from the threads I was able to find it seems that you just put this...
Top Bottom