Recent content by Rasmus Vind

  1. Rasmus Vind

    InvalidArgumentException: Invalid string IP

    Summary XF\Job\ApprovalQueueProcess crashes with InvalidArgumentException: Invalid string IP when the moderator log entry is created from CLI. Reproduce Have content (e.g. a post) sitting in the approval queue. A moderator approves it through the UI, which enqueues an...
  2. Rasmus Vind

    The server did not respond in time. Please try again.

    Any AJAX submission of a form with enctype="multipart/form-data" that takes longer than 60 seconds aborts client-side with...
  3. Rasmus Vind

    DiscussionForumPosting structured data: three issues fail Google Search Console validation

    Files: XF\ThreadType\AbstractHandler, message_macros...
  4. Rasmus Vind

    Fixed Uploading multiple attachments at once causes upload dialog race

    Thanks for the response. I will relay it back to my community :)
  5. Rasmus Vind

    Fixed Uploading multiple attachments at once causes upload dialog race

    Hello! A member of my site recently discovered that if you upload two files at the same time, the upload dialog starts a race of showing two different progresses. It will jump between two progress percentages back and forth...
  6. Rasmus Vind

    Discord Integration [Paid]

    Hello NixFifty. I am really happy with this add-on. I have been asked on occasion for a "who is" command users can send. It would be nice to say /whois rasmusvind and get a link to the profile on the connected site. Perhaps also the reverse to see who they are in Discord from the site.
  7. Rasmus Vind

    Lack of interest AbstractCollection->pluck() should always return collection when $collectionOnEmpty=true

    I just had a case where I did $entity->TagRelations->pluckNamed('Tag', 'tag_id')->toArray(). In rare circumstances I would get a "could not call toArray() on array" error. This was puzzling as the call uses pluck() in the implementation and because Tag is uppercase, it will have...
  8. Rasmus Vind

    Cannot report members who limit access to their profile

    It makes sense to have a barebone profile for those who have prevented the viewing of their profile. You might still be able to start conversations with them too, right?
  9. Rasmus Vind

    XF 2.2 Expand gaming site to multiple games

    I hear you. But what about segregating forum index into multiple. Just linking to a sub category isn't the same as categories inside won't be expanded but appear as sub forums I believe.
  10. Rasmus Vind

    XF 2.2 Expand gaming site to multiple games

    My website is currently based around one particular game. I am entertaining the idea of expanding it to another. I am thinking completely separate as to not disturb my existing community but still have the same user accounts, add-ons, etc. So I'd like it to be the same xenForo install, but still...
  11. Rasmus Vind

    Fixed Pasted text which contain bbcode loses line break

    I have been in touch with the community member and here is his latest update (hint there is still a problem): https://www.hiveworkshop.com/threads/pasting-code-into-a-post-deletes-all-blank-lines.337683/post-3585451 Basically, copy-pasting code reduces any number of consecutive line breaks into...
  12. Rasmus Vind

    Fixed Pasted text which contain bbcode loses line break

    A member of HIVE reported it a few weeks back and we are on the latest version already. I can try to get someone to help me reproduce it on this site.
  13. Rasmus Vind

    [OzzModz] User Profile Notes

    What I miss in this simple on-point add-on is the ability for moderators to see an indicator for user note count on the member tooltip. This can be done in a theme except there is no count field added to the User entity.
  14. Rasmus Vind

    XF 2.2 Git branching and XF styles causes a lot of issues

    @Mike, do you have any suggestions for how best to approach this?
  15. Rasmus Vind

    XF 2.2 Git branching and XF styles causes a lot of issues

    I updated to the latest XenForo and fixed some of the outdated templates. Then switched to an older branch and did: docker-compose exec php php cmd.php xf-dev:import -a VindIT/Downloads docker-compose exec php php cmd.php xf-designer:import Reforged docker-compose exec php php cmd.php...
Back
Top Bottom