Jump to content
DevFuse Forums

(M34) Donate Sidebar


Michael

Recommended Posts

  • Management

File Name: (M34) Donate Sidebar

File Submitter: Michael

File Submitted: 16 Jun 2011

File Category: IP.Board Modifications

 

Description: Simple to configure hook that adds a Paypal donation form to your sidebar. With the option to enter your own custom html donate code. Also includes group permissions as well as a percentage status bar of your donations based on an entered goal amount.

Full version of Donation Tracker can be found here.
More information on copyright removal here.

Keep up to date with DevFuse mod development and releases.

2ze9ngh.jpg 53qo7q.png 2r7m3v9.png 2lkwa4w.jpg 24wfq0z.png

 

Click here to download this file

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 4 months later...
  • Management

How can i change the name manually? my board name is long, so it over laps?

 

Open the hooks template bit in Board Index > hookDonateSidebar

 

Find and Change:

<h3>{$this->lang->words['dsb_donate_to']} {$this->settings['board_name']}</h3>

 

Save Template.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Michael,

 

Thanks by your mod. I'm trying to use in my board but the progress bar is always 100% blue.

But when we put the mouse over it, it shows "16,73%".

 

Can you give me any clue what is causing this?

By the way, I translated to brazilian portugueses (I hope you don't mind, since you cleared to the spanish on the top).

Link to comment
Share on other sites

  • Management

Try this and let me know if it works.

 

Open ACP > Look & Feel Tab > select skin > Board Index > hookDonateSidebar

 

Find:

<if test="$percentage = $this->settings['dsb_donation_amount'] / $this->settings['dsb_goal_amount'] * 100">

 

Replace With:

<if test="$percentage = number_format($this->settings['dsb_donation_amount'] / $this->settings['dsb_goal_amount'] * 100, 2, '.', '')">

 

Save.

Link to comment
Share on other sites

  • 3 months later...

hi,

 

I have built with me. When I press on Donate Now, comes the following error message.

 

This recipient does not accept payments denominated in USD. Please contact the seller and ask him to update his payment receiving preferences to accept this currency.

 

USD dollar I have not, since I come from Germany would be the euro. How and where can I change this?

Link to comment
Share on other sites

  • 6 months later...
  • Management

The Donate Sidebar hook has been upgraded to v2 and includes several new features and improvements to code/layout.

 

  • Option to set dimensions of status bar.
  • Included block for Portal.
  • Included block for IP.Content.
  • Option to have multiple currencies.
  • Option to have selectable donation amounts.
  • Redesign and optimization of code and layout.
  • Support for new automatic copyright removal, see here.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...