Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 10, 20169 yr Moved from review to support topic: @Nikica Quote I have installed this plugin and I am having problems receiving funds. When someone tries to send me funds they receive the following message: Your recipient is not able to receive funds at this time. Your recipient must first set up his or her account to receive funds. When someone tries to send me money using paypal "send money" option, I can normally receive funds. Any ideas?
January 11, 20169 yr Author 8 hours ago, Nikica said: Thanks for the move AndyF. I presumed I've posted it in the wrong section. Is your Paypal account email validated? And what type of account is it? I assume both donor and receiver accounts use the same currency? Paypal is not entirely clear on the cause of this error but could be a few different things, here is a guide that might offer some solutions.
January 11, 20169 yr Hi, my account email is validated and as mentioned I can receive funds if you use Paypal to send me funds (Send money) without issues. It is a premier account.. I quite don't understand question 3. I have also checked link you provided but it didn't help
January 11, 20169 yr If I remember correctly I had this issue while I was using v3.x of IP Board and your donation sidebar. I think that I was able to receive funds when I was using my primary e-mail address, but this time I am unable to receive funds through Donation Sidebar no matter what e-mail I choose. All emails are confirmed. But, I was able to use subscriptions on IPB 3.x without any issues. I have found out on the Google that some accounts have the Donate option when creating a paypal button, but I don't. I have subscribtions and that's probably the reason why subscriptions work normally. Here is both screenshots, one from the user that has subscriptons and the other screenshot from my paypal. Do I need Business instead of Premier account on Paypal.? Can Donates Sidebar be changed so it has link to subscriptions instead? From the info found here, it seems like I need a business account.. https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/donation_buttons/#id08AAF0F104Y Edited January 11, 20169 yr by Nikica
January 13, 20169 yr Author On 11/1/2016 at 7:08 PM, Nikica said: Do I need Business instead of Premier account on Paypal.? Can Donates Sidebar be changed so it has link to subscriptions instead? From the info found here, it seems like I need a business account.. No easily, it's built around the single donation item. My belief that Premier is the minimum but it's possible that Paypal now requires Business accounts. On 11/1/2016 at 4:34 PM, Nikica said: I quite don't understand question 3. I have also checked link you provided but it didn't help Your main account accepts the same currency that you list in the Donate Sidebar plugin? Or you've got Paypal setup to automatically convert other currencies to your currency?
January 13, 20169 yr Paypal is setup to convert every currency to US Dollars. Default currency is US Dollar. Do you know what will I get/loose with Business account? Paypal isn't very clear about that..
January 18, 20169 yr Author On 13/1/2016 at 5:00 AM, Nikica said: Do you know what will I get/loose with Business account? Paypal isn't very clear about that.. I believe it's an upgrade so wouldn't imagine you would loose anything. Do you have this uploaded on a forum I can view it on? Want to try a test donation to see if there is anything obvious I'm missing here as I'm running out of ideas of what could be wrong.
January 21, 20169 yr Author On 18/1/2016 at 10:49 PM, Nikica said: I have just enabled it back so you can test it. I've just checked a look and not sure what else it could be at this point. Everything looks fine from what I can see, I would suggest raising this with Paypal at this point as this may be something account specific.
February 18, 20168 yr I'm maybe missing something, but can I pay to remove your copyright on this and the portal @Mike John ? I do value your work, but like to tidy things up... Please don't be offended, not intended. Edited February 18, 20168 yr by Lenny Warren
February 19, 20168 yr Author 4 hours ago, Lenny Warren said: I'm maybe missing something, but can I pay to remove your copyright on this and the portal @Mike John ? I do value your work, but like to tidy things up... Please don't be offended, not intended. None taken, see here.
February 19, 20168 yr Many thanks @Mike John, superb. .... and all installed, great stuff. Edited February 19, 20168 yr by Lenny Warren
March 11, 20168 yr Hi, I have got an issue when i use custom language (FR) the donation bar is "white" but if i use English (default) language the bar is dark. That is strange ! Did you meet the same error ? How can i resolve it ? FR UK BR. Edited March 11, 20168 yr by fabnay
March 14, 20168 yr Author On 11/3/2016 at 4:37 AM, fabnay said: I have got an issue when i use custom language (FR) the donation bar is "white" but if i use English (default) language the bar is dark. Can you try reverting any changes to the "percent_goal_reached" language string only and see if that works?
March 14, 20168 yr Done but same result. I have check the plugin with firebug and what is strange is in UK version i have this : <div class="ipsGrid_span6 ipsResponsive_hidePhone"> <div class="ipsPos_center ipsType_center" }"="" data-ipstooltip-label="27% of donation goal reached." data-ipstooltip="" style=""> <span class="ipsAttachment_progress"> <span style="width: 27.777777777778%"></span> </span> <br> <span class="ipsType_light ipsType_small ipsResponsive_hidePhone">27% of donation goal reached.</span> </div> </div> The style is like that : element.style { width: 27.7778%; } .ipsAttachment_progress > span { background: #151515 none repeat scroll 0 0; border-radius: 10px; display: block; height: 10px; width: 0; } *, .ipsApp input[type="search"] { box-sizing: border-box; } And with FR version have this : <div class="ipsGrid_span6 ipsResponsive_hidePhone"> <div class="ipsPos_center ipsType_center" }"="" data-ipstooltip-label="27% of donation goal reached." data-ipstooltip="" style=""> <span class="ipsAttachment_progress"> <br> <span class="ipsType_light ipsType_small ipsResponsive_hidePhone">27% of donation goal reached.</span> </div> </div> The line "<span style="width: 27.777777777778%"></span>" doesn't appear. Style is like that : .ipsAttachment_progress { background: #fff none repeat scroll 0 0; border: 1px solid #dedede; border-radius: 10px; display: inline-block; height: 12px; width: 150px; } *, .ipsApp input[type="search"] { box-sizing: border-box; } I have made screenshots : (i guess they will help) Notice : it is the same thing if i m using default or custom theme. Other point, i don't know if it is normal or not but the progress bar is not displayed if i check the website on my phone. I never paid attention if it was there before or not. BR. Edited March 14, 20168 yr by fabnay
March 16, 20168 yr Author On 14/3/2016 at 5:37 AM, fabnay said: Done but same result. Can I get acp login details to look this over? On 14/3/2016 at 5:37 AM, fabnay said: Other point, i don't know if it is normal or not but the progress bar is not displayed if i check the website on my phone. Intentionally that way but can be changed if needed.
March 16, 20168 yr 5 hours ago, Mike John said: Can I get acp login details to look this over? Message sent. 5 hours ago, Mike John said: Intentionally that way but can be changed if needed. No no it is ok. I was not sure if it was normal.
May 6, 20168 yr Is it possible to display international (english) page when users donate? I'm having a paypal account in foreign language. And this language is being displayed to users, I would like to present them english page instead. How to achieve it in this mod?
May 10, 20168 yr Author On 06/05/2016 at 5:37 PM, Xeite said: Is it possible to display international (english) page when users donate? I'm having a paypal account in foreign language. And this language is being displayed to users, I would like to present them english page instead. How to achieve it in this mod? Try this and let me know how you go. Open plugins/donatesidebar/widgets/donateWidget.php (The folder "donatesidebar" may be named differently.) Find: $form->hiddenValues['cmd'] = '_donations'; Add BELOW: $form->hiddenValues['lc'] = 'US'; Save.
June 18, 20168 yr On 11-3-2016 at 6:37 PM, fabnay said: Hi, I have got an issue when i use custom language (FR) the donation bar is "white" but if i use English (default) language the bar is dark. That is strange ! Did you meet the same error ? How can i resolve it ? FR UK BR. I have this same problem! @Mike John Edited June 18, 20168 yr by R-023
June 20, 20168 yr Author On 19/06/2016 at 3:47 AM, R-023 said: I have this same problem! I've got a temporary patch available here.