1
Santa Hat on Sat Dec 18, 2010 3:31 am
Jake

Registered Member

Christmas is coming up and I would like to add a santa hat hanging on every avatar. How can I accomplish this?
Santa Hat on Sat Dec 18, 2010 3:31 am

Re: Santa Hat on Sat Dec 18, 2010 12:41 pm
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}<img src="IMAGE URL HERE" />
Re: Santa Hat on Sat Dec 18, 2010 1:07 pm
ankillien wrote:Hi,
You can do it in templates.
Go to viewtopic_body template and find this part...
- Code:
{postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}
Put the santa hat image right after that, using this code...
- Code:
<img src="IMAGE URL HERE" />
Save it and publish it
Re: Santa Hat on Sat Dec 18, 2010 7:42 pm
Re: Santa Hat on Sat Dec 18, 2010 11:44 pm

ankillien wrote:Hi,
You can do it in templates.
Go to viewtopic_body template and find this part...
- Code:
{postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}
Put the santa hat image right after that, using this code...
- Code:
<img src="IMAGE URL HERE" />
Save it and publish it

Re: Santa Hat on Sun Dec 19, 2010 1:15 am
Re: Santa Hat on Sun Dec 19, 2010 10:43 am
tr.post td[width="150"] .poster-profile {
position: relative;}.hat {position: absolute;
top: 35px; left: 5px;
}
Re: Santa Hat on Mon Dec 20, 2010 8:41 am
<img src="IMAGE URL HERE" /> <img src="IMAGE URL HERE" class="hat" />
Re: Santa Hat on Mon Dec 20, 2010 11:10 am
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum