Add-on from where i can find Donation Manager with Sidebar

ecko

Member
Licensed customer
hi there

this is my first topic with my first day in xenforo

i want to know from where i can find Donation Manager with Sidebar to put it in my site


thanks


sorry for my language
 
What exactly do you need it for?
Is it just to be able to receive donations from members?
 
Well, i wanted something simple and free, so this is how I did it, which gave me just what I wanted on my sidebar.

Firstly I installed this so I could control my sidebar just the way I wanted:
https://xenforo.com/community/resources/bd-widget-framework.297/

Then I installed this simple donation mod:
https://xenforo.com/community/threads/donations.74971/

I didn't want the Tab so read post #15. Also post # 6 helped me out.
Also don't forget this part:

Editing the main template:

You will want to edit the andy_donations template to include your donation information. Change the example@example.com in the PayPal information area to your email address.

Next up to get it on your Sidebar using the widget Framework, i added a new widget, HTML
Then added this code to the HTML part changing the red and blue for your needs:

<div align="center">
<span class="smallfont">Contribute to the Forum for help with our hosting costs, maintenance costs. Please Click the PayPal Logo to Contribute, Thanks</font></b></span>
<br /><br />
<div align="center">
<a href="http://www.yoursite.com/donations/" method="post" target="Contribute"><img src="imagepath/paypal.png" border="0" alt=" Contribute"/></a>
</div>

paypal.webp


So the above finally gave me what i wanted, and maybe what you want.
 
are you sure about this link ("http://www.yoursite.com/donations/") cuz i cant find donations folder
When you take away the nav Tab link then that is the link to take you to the correct page on your forum instead of clicking the Nav Tab, you only need to change the http://www.yoursite.com part, my mistake, then the /donations part stays the same at the end of the url to take them to the donations page....
 
Back
Top Bottom