Recent content by Mitchell996

  1. M

    Default Avatar

    How can I hook it up to run this on registration?
  2. M

    Default Avatar

    I want to change how the software saves a user avatar by default. So it's a dynamic one with their username in the filepath.
  3. M

    Default Avatar

    I need to set a default avatar for xenforo using the username of the member All I want to know is how to set the default avatar of all users to something like: mysite.com/avatars/forum_username.png
  4. M

    Add-on Field Verification Plugin

    Okay, so here is exactly what I need. Totally laid out. There needs to be a field added the the XF user table installation, a boolean named "mc_verified". It is, by default on registration, "0". I need a base field on the registration "Minecraft Username". The field STAYS EDITABLE in personal...
  5. M

    Add-on [$30] Field Verification Plugin

    Okay, so here is exactly what I need. Totally laid out. There needs to be a field added the the XF user table installation, a boolean named "mc_verified". It is, by default on registration, "0". I need a base field on the registration "Minecraft Username". The field STAYS EDITABLE in personal...
  6. M

    Addon to add a registration form field

    I need to add a registration form field into the registration. How would this be done?
  7. M

    Processing a button in a template with PHP

    How does the form itself come to interact with the callback?
  8. M

    Processing a button in a template with PHP

    So if I place a form on that page, then I can use the callback to process it?
  9. M

    Add-on Basic addon

    I just need an addon that creates a page and the page has a form with a button. When the button is pressed, the xf_user table is updated and the user who clicked the button has a new column "gen_key" updated with a random 10 digit key. Thanks. If anyone could do this, I'd be eternally grateful...
  10. M

    Processing a button in a template with PHP

    I still don't understand how to do this under XenForo. I need to have a simple page, with a simple button, that updates a simple row in the user table. The idea is that the plugin generates a key and sets the key under a new column in the user table "gen_key".
  11. M

    Processing a button in a template with PHP

    Yes, a simple forum submission.
  12. M

    If you wouldn't mind, could you check this out...

    If you wouldn't mind, could you check this out? http://xenforo.com/community/threads/xenforo-addon-template-help.55888/
  13. M

    Processing a button in a template with PHP

    I'm trying to figure out how to process a button in a XenForo template with custom php code out of my addon script. Please direct me in towards my solution, if at all possible
Top Bottom