Recent content by Chromaniac

  1. Chromaniac

    XF 2.3 What size are the emojis?

    appears to be 64x64: https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f923.png
  2. Chromaniac

    XF 2.3 SQL query to remove existing subscriptions?

    Batch update users appears to have an option to bulk change activity summary setting! And if you do not want anyone to use this feature, I suppose you can disable the feature as well? Setting is here: admin.php?options/groups/emailOptions/#activitySummaryEmail
  3. Chromaniac

    XF 2.2 Upgrading from 2.2.5 to latest (2.3.7)

    this guide can be handy. https://xenforo.com/community/resources/upgrading-from-xenforo-2-2-to-xenforo-2-3-guide.9513/ take backup. take another one. check status of addons for 2.3 compatibility. test upgrade on a test install first maybe.
  4. Chromaniac

    XF 2.3 AI crawlers causing xf_session_activity table to reach limit

    one tiny feature enhancement that would help me would be ability to sort the Current visitors page by IPs. would be easier to see which ip ranges are hammering the forum at any point of time. of course, ability to block ip/ip-range/user-agents from this page would make it a bit easier but i see...
  5. Chromaniac

    XF 2.1 Link not unfurling

    https://xenforo.com/community/threads/unfurling-questions-file-too-large.156871/post-1440513
  6. Chromaniac

    Please increase the number of slots for censoring

    if you do need a fast solution and can pay for an addon that does a lot more than what your requirement is... i think this addon from @Siropu should work well for you! https://xenforo.com/community/resources/keyword-linking-by-siropu.7406/
  7. Chromaniac

    Email Queuing Enhancements

    so... i am on 2.3.4 and using the 2.4.1 version of this addon. with this addon enabled i get an error on sending a test outbound mail. Error: Call to a member function getDebug() on int in src/XF/Admin/Controller/ToolsController.php at line 318...
  8. Chromaniac

    XF 2.3 Signatures not visible

    iirc. signatures are hidden on on mobile view.
  9. Chromaniac

    Is there a way to reduce image file size on upload?

    are you on 2.3? xenforo changed how images are uploaded big time on 2.3 iirc where images are resized before uploads so such problems should be massively reduced? plus webp also helps.
  10. Chromaniac

    s9e Media Sites

    does not appear to have embed code on that link 🤷‍♀️
  11. Chromaniac

    XF 2.2 why do we see IP6v now in members IP addresses

    here in india, ipv6 usage exploded after a new player (jio) launched as they went ipv6 by default. took a while to get used to seeing these. since then many mobile operators now use ipv6... ipv4 is now in minority here in india as a result.
  12. Chromaniac

    XF 2.3 Push Notifications Not Clearing on Android.

    so yeah as per my understanding, browser notifications do not work like app notifications where developers/users have a lot of control. there is no syncing of notifications between different devices. your mobile browser won't know what threads you have read on desktop browser and vice versa. And...
  13. Chromaniac

    XF 2.3 Server error on test outbound email

    So, I am on a slightly older version (2.3.4) and recently i noticed that test sending an email from backend shows this error: Error: Call to a member function getDebug() on int in src/XF/Admin/Controller/ToolsController.php at line 318 XF\Admin\Controller\ToolsController->actionTestEmail() in...
  14. Chromaniac

    XF 2.3 Deleted all threads and reset thread count to zero

    yeah for that you would probably have to start with a fresh database. i do not think it is possible to start from thread id 1 without actually messing around with the database index entries.
Back
Top Bottom