Pokémon TCG: Sword and Shield—Brilliant Stars

HTML/Java Question

Muscovy Level X

New Member
Does anyone know how you can, in html or Java, display information relative to a specific source?

That explanation was probably awfull, but what I mean is stuff like the latest member thing (in the info bar), the "Private Messages: Unread X, Total Y.", the New PM popup, ect.
 
my good man, it's a javascript.
here is a bit of line which it can tell you using that above post as an example :)

however im not sure is this what u wanted? lol.

<a class="bigusername" href="member.php?u=13990">Muscovy Level X</a>
<script type="text/javascript"> vbmenu_register("postmenu_1233170", true); </script>
 
Are you refferring to using this for you header or footer on your Team Website? If so, iy may depend on that site's layout and speficications on what codes will and will not work. If it is for you site, I would check with it's support website (if there is one)
 
<pout>But I can't find HOW!</pout>

I've checked examples, and they either show just the face value information, or an expresion, often something.somethingelse; in which case I can't find it repeated.
 
Back
Top