Recent content by ivp

  1. I

    Signup abuse detection and blocking [Paid]

    The problem isn't the links - it's the troublesome behavior of such members.
  2. I

    Signup abuse detection and blocking [Paid]

    Some users are creating accounts via regular ISPs to avoid being detected and then switch to VPNs/proxies. It would be useful to have an option to either (1) prevent posting or (2) send post to approval queue when a VPN/proxy is detected.
  3. I

    XF 2.2 The user views the deleted message

    Created a suggestion for this: https://xenforo.com/community/threads/allow-members-to-view-deleted-content-in-notifications.230975/
  4. I

    Allow members to view deleted content in notifications

    When a member gets a notification about a deleted post, it would be useful if they could see the content that was removed. This would allow them to learn what is not allowed, serving as a helpful guide. Right now, they have no idea which content has been deleted. We could offer a link that...
  5. I

    [Liam W] (RIP) Member Self Delete

    @Ozzy47 please be so kind to add to wish list deleting user's XFMG albums in finaliseDeleteDisable() function: $albumRepo = \XF::repository('XFMG:Album'); $albumList = $albumRepo->findAlbumsForUser($this->user); $albums = $albumList->fetch(); foreach ($albums AS $album) { /** @var...
  6. I

    Username auto-complete using XFES [Paid]

    The last task during upgrade from 1.6.0 to 1.6.2 failed with timeout connecting to Elasticsearch. Tried optimizing "Users" index, but it reports again: XFES\Elasticsearch\ConnectException: cURL error 28: Operation timed out after 20000 milliseconds with 0 bytes received (see...
  7. I

    Support for Facebook's reel URL embedding

    Found that it is working if instead of: https://www.facebook.com/reel/2350072485349531 use the following: https://www.facebook.com/facebook/videos/2350072485349531
  8. I

    Duplicate No notification on mention after post edit

    Deleting and reposting is just a workaround. There is no valid reason to handle post edits differently. Our members have raised concerns about not receiving notifications, despite their names being clearly mentioned in the post.
  9. I

    Duplicate No notification on mention after post edit

    Steps to reproduce: Write post Edit that post Add user mention in edited post: @someuser Save post The user 'someuser' does not receive notification about that mention.
  10. I

    Fixed IndexNow error: [500] An unexpected error occurred

    Didn't use batch update. Just having a large forum.
  11. I

    Fixed IndexNow error: [500] An unexpected error occurred

    Now seeing hundreds of: ErrorException: IndexNow error: [429] We're sorry, but you have sent too many requests to us recently. src/XF/Error.php:81
  12. I

    Fixed IndexNow error: [500] An unexpected error occurred

    Sporadically seeing the following error: ErrorException: IndexNow error: [500] An unexpected error occurred. Please try again later. src/XF/Error.php:81 Stack trace #0 src/XF.php(266): XF\Error->logError('IndexNow error:...', false) #1 src/XF/IndexNow/Api.php(86): XF::logError('IndexNow...
  13. I

    Cannot disable Passkey completely

    Although passkey provider is disabled in xf_tfa_provider table, Passkey button is still displayed on Login page.
  14. I

    replaceSmiliesHtml template compilation error

    After upgrade from 2.2.17 to 2.3.5 seeing couple of errors shown below. I've attached example content causing the issue. Avoid using copy&paste, but import the file just like it is, just change post_id. TypeError: Macro public:post_macros :: post_user_content() error...
  15. I

    ElasticSearch Essentials [Paid]

    Maybe he is waiting for XF2.4 ;)
Back
Top Bottom