Recent content by tom3

  1. tom3

    Sign in with LinkedIn deprecated

    News?
  2. tom3

    Duplicate Missing required date format when importing a language

    Error when importing:
  3. tom3

    Sign in with LinkedIn deprecated

    Is there any news on this yet? Due to the development of 2.3 probably not a priority at the moment.
  4. tom3

    XF 2.2 An error occurred while connecting with Linkedin. Please try again later.

    This is because LinkedIn changed their scopes, see: https://xenforo.com/community/threads/sign-in-with-linkedin-deprecated.216936/ We just have to wait for an XF update.
  5. tom3

    Sign in with LinkedIn deprecated

    Since Aug 31 LinkedIn dropped the scopes r_lightprofile and r_emailadress for SignIn with LinkedIn logins. They now have Sign In with LinkedIn using OpenID Connect and updated their scopes for OpenID connection. See...
  6. tom3

    [weblabs] Dark Admin ControlPanel [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  7. tom3

    [weblabs] User Upgrade Management [Deleted]

    This resource has been removed and is no longer available. The following reason was provided:
  8. tom3

    XF 2.2 How can I hide the breadcrumbs on top of the page?

    You probably selected a different pagination option in the ACP, my bad. This one should show the pagination only at the end of the page: .block-outer.block-outer--after .block-outer-main nav.pageNavWrapper { display: inherit; } nav.pageNavWrapper { display: none; }
  9. tom3

    XF 2.2 How can I hide the breadcrumbs on top of the page?

    Try adding this: nav.pageNavWrapper.pageNavWrapper--mixed { display: none; }
  10. tom3

    XF 2.2 How can I hide the breadcrumbs on top of the page?

    To hide it globally you can add this code to your extra.less template: .p-breadcrumbs { display: none; }
  11. tom3

    XF 2.2 How to hide message info at top of page?

    You can add this to your extra.less template: .p-description { display: none; }
  12. tom3

    [weblabs] User Upgrade Management [Deleted]

    tom3 submitted a new resource: [weblabs] User Upgrade Management - Allows managing user upgrades through the frontend using permissions. Read more about this resource...
  13. tom3

    Has anyone seen an ACP Dark mode addon / style

    I just released an addon to toggle a dark mode in your ACP! You may want to have a look at it here: https://xenforo.com/community/resources/weblabs-dark-admin-controlpanel.8497/
  14. tom3

    [weblabs] Dark Admin ControlPanel [Deleted]

    tom3 submitted a new resource: [weblabs] Dark Admin ControlPanel - Dark theme for the ACP with adjustable accent colors. Read more about this resource...
  15. tom3

    XF 2.2 Big Problem with Two Step Verification

    You can extend your src/config.php with the following line: $config['enableTfa'] = false; This should disable 2FA globally.
Back
Top Bottom