Title:
Description:
Regular Expression:
HTML Replacement:
Usage in MyCode:
Output in HTML:
Quote:Download from Mods
Description:
Quote:This lets you download stuff from the MyBB mods site straight from your forum. You can aslo style the link by useing the mods-link class.
Regular Expression:
\[mods=(.*?)\](.*?)\[/mods\]
HTML Replacement:
<a href="http://mods.mybb.com/view/" class="mods-link">$2</a>
Usage in MyCode:
[mods=goodbye-spammer]Download Goodbye Spammer[/mods]
Output in HTML:
<a href="http://mods.mybb.com/view/goodbye-spammer" class="mods-link">Download Goodbye Spammer</a>