2013-03-16, 02:55 PM
Xbox 360 Gamercard MyCode: http://community.mybb.com/thread-124625.html
Regular Expression:
Replacement:
Result: A Playstation playercard like this http://card.psnprofiles.com/1/player.png , and on click opens Playstation.com.
NOTE: You may need to visit psnprofile.com and make enter your name and make your own for it to work. I have not tested the code to a further extent.
Regular Expression:
\[psn\](.*?)\[/psn\]
Replacement:
<span class='ft'><a href="http://us.playstation.com/index.htm" target="_blank">
<img src="http://card.psnprofiles.com/1/$1.png" border=0 width=300>
</a></span>
Result: A Playstation playercard like this http://card.psnprofiles.com/1/player.png , and on click opens Playstation.com.
NOTE: You may need to visit psnprofile.com and make enter your name and make your own for it to work. I have not tested the code to a further extent.