yunra
Forum Replies Created
-
I dont know how bbpress works, but if you can use wordpress addons in it it might work? Never used bbpress so i can’t give a proper answer to that.
Forum: Plugins
In reply to: [Utilities for MTG] Deck lists?Im using visual studio code with only autocompletion for php so im not getting much help so a cleanup is always nice to get. Git is fine to use.
I haven’t had time to test your changes yet but i will get to it, and your other questions as well. May is a pretty hectic month for me personally so i might not be able to test anytime soon but if i get some time over between work and stuff i’ll get to it.
Thanks for taking the time to help out!Forum: Plugins
In reply to: [Utilities for MTG] Deck lists?It would be a great addition if you could make that!
The code is available on https://plugins.trac.ww.wp.xz.cn/browser/utilities-for-mtg/
If you know phpand can make a decklist method that takes a list of cards (like the other methods ‘cancel|xln:serra angel|m19’ f.ex) and make a nicely displayed decklist of them that would be great. The method needs to return plain html with some css classes (css is in a separate file). I can take care of modifying it to use the wordpress lib and add all the caching etc that i use in other functions if you dont want to spend time learning wordpress coding.
I did see your other question about exact matching as well, i’ll see if i can look into that a bit more and i’ll answer there.
Forum: Plugins
In reply to: [Utilities for MTG] Deck lists?The feature exist in some capacity, you can use [p1p1deck] and list cards in a semicolon separated list and it will display all cards it can find in the list. The feature just simply displays all cards side by side, normally when listing a deck you want to sort and put cards on top of each other by cmc or such, but this feature is not implemented.
But it simplifies it a little since you just need to list the cards you want pictures of, its just for pictures as of now though, was it textlinks you wanted?
Example:
[p1p1deck]serra angel:cancel:grunn, the lonely king:disfigure[/p1p1deck]Forum: Plugins
In reply to: [Utilities for MTG] Issues with the pluginHi,
You get that message when it can not find the card you are looking for.
The [precache] tag is just for caching a bunch of cards to make the load faster, it is however really important with the spelling after that since it matches exact spelling.
[scrylink] and [scryimg] looks in the cache to see if it can find an exact match of a card, if not, it should go to scryfall and check for it and provide the closest match, if nothing is found, you just get “No card found.”
Could you copypaste the text you are using so i can try to replicate the issue?Best Regards
Martin