Basically, you enter a tag, for example ¤tscore& in a post or signature and when not in editing mode it retrieves the the requested data from the poster's account, in this example it would print the user's current percentage done in his current level.
I and others would find this useful for when you want to make a custom signature in PHP, for example I made a little test which works like this,
image.php?max=100&val=&lvldone&&str=EXP
in edit post would become:
A few more could be:
Maybe even:
I think this would be a really nice feature to see become a reality, and it wouldn't be too hard to implement.
I and others would find this useful for when you want to make a custom signature in PHP, for example I made a little test which works like this,
image.php?max=100&val=&lvldone&&str=EXP
in edit post would become:
A few more could be:
&lvldone& - print total percentage done in current level
&lvl& - print current level
&rscore& - print ranked score
&tscore& - print total score
&accuracy& - print accuracy
&chit& - print total circles hit
&plays& - print playcount
&ava& - print current full avatar URL
&postcount& - print current postcount
&userrank& - print user rank (the "combo commander, spinner sage, etc" titles
&rankX& - print total ranks for given score letter (enter "A,S,X,SH,XH" where X)
&rank& - print user's global ranking #
&kudosu& - print kudosu #
etc...
Maybe even:
&pending&
&ranked&
both printing the user's current maps in bbcode format ([url=http://<MAP URL>]<MAP ARTIST & TITLE>[/url]\n )
I think this would be a really nice feature to see become a reality, and it wouldn't be too hard to implement.