MyBB Community Forums

Full Version: [MyCode]GamerPic n' Avatar Xbox 360
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Insert a Avatar or a gamerpic of Xbox 360

Avatar
example Wrote:[Avatar]Your Gamertag Here[/avatar]

Regular Expression Wrote:\[avatar\](.*?)\[/avatar\]

Replacement Wrote:<img src="http://avatar.xboxlive.com/avatar/$1/avatar-body.png"/>
[avatar]SSFPatrici0[/avatar]
and will look like this:
[Image: avatar-body.png]

Gamerpic
example Wrote:[Avatar]Your Gamertag Here[/avatar]

Regular Expression Wrote:\[GamerPic\](.*?)\[/GamerPic\]

Replacement Wrote:<img src="http://avatar.xboxlive.com/avatar/$1/avatarpic-l.png"/>
[Gamerpic]SSFPatrici0[/Gamerpic]
and will look like this:
[Image: avatarpic-l.png]

Version 2.0
Now is a link to your profile

Avatar
Replacement Wrote:<a href="http://www.xboxlc.com/profile/$1">
<img src="http://avatar.xboxlive.com/avatar/$1/avatar-body.png"/></a>

Gamerpic
Replacement Wrote:<a href="http://www.xboxlc.com/profile/$1">
<img src="http://avatar.xboxlive.com/avatar/$1/avatarpic-l.png"/></a>
Niice! Simple, yet effective.