Page 1 of 1

[Solved] Add an Image to the Donation Block

PostPosted: Mon Apr 10, 2006 12:59 am
Author: Threat009
I'm looking to spice up my donation block and have it stand out a little more in hopes that it will get a little more attention. :grin:

PostPosted: Mon Apr 10, 2006 8:03 am
Author: Simon N
What theme you using? Where you want the image to show and how big is it?

Is the block side or centred?

Re: Add an Image to the Donation Block

PostPosted: Mon Apr 10, 2006 1:32 pm
Author: Eon
Threat009, go to your Template folder for the specific template you are using, and go to the donate_block.tpl

Code: Select all
<table>     <tr>         <td><span><b><form action="https]

I added the paypal link and button to the top of my box.


It used to look like this.

[code]<table>     <tr>         <td><span><b>{L_NEW_DONATIONS}</b></span><br></td>     </tr><BEGIN>       <tr>         <td><span><b>{dntns.NUMBERING}.</b></span></td><td><span> <a>{dntns.DONATE_AMNT} ({dntns.L_DONATED_BY} {dntns.DONATED_BY})</a></span></td>         <td><span><b><a>{dntns.L_DONATION_LINK}</a></b></span></td>     </tr><END></table>


Where it requested the language link for new donations I replaced it with whatver I wanted to put at the top center of the box.

Hope that helps, as I have been trying to figure it out myself, and I took some of SImon's advice on another issue and applied it.

<img>

Re: Add an Image to the Donation Block

PostPosted: Tue Apr 11, 2006 3:02 am
Author: Threat009
That did the trick, and was exactly what I was looking for! Thankyou very much! <img>

PostPosted: Tue Apr 11, 2006 9:55 am
Author: Eon
And I am the bomb noob!!! I got something right..