MyBB Community Forums

Full Version: Download from Mods
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Title:
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>
The point of this is?
You can post on your forums for users to download your plugins without having the resouces taken by your site.
then just give a link? Plus this bypasses the TOS on all of the plugins you would provide a link for..
Then have it like Matt has his plugins e.g goodbye spammer so you have to scroll down to download it like on the mods site.