Recent content by Kruzya

  1. Kruzya

    XF2.3 feedback and comments

    Tried enable Gravatar again, received an error: @Paul B 👆 Also on Firefox 120.0 (on Linux with X11) i can't select a user for tagging in editor.
  2. Kruzya

    XF2.3 feedback and comments

    After some time after upgrading to 2.3 here, my avatar is changed. I used Gravatar, but it changed to uploaded file (what i uploaded too long time ago). This may be a bug? Also after sending a message in thread, page fully refreshes. This is a bug too? In 2.2 (and older) it works
  3. Kruzya

    XF2.3 feedback and comments

    New emoji/image for "Like" reaction looks a creepy.
  4. Kruzya

    XF 2.2 /forums/-/index.rss increase limit?

    If I remember correctly, RSS uses option Discussions per page. You may increase the option value, and RSS also should show more threads.
  5. Kruzya

    XF 2.2 Drupal users to 2.2

    I guess you are a developer? If yes, then just write own Authentication class and set correctly scheme_class in xf_user_auth table when importing. For examples, see src/XF/Authentication/ directory.
  6. Kruzya

    [Telegram] Core

    What is add-on version? Since 2.0.2 this code was never changed, and before inserting a new user in mentioned table, add-on checks existing user: https://github.com/XF-Telegram/Core/blob/v2.0.2/upload/src/addons/SModders/TelegramCore/ConnectedAccount/Provider/Telegram.php#L89-L93
  7. Kruzya

    [Telegram] Two Factor [Deleted]

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

    XF 2.2 How to block registration from some domains?

    Question about banning mail domains (if I understand correctly), answers about banning countries from registration. You may just a ban email domain via ACP and default feature: /admin.php?banning/emails
  9. Kruzya

    XF 2.2 I'm Having Google Authenticator Problem. I always got an error when I entered using Binary Validation.

    Are you sure you have a correct time settings on server? TFA via Google Authenticator/Microsoft/Authy depends on time. If you have differences, for example, on 1 minute, you may have issues.
  10. Kruzya

    Not a bug Manual operations with drafts isn't available if user disabled WYSIWYG

    This requires a waiting the next draft saving. Drafts saves every 60 seconds, if I remember correctly. Sometimes for user need fast clear a draft and close tab. If think like this, then I suggest disable a "Preview" button when user toggles BB code mode, because "editor is disabled", and this...
  11. Kruzya

    Not a bug Manual operations with drafts isn't available if user disabled WYSIWYG

    As said in title. This can be reproduced here. Just disable WYSIWYG (also called as "Toggle BB code") and try delete or save draft. This is not a big problem if we're talking about saving draft (because editor saves draft periodically), but we can't delete a saved draft without toggling a BB...
  12. Kruzya

    Fixed Inline code not working correctly

    Can’t reproduce on Firefox. Maybe this related with browser?
  13. Kruzya

    Fixed Wrapper display HTML for custom fields contains tabs in {$value} property

    As said in title, when we use {$value} in Wrapper display HTML, it may contains tabs when output. Simple example: <a href="https://t.me/{$value}" target="_blank">Open chat in Telegram</a> &nbsp; <a data-xf-init="copy-to-clipboard tooltip" class="is-hidden" title="Copy"...
  14. Kruzya

    Cookie notice

    In my understanding, before selecting “allow” for Google Analytics, it don’t should be injected in page. So it looks… very crutchly.
  15. Kruzya

    Cookie notice

    Why saving cookies selection refreshes the page? 🤔
Top Bottom