Quote:
Originally Posted by Wifey
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!!
|
Still looking for an answer to this.
Addtitionally, the points column is NOT showing up on our member list. Any idea why?
and yes, I have inserted the
{vb:raw template_hook.memberlist_resultsbit} in the memberlist_resultsbit template. It still shows up funny on the members page - all the places where the points should be are just dead link boxes that when you click on them take you to a 404 page.