MyBB Community Forums

Full Version: Battlelog Rank and Posbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using Mycode...

Example MyCode

Expressão Regular *
\[btl\](.*?)\[/btl\]

Subst.
<a href="http://bf3stats.com/stats_pc/$1"><img src="http://g.bf3stats.com/pc/ORFv5eXC/$1.png" alt="BF3 Stats" /></a>

<a href="http://bf3stats.com/your_plattaform/your_NICK"><img src="http://g.bf3stats.com/your_plattaform/your_sign/your_nick.png" alt="BF3 Stats" /></a>

U can use any sign

PC use "pc"
PS3 use "stats_ps3"
XBOX use "stats_360"

Se for PC use "pc"
Se for XBOX360 use 360
Se for PS3 use ps3

Your Sign - sign ID like this ORFv5eXC


[btl]ArnoldLayne-xXx[/btl]

[Image: ArnoldLayne-xXx.png]



U can create a fid and show in your postbit like


http://g.bf3stats.com/{$post['fidX']}/ANY_SIGN_ID/{$post['fidX']}.png

Create Custom fields and show everyplace but all members need have a one.


If you can do so with more complex information would be nice.


Like this
http://community.mybb.com/thread-138675.html

API HERE

http://bf3stats.com/api
Very nice! Thanks for sharing...