[TH] Donate - Multi-campaign manager [Deleted]

:( Throwing server errors I'm afraid

Code:
ErrorException: Undefined index: campaign_type - library/Audentio/DonationManager/Model/Campaign.php:359

Code:
#0 /home/bigdogsp/public_html/library/Audentio/DonationManager/Model/Campaign.php(359): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/bigdogsp/...', 359, Array)
#1 /home/bigdogsp/public_html/library/Audentio/DonationManager/Model/Campaign.php(259): Audentio_DonationManager_Model_Campaign->prepareCampaign(Array)
#2 /home/bigdogsp/public_html/library/Audentio/DonationManager/Extend/XenForo/ControllerPublic/Forum.php(12): Audentio_DonationManager_Model_Campaign->prepareCampaigns(Array)
#3 /home/bigdogsp/public_html/library/Andy/RemoveRss/ControllerPublic/Forum.php(8): Audentio_DonationManager_Extend_XenForo_ControllerPublic_Forum->actionIndex()
#4 /home/bigdogsp/public_html/library/XenForo/FrontController.php(351): Andy_RemoveRss_ControllerPublic_Forum->actionIndex()
#5 /home/bigdogsp/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/bigdogsp/public_html/index.php(13): XenForo_FrontController->run()
#7 {main}

Run the queries in post #293 :)
 
I finally got around to installing this and I'm trying to import over from Robbo's donation manager and according to this, there should be options in tools:

https://www.audentio.com/documentation/ad-donate.html#import

Importing from Donation Manager
If you are currently using Donation Manager by the author vbgamer45, you can import all your current donation campaigns into AD Donate. To import, navigate to tools and select Rebuild Caches. You will see three steps listed, those being Import Campaigns, Import Donations, and Cleanup. Simply click the buttons to run the functions in order.

But I don't have any options in tools/rebuild caches, just an option to cleanup donations.

1.webp

Any help on this would be appreciated as I don't want to lose our list of previous donations. We only have one campaign, so that's no big deal. @Mike Creuzer @Jake B.
 
I finally got around to installing this and I'm trying to import over from Robbo's donation manager and according to this, there should be options in tools:

https://www.audentio.com/documentation/ad-donate.html#import

Importing from Donation Manager
If you are currently using Donation Manager by the author vbgamer45, you can import all your current donation campaigns into AD Donate. To import, navigate to tools and select Rebuild Caches. You will see three steps listed, those being Import Campaigns, Import Donations, and Cleanup. Simply click the buttons to run the functions in order.

But I don't have any options in tools/rebuild caches, just an option to cleanup donations.

View attachment 130901

Any help on this would be appreciated as I don't want to lose our list of previous donations. We only have one campaign, so that's no big deal. @Mike Creuzer @Jake B.
@Jake B. is out of town or I'd ask him, but I believe we did build this in. If its not showing up, that might be a bug. Ill get back to you on this sorry for the trouble.
 
I finally got around to installing this and I'm trying to import over from Robbo's donation manager and according to this, there should be options in tools:

https://www.audentio.com/documentation/ad-donate.html#import

Importing from Donation Manager
If you are currently using Donation Manager by the author vbgamer45, you can import all your current donation campaigns into AD Donate. To import, navigate to tools and select Rebuild Caches. You will see three steps listed, those being Import Campaigns, Import Donations, and Cleanup. Simply click the buttons to run the functions in order.

But I don't have any options in tools/rebuild caches, just an option to cleanup donations.

View attachment 130901

Any help on this would be appreciated as I don't want to lose our list of previous donations. We only have one campaign, so that's no big deal. @Mike Creuzer @Jake B.

Sorry for the delay, this is included, you just have to make sure the old version of the donation manager is still installed and enabled :)
 
i figured. no big deal. i send over the details in a bit.

Looks like XF made a change to the cache rebuild template that broke our template mod. I've made an adjustment on your board that will fix it, and the next release of the add-on will have that fix in it as well :)
 
Looks like XF made a change to the cache rebuild template that broke our template mod. I've made an adjustment on your board that will fix it, and the next release of the add-on will have that fix in it as well :)
got it working. is there a way to have a quarterly donation period? that was a feature in the other manager that we used. otherwise everything looks great so far.

Just thought of one more thing - is there a way to get some color contrast in the donation meter? kind of hard to tell where the outline of the meter bar is since the white blends in with the background.
 
@JakeB while I have you here, I'm trying to add a font awesome icon before the navigation tab, and I can't figure out what the correct code is. I used this for Robbo's:

.navTab.donations .navLink:before {
content: '\f1f4';
font-family: FontAwesome;
font-size: 15px;
font-weight: normal;
padding-right: 3px;
}

But you structure the templates differently. If you could give me the proper code I'd appreciate it.
 
got it working. is there a way to have a quarterly donation period? that was a feature in the other manager that we used. otherwise everything looks great so far.

Just thought of one more thing - is there a way to get some color contrast in the donation meter? kind of hard to tell where the outline of the meter bar is since the white blends in with the background.

@JakeB while I have you here, I'm trying to add a font awesome icon before the navigation tab, and I can't figure out what the correct code is. I used this for Robbo's:

.navTab.donations .navLink:before {
content: '\f1f4';
font-family: FontAwesome;
font-size: 15px;
font-weight: normal;
padding-right: 3px;
}

But you structure the templates differently. If you could give me the proper code I'd appreciate it.

@JakeB any line on these?
 
got it working. is there a way to have a quarterly donation period? that was a feature in the other manager that we used. otherwise everything looks great so far.

I don't believe that is currently possible

Just thought of one more thing - is there a way to get some color contrast in the donation meter? kind of hard to tell where the outline of the meter bar is since the white blends in with the background.

Try putting this in your EXTRA.css:

Code:
.donationCampaign .progressBarBg {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@JakeB while I have you here, I'm trying to add a font awesome icon before the navigation tab, and I can't figure out what the correct code is. I used this for Robbo's:

.navTab.donations .navLink:before {
content: '\f1f4';
font-family: FontAwesome;
font-size: 15px;
font-weight: normal;
padding-right: 3px;
}

But you structure the templates differently. If you could give me the proper code I'd appreciate it.

Just change the css selector to:
Code:
.navTab.addm .navLink:before
 
I don't believe that is currently possible
No problem. Is it something we could add to the feature list in the future?

Try putting this in your EXTRA.css:

Code:
.donationCampaign .progressBarBg {
border: 1px solid rgba(0, 0, 0, 0.05);
}
This worked very nicely. Thanks.

Just change the css selector to:
Code:
.navTab.addm .navLink:before
This didn't take, unfortunately. This is what I have as the code:

.navTab.addm .navLink:before
content: '\f1f4';
font-family: FontAwesome;
font-size: 15px;
font-weight: normal;
padding-right: 3px;
}

And nothing's showing.
 
No problem. Is it something we could add to the feature list in the future?


This worked very nicely. Thanks.


This didn't take, unfortunately. This is what I have as the code:

.navTab.addm .navLink:before
content: '\f1f4';
font-family: FontAwesome;
font-size: 15px;
font-weight: normal;
padding-right: 3px;
}

And nothing's showing.
@JakeB another thing I saw that might be worth looking at - a way to rollover donations to the next month, or to manually apply donations to the meter. For instance, we had a set goal of $40 this month. Someone donated $100. I had to manually go in and decrease the donation amount to $1 to blank out the next month.
 
@JakeB another thing I saw that might be worth looking at - a way to rollover donations to the next month, or to manually apply donations to the meter. For instance, we had a set goal of $40 this month. Someone donated $100. I had to manually go in and decrease the donation amount to $1 to blank out the next month.
Typically though, going over is a good thing. I mean if you want people to just donate without a goal you may just want to not have a goal set.

Rolling over to the next month is not a bad idea but I have a feeling most people are fine with that goal going over. It is more of an incentive for next month since you start at zero.
 
Typically though, going over is a good thing. I mean if you want people to just donate without a goal you may just want to not have a goal set.

Rolling over to the next month is not a bad idea but I have a feeling most people are fine with that goal going over. It is more of an incentive for next month since you start at zero.
I'm in complete agreement. But, if it's possible, I'd like to be able to apply donations manually, so as to create a rollover effect myself. Currently there's no way to do that.m

mike do you know how I might be able to add that icon to the navigation link that I posted above?
 
Back
Top Bottom