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...
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.
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...
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?
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.
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...
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...
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.
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...
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...
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.
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'...