Multiverse Feedback: Recent Activity
Multiverse Feedback: Cardlist | Visual spoiler | Export | Booster | Comments | Search | Recent activity |
Mechanics | Upcoming releases | Skeleton |
Recent updates to Multiverse Feedback: (Generated at 2025-05-12 16:56:49)
Should be indented:
> Indented text intended here.
Related: when I hit the site via HTTPS, everything mostly works except the on-hover card previews from the skeleton. I get "Blocked loading mixed active content" in the console. I suspect all that's needed to fix this is to make sure that XHR requests use the same protocol as the page was loaded under. In HTML you can usually write links in the form "://www.magicmultiverse.net/path/to/page" (omitting the leading "http" or "https") and the browser will do the right thing both ways. I'm not sure about JavaScript.
The "Special Details Pages" ComboBox also doesn't work properly: It fails to insert the special title into the appropriate text field (the title is left blank).
I came across this trying to create a new Front Page.
Marking a post as adressed/unadressed or highlighting them doesn't show the change in status immediately, a manual refresh of the page is needed.
(You tell us if yu prefer filing separate bug reports, right?)
The totals for rarity and color/s item are now shown on the page where one generates a set skeleton.
Yikes! No, I wasn't aware of that - though I was aware of intermittent caching problems on the individual cardset recent changes pages. Thanks for the heads up: I'll look into it.
Right, yes, that's sadly accurate. There in fact never is an image - not on the server side. It's only the browser that creates it.
I think it might be possible to render it server-side - MTGNexus manages it somehow. So this is at least possible. And I have sometimes wanted it myself... when I was creating the FICG Equestria Girls set to playtest on Cockatrice I throw together a little script to go through the Visual Spoiler screengrabbing each card and saving it out as a named image onto the local hard drive. I ought to be able to provide some way for anyone to do that.
I don't think I'm going to provide a way to link to those images though. I'd probably need to step up the amount I pay my hosting servers to let MagicMultiverse serve that much bandwidth.
Is it still on your radar that caching for the recent updates page is still broken? By which I mean I still need to clear my cache every time to see new updates
So it doesn't seem like there is an easy way to export to MSE - the closest thing is exporting to XML and then trying to reformat the XML to match MSE's '.mse-set' syntax and saving it in a blank MSE set file. I've been running into enough roadblocks there that it might be faster/easier just to manually build each card in MSE...all 266 of them. XD
I will give that a try, thanks!
You can export to Magic Set Editor and then export from MSE to Cockatrice, if that helps.
Nope, I've never exported cards from here
No urgency on that, I realized that Cockatrice requires using 3rd party web apps to draft (none of which seem to support custom cards/sets) so the only use for Cockatrice would be to play Constructed formats with the custom cards. If you find it I'm still interested, but I have shifted my focus to Untap.in because they allow custom cards and support drafting (as well as constructed). Hence the other issue I just created about mockup images.
Hmm. I thought someone (ReubenCovington? dude1818?) had a Cockatrice export script, but I can't find it either on here or in my email.
Great, thanks!
Once one person has cleared their cache, it shouldn't be necessary for anyone else. I think that cardset is now fine.
Another workaround that sometimes helps: add "?a" to the end of a URL.
I'm looking into the caching problems though, and trying to work out how to make none of these workarounds needed any more.
Thanks for the tip! I will remind folks to clear their cache if they are experiencing this issue viewing the set.
I think that's a known issue of the recent site-update.
As a temporary solution: Some pages need a hard refresh right now before changes are applied.
Ctrl+f5 (on e. g. chrome desktop) will do it, or clear your cache before reloading.
I hope this is okay to be on one card instead of 2-3.
Just fixed the Javascript on the cardlist and search pages. Search should now work without assuming you want user 1 and cardset 1.
remove a bit of that text since it's also in the comments
Thanks for the diagnosis! That was very helpful.
The fix was actually slightly different - I added a '#' inside that JQuery selector, so it's
onclick="$('#whole_cardset_form').show();"
. But nonetheless, your analysis of the problem helped me know exactly what to do in less than a minute, so thank you very much!fixed
fixed
fixed