League of Extraordinary FoundryVTT Developers

LOE

League of Extraordinary FoundryVTT Developers

Join the community to ask questions about League of Extraordinary FoundryVTT Developers and get answers from other members.

Join
CCalego9/19/2021

V9 Tabs Issue

If you never figured this out, here's why this happened: A small change in Tabs during v9 causes some DOM configurations which previously worked to stop working. The tab elements (not the navigation for the tabs but the actual contents) must be direct children of the contentSelector element. ...
Zzeel9/18/2021

Deck Creation Macro

I created a macro to fill out a 52-card deck, you set the ID of the deck and the base URL of the folder where your card images are stored, and then run it. ```js /* --------------- Settings --------------- */ ...
CCalego9/18/2021

devmode-issues

@arcanist figured out, the flex layout elements have pointer-events: none, so anything injected will need to specifically pointer-event: unset or normal or w/e to re-enable that
CCalego8/11/2021

Layer Manipulation

presumably a module doing this would execute on canvasReady or something for every client right?
KKaKaRoTo8/4/2021

Login Via POST

look at your network tab when you click the join button, you'll see the POST with the data it sends, the response has a Set-Cookie header