MyBB Community Forums

Full Version: [Request] Magic the Gathering autocard mycode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay I have started a Magic: the Gathering forum and I need help with a particular MyCode.

Since Magic: the Gathering has thousands of cards, we need to be able to link to them so people know what they do.

Just for example, typing in:

[card]Lightning Bolt[/card]

should link to:

Lightning Bolt

As you can see, the website that I want to link to is:
http://magiccards.info/autocard.php?card=

The card that they type in (the name within the [card][/card] tags] goes right after the = sign in the link above.

I was able to do it with Invision Power Board but that's because it doesn't involve regular expressions or anything. Can anyone help me?

Thanks.
Try this:

Title: Magic Cards
Description: Embed links from magiccards.info
Regular Expression:
\[card\](.*?)\[/card\]
Replacement:
<a href="http://magiccards.info/autocard.php?card=$1">$1</a>
Enabled: yes

How to write:
[card]Lightning Bolt[/card]

---
Enjoy
Thanks! It works Smile
No problem. Smile
I love helping across the community Wink

If you like, Joined my site for 100 + Exclusive MyCodes.
Anything like this for Battle Sprites?
I made one for WoW. I know nothing about battle sprites though xD hit me up with a PM if you want something made.
(2010-09-23, 08:42 PM)wethegreenpeople Wrote: [ -> ]I made one for WoW. I know nothing about battle sprites though xD hit me up with a PM if you want something made.

Id like to see that WoW one, did you have it posted somewhere