yoyoyoyo
08-31-2005, 10:00 PM
Hurricane Katrina Banner
Please donate to help the victims of the Hurricane
This template edit adds a banner to your forum, that appears after the first post on each page.
First upload the redcross.jpg banner to your forum/images directory.
Then go to your Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit (and/or Postbit Legacy) and click on the "<< >>" button to expand the template groups. Then paste the following at the end of your template(s):
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
<center>
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Support Hurricane Victims</td>
</tr>
<tr>
<td class="alt1" align="center">
<a href="https://redcrosssecure.org/arcno_org/?zone=donate&sid=&sid="><img src="$vboptions[bburl]/images/redcross.jpg" alt="Donate to the Red Cross to help Hurricane Victims" border =0></a>
</td>
</tr>
</table>
</div>
$spacer_close
</center>
</if>
The address that the banner links to is the Red Cross of New Orleans, however you can substitute the link/banner with whatever aid organization you want to include.
Please donate to help the victims of the Hurricane
This template edit adds a banner to your forum, that appears after the first post on each page.
First upload the redcross.jpg banner to your forum/images directory.
Then go to your Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit (and/or Postbit Legacy) and click on the "<< >>" button to expand the template groups. Then paste the following at the end of your template(s):
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
<center>
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Support Hurricane Victims</td>
</tr>
<tr>
<td class="alt1" align="center">
<a href="https://redcrosssecure.org/arcno_org/?zone=donate&sid=&sid="><img src="$vboptions[bburl]/images/redcross.jpg" alt="Donate to the Red Cross to help Hurricane Victims" border =0></a>
</td>
</tr>
</table>
</div>
$spacer_close
</center>
</if>
The address that the banner links to is the Red Cross of New Orleans, however you can substitute the link/banner with whatever aid organization you want to include.