Recent content by Rasmus Vind

  1. Rasmus Vind

    Fixed Uploading multiple attachments at once causes upload dialog race

    Thanks for the response. I will relay it back to my community :)
  2. 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...
  3. 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.
  4. Rasmus Vind

    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...
  5. 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?
  6. 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.
  7. 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...
  8. 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...
  9. 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.
  10. 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.
  11. 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?
  12. 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...
  13. Rasmus Vind

    XF 2.2 [Solved] Enabling design mode causes heavy duplication

    The local version of my site was ~3 years old so I figured I'd download a new dump of my database and data directories. After doing this, I ran the various designer enable commands to enable design mode for all my themes: docker-compose exec php php cmd.php xf-designer:enable 7 Reforged...
  14. Rasmus Vind

    Search results are fetched twice

    My conclusion too after looking at it a few months back. The difference between the two queries is that it knows the number of pages and what to display where. But I agree it could be made more efficient.
  15. Rasmus Vind

    [OzzModz] Users Can View Their Own Warnings

    I just found this. Thanks for creating it. However, I believe it has a flaw allowing everyone to see any warning. You have this: if (!\XF::visitor()->canViewWarnings() && $user->user_id == \XF::visitor()->user_id){ return $this->view('XF:Member\Warnings', 'ozzy_custom_member_warnings'...
Back
Top Bottom