Recent content by Drakeus

  1. Drakeus

    XF 2.0 Updating user cache after direct Database edit

    I am pulling data from the Guild wars 2 API and inserting this data into the the user profile in the database. This data does not populate on the user profile (for purposes of user group promotions) unless the user cache has been rebuilt. Is there a way to set the user cache to be rebuilt via...
  2. Drakeus

    GW2 Authentication addon

    Looking for some help finishing an Addon that i am creating for Authentication to my forums based on membership in the community in game in Guild Wars 2. The authentication is set up via callbacks currently the applicable custom fields are populated (only when the user cache is rebuilt) at this...
  3. Drakeus

    XF 1.5 Addon not showing.

    I would assume you will need to contact the person you "inherited" the site from and see if they can download the files for the original addon again so you can reinstall it. Or the other option is to make a backup of your database and revert to a back up of your site prior to the install of the...
  4. Drakeus

    XF 2.0 Custom User Field callbacks

    @S Thomas , thank you for the feed back and advice, and maybe you can answer this question for me as well. With the above code for my call back I'm trying to take the value of another custom field (gw2_rank) and insert that into my query to check to see if $value and...
  5. Drakeus

    XF 2.0 Custom User Field callbacks

    long story short: You need to add namespace and that will be your addons root folder followed by the subfolder your file is in and in the call back field you need to enter addon_name\sub_folder\file_name in your file the namespace is going to be the path from above minus your file name and your...
  6. Drakeus

    XF 2.0 Custom User Field callbacks

    I am trying to create a callback to validate the input of a custom user field against a database. I have looked through the few discussions on here for the php callbacks for XF2 but unfortunately have not been able to make it work based on the information I have found. in the admin cp for the...
Top Bottom