Jump to content

Mastric

Clients
  • Posts

    133
  • Joined

  • Last visited

Recent Profile Visitors

7,525 profile views

Mastric's Achievements

  1. I was able to fix integration by swapping out the perms in the code base with the new ones. By my understanding I don't need approval for the FB app if I leave it in developer mode and use it with my own accounts. The Zapier intergration is nice & easy, but with a free account you're unable to set limits like "if forum id =" or remove the HTML markup. At $240/yr or $30/mo that's a hard pill.
  2. The following error pops up when I attempt to enable the Facebook Social Media Promotion function. Following the link you'll find that these permissions where deprecated, and if you had an old app it would continue to work until August 2022. No new apps however. Error Invalid Scopes: manage_pages, publish_pages. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
  3. I had both previous apps, and this app explains why I can't find updates for either in the Market place. Would it be possible to get migrated to the Improved app as well.
  4. Howdy, I have two feature ideas if time allows. Club/role sync support, similar to Groups. Most likely ACP only, but the ability to Create Roles with Clubs would be cool. Two server support. I figure this is a long shot, but I've got a community and an event server. Would be nice if I could set different ranks for each based on groups.
  5. UPDATE `ibf_brilliantdiscord_approval_actions` brilliantdiscord_approval_actions SET `0`='member',`1`=1570 WHERE `target_member`=2855 AND `type`=0 IPS\Db\Exception: Unknown column '0' in 'field list' (1054) #0 /path/html/system/Db/Db.php(1150): IPS\_Db->preparedQuery('/*IPS\\brilliant...', Array) #1 /path/html/applications/brilliantdiscord/extensions/core/MemberSync/memberSync.php(122): IPS\_Db->update('`ibf_brilliantd...', '`0`=?,`1`=?', 'WHERE `target_m...') #2 /path/html/system/Member/Member.php(3758): IPS\brilliantdiscord\extensions\core\MemberSync\_memberSync->onMerge(Object(IPS\Member), Object(IPS\Member)) #3 /path/html/init.php(867) : eval()'d code(62): IPS\_Member->memberSync('onMerge', Array) #4 /path/html/system/Member/Member.php(3792): IPS\rules_hook_ipsMember->memberSync('onMerge', Array) #5 /path/html/applications/core/modules/admin/members/members.php(2371): IPS\_Member->merge(Object(IPS\Member)) #6 /path/html/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\_members->merge() #7 /path/html/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #8 /path/html/admin/index.php(14): IPS\_Dispatcher->run() #9 {main} Ran in to an error when trying to merge two accounts.
  6. Try if(!method_exists(__CLASS__, 'ts3_lang_to_str')){
  7. I'm running an older version, but has any progress been made towards Commerce integration or PayPal's API? This may have been fixed but we're currently getting all Commerce purchases in the Donations as Offline Donations due to IPN.
  8. Ok, integration with a 3rd party might be useful. We use random.org to ensure that there is no tamping with the selection. If set to manual is it possible to export a list for copy/paste to something like random.org?
  9. What is the internal method for which a winner is chosen? rand()? random.org? or something else?
  10. This will happen if the user making the donation has 2Factor Authentication turned on. This old 2FA bug and the issue with IPN due to using an old payment gateway have led us to stop use of this addon.
  11. Any plan to switch to PayPal's gateway to the API method? The old catchall IPN appears to be sending reoccurring payments for Nexus to the Donation add on.
  12. We've been running a custom cron to do this for years, nice to see a formal add on taking shape. One thing we setup was an IP match, so that if a forum account with no UUID matched the IP Address of a user on TS it would link the accounts. This can open issues with shared networks, but as our cron runs every minute the margin of error is small for the benefit of auto UUID setting.
  13. Also looking for this in an IPB3 format :D
×
×
  • Create New...