Recent content by V3NTUS

  1. V3NTUS

    Validate Email Domain

    It only caused many of the following in my admin cp: Error: Class 'Egulias\EmailValidator\EmailValidator' not found in src/addons/Kirby/ValidateEmailDomain/XF/Validator/Email.php:16 Making users unable to completely signup or make any site payments in the meantime. Running XF 2.1.7 and php...
  2. V3NTUS

    XF 2.2 How I Purged old Conversations in database

    It would also be cool if we had a way to delete old attachments, which may take even bigger space though. Nonetheless I agree with ActorMike, reducing the database size would benefit all users by making everything run faster as well, so why not? Unless they think our forums are a mailing...
  3. V3NTUS

    [H] Thread Owner Rights Lite

    Thanks for your release! I'm not sure the issue with normal hard delete permission was fixed. I'm using v1.0.1 on XF2.0.x but I can only soft-delete, not hard-delete even though I have administrative permissions.
  4. V3NTUS

    Show all likes addon - is it possible?

    You can simply edit /src/XF/Entity/Thread.php and add a function like the following one I created, which will return a list of usernames who reacted to the first post of the thread: public function countReactList() { $firstPost = $this->db()->fetchRow("...
  5. V3NTUS

    XF 2.1 Post Likes List

    You can simply edit /src/XF/Entity/Thread.php and add a function like the following one I created, which will return a list of usernames who reacted to the first post of the thread: public function countReactList() { $firstPost = $this->db()->fetchRow("...
  6. V3NTUS

    XF 2.1 How to show all reactions inside post?

    You can simply edit /src/XF/Entity/Thread.php and add a function like the following one I created, which will return a list of usernames who reacted to the first post of the thread: public function countReactList() { $firstPost = $this->db()->fetchRow("...
  7. V3NTUS

    Public service announcement: Check your MySQL backup!

    I recommend following this method. Also, I'd include xf_conversation_master in the tables list, as it holds the title of the conversations, just in case someone used emojis there, too.
  8. V3NTUS

    XF 2.1 Xenforo 2.1.12 PHP 8.0 compatibility

    No problem, thanks anyway :) I'll just stick with php 7.4 for a bit more then, as I don't aim at updating anytime soon, due to the amount of customizations I did on xf 2.1.x
  9. V3NTUS

    XF 2.1 Xenforo 2.1.12 PHP 8.0 compatibility

    So.. does XF2.1.x work fine with PHP 8.0?
  10. V3NTUS

    XF 1.1 Set user to watch all thread they have started

    It looks it doesn't apply to RSS Imported Feeds though, that's why I'm wondering if there's a query to execute to overcome this.
  11. V3NTUS

    XF 1.1 Set user to watch all thread they have started

    Is there a XF 2.x version of this mysql query? I'd like to watch all the threads I started, because RSS Imported Feeds aren't watched by default even if I'm set as thread starter.
  12. V3NTUS

    RSS feed importer to post in an existing thread

    It's a shame none of the devs replied to you after nearly 1 year. Sorry about that.
  13. V3NTUS

    XF 2.2 Batch undelete using moderation?

    Either way it's gonna take a lot if they're not just "over 100" like in my case. Why don't you just add the undelete option in the batch update options?
  14. V3NTUS

    Lack of interest Undelete option for batch update threads

    It's a total shame to not have such function after 2 years. Why letting us search for deleted threads if we cannot then undelete it? Let's waste some hours by manually undeleting 710 posts now. Great.
Top Bottom