I'm helping code a Harry Potter site after they upgraded to 4.0. Before with this hack in vB3.x, we were able to have on the welcome panel the points standings for the four houses. We accomplished this by creating a user for each of the four houses - Gryffindor, Hufflepuff, etc. Anytime a staff member would donate to a member in each house, they would turn around and donate the exact same amount to the "house" account, so a running tally could be kept of how many points each house was earning. So, for example on the welcome panel it would say:
Gryffindor : XX points
Hufflepuff: XX points
and so forth and so on. I would like to add this back and have it auto update, instead of having to go into the welcome panel (the dbtech one, I might add - fab, by the way) and manipulate it manually every time an update is made. To accomplish this, in the welcome panel coding, what would my code be? In other words, here's my code:
HTML Code:
<smallfont><b><font color="crimson">Gryffindor</font>:</b> WHAT CODE GOES HERE?</smallfont>
Thank you in advance!!