31-01-2015 Saat: 01:12
Description : Create your own URL button; when clicked, you will be taken to a URL. (You should include the http://)!
This : [button=http://mybb.com]MyBB[/button]
Regular Expression
Replacement :
This : [button=http://mybb.com]MyBB[/button]
Regular Expression
Kod:
\[button=(.*?)\](.*?)\[/button\]
Replacement :
Kod:
<INPUT type="button" value="$2" onClick="location.href='$1'">