Nevermind...
Your instructions are a little different as compared to my templates for 2.2.1. I had put the postbit entry after my </smallfont><br> statement!!
After a closer examination, I managed to make it work right!!
Your instructions:
## Find:
Posts: $post[posts]<br>
## AFTER, ADD THIS:
$post[donation]
My template:
Posts: $post[posts]</smallfont></td>
I added your statement after that and it didn't look quite right.
So, here's my fix:
Posts: $post[posts]<br>
$post[donation]</smallfont></td>
And it looks GREAT!! Thanks.
:up:
|