Okay, I’ve worked out how to get the badges back by inserting the following code in my templates.css file and copying the ‘badge.png’ file from the JA Nex template’s image folder into the JA Wall template’s image folder.
[PHP].badge {
background-image: url(“../images/badge.png”);
background-repeat: no-repeat;
height: 40px;
position: absolute;
right: 10px;
width: 40px;
}
.badge-hot .badge { background-position: 0 0; }
.badge-new .badge { background-position: 0 -40px; }
.badge-top .badge,
.badge-pick .badge { background-position: 0 -80px; }
.badge-vote .badge { background-position: 0 -120px; }
.badge-pick .badge { background-position: 0 -160px; }[/PHP]
I suggest the JA developers make this a standard feature of their templates.