Recent content by CallingHome

  1. CallingHome

    Question Category?

    make then sticky. ;)
  2. CallingHome

    Question Permissions Questions

    You have to set the time for editing/deleting to Unlimited or at least a value greater than 0. Message is like a forum post and discussion is like a forum thread. ;) Without edit discussion permission you cannot edit the title for example. P.S. edit time of 0 seems to be the default value on...
  3. CallingHome

    Question Confused by groups permissions

    I think this is how it's intended to work. With the "never" permission guests should not be able to access the group (no matter if it's "public" or another type), but I am pretty sure the "view group" permission does not have an impact on the groups list. 🤔
  4. CallingHome

    Question Confused by groups permissions

    I guess you have to choose never in this case. You should read through the permissions docs: https://xenforo.com/docs/xf2/permissions/
  5. CallingHome

    Bug Add-on causes slow down of XFMG

    Oh, I see the JOINs in the SQL query are still there. :-/ I see, quite big (y) Your media index is also without Social groups quite slow. Last thing I know you can try: go to admin.php?options/groups/xfmg/ and limit the timeframe for the media index (e.g. 30 days). The option is called "Only...
  6. CallingHome

    Bug Add-on causes slow down of XFMG

    Just an idea: maybe an additional index helps. Try this query on your database: ALTER TABLE `xf_dbtech_social_groups_group_album` ADD INDEX `album_id` (`album_id`) USING BTREE;
  7. CallingHome

    Bug Add-on causes slow down of XFMG

    First, you can turn off the XFMG integration for Social groups on admin.php?options/groups/dbtechSocial/. Look for the option "Enable XenForo Media Gallery integration". That should be sufficient for now. Do you have a big gallery? (About) how many media items / albums are linked to a group?
  8. CallingHome

    Bug Add-on causes slow down of XFMG

    You can enable debug mode. Put this line in src/config.php: $config['debug'] = true; Then visit /media/?_debug=1 and look for queries that take very long. I think that may help finding the problem.
  9. CallingHome

    Bug Server error - digest

    And what happens if you send a default test email? You can do this here -> admin.php?tools/test-email
  10. CallingHome

    Bug Server error - digest

    You had posted something similar on XF.com: https://xenforo.com/community/threads/server-error.223802/ Why do you think this has something to do with this add-on? 🤔
  11. CallingHome

    Question Notifying invitees

    Hi @Seeker-Smith, I commissioned this add-on. :) A problem with DMs is, that not everyone has opted in for receiving DMs: Some users don't allow DMs (except from forum staff). So, in order to respect the invited user's privacy settings, we cannot send a DM to everyone. I like the idea of a...
Back
Top