Resource icon

[Aayush] PayPal Donate 1.04

No permission to download
Adding donations manually doesn't affect the donation goal bar.

I have set the monthly goal to £100, have entered 2 separate manual donation totalling £20

upload_2015-9-13_1-4-5.webp

upload_2015-9-13_1-5-5.webp
 
Hello, how do I change the color of the goal description/title? It's just white.
Edit "Aayush_PD.css" template

Find:
Code:
.DonationGoal h2.heading
{
    margin-bottom: 0px;
}

Replace With:
Code:
.DonationGoal h2.heading
{
    margin-bottom: 0px;
    color: #000;  /* change this property to whatever color you want */
}
 
Yes, I would like the description to allow HTML or something so we can format the description properly. I did try but it put everything on one line, thanks.

Would love to have this available as well. :)

Also is there a way to change it to a yearly donation goal?
 
Last edited:
Last edited:
Hi @Aayush Agrawal, the above URL says Request not validated, why is this?
Is the link http://www.dreamaion-forum.com/callback.php or http://www.dreamaion-forum.com/donate_callback.php ..?

Also http://dreamaion-forum.com/index.php?donations/complete is the link I put in Website preferences and I also set auto return to on. What does auto return do by the way?
Return URL is "http://www.dreamaion-forum.com/donate_callback.php"

After payment is completed, Paypal sends a IPN notification to that url.
 
permissions are not working. i gave the admin rights to see the donations page, however it has i do not have access when viewing the donation page.

EDIT: A re-install made it work for some reason.

@Aayush Agrawal how can i make the donation description larger? its such a small size.
 
Last edited:
Bonjours, je n'arrive pas a afficher sur le coté droit la barre de donation comme ilustré sur l'image 2, pourtant dans les options elle sont bien coché
--------------------
Hello, I fail to see on the right side as the donation bar Ilustre image 2, though the options are ticked it
 
Hi,

I have 3 questions

1. How can I remove the title: Donation Goal and the bar it sits in?

2. How can I remove the goal bar (that goes up when a donation is made to 100%) and text?

3. How can I list the last 10 donations, with a link, on the donate page?

Thanks
 
1. Create a new widget with type as "Advanced Template Without Wrapper"
2. Template name: aayush_PD_donation_goal_sidebar
3. Hook: forum_view or forum_list
4. Save

Is there more to this I have been unsuccessful at creating a widget.

Correction: Aayush_PD_donation_goal_sidebar
Capitalization of template was my issue. *solved*

Edit: Permissions fixed for having the ability to enable guest mode.
 
Last edited:
Top Bottom