devbit
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: [Plugin: Donate Plus] Some Ideas and ProblemsKoenoezsi,
Telling me issues is not annoying, it’s helpful. Thank you for continuing to do so.I’ve integrated the widgets into the main plugin to fix the version control issue, an update should be available any minute now.
“Write you comments within…” is now in the language file, thanks!
Please send your translated .po files to donateplus@devbits.ca and I will add them to the repository.
Thanks!
Forum: Requests and Feedback
In reply to: [Plugin: Donate Plus] Some Ideas and ProblemsThank you for the excellent comments! I’ve made some more modifications based on your input. Please update to v1.5
Cheers!
Forum: Plugins
In reply to: Donate Plus in sidebarVersion 1.4 now offers Widget support and the following functions as alternatives to using the shortcodes:
<?php DonatePlusForm(); ?> <?php DonatePlusWall(); ?> <?php DonatePlusTotal(); ?>NOTE: You will need to activate the Donate Plus Widgets from the Plugins Panel seperately before they will be available.
Forum: Plugins
In reply to: Donate Plus in sidebarWorking on adding sidebar widget support to v1.4, will update soon. Thx!
Forum: Plugins
In reply to: [Plugin: Donate Plus] Error in localizationThanks! Fixed in v1.3
Forum: Plugins
In reply to: [Plugin: Donate Plus] Changing default country when transferred to PayPalI need more details, where are you asked for Postal settings or countries? Are you not able to change countries when you get to PayPal?
Forum: Plugins
In reply to: [Plugin: Donate Plus] Put my Donation on the Recognition WallWell, that sucks! This is fixed in v1.3 coming out ASAP.
Forum: Plugins
In reply to: [Plugin: Donate Plus] Feature Request: Monthly donationsGreat idea! Will look into it. thanks!
Forum: Plugins
In reply to: Donate Plus in sidebarI haven’t created a widget for it yet (coming soon…) but for now you can edit your template to use the following php functions instead of the shortcodes.
First grab the Class like so:
<?php $donateplus = new DonatePlus(); ?>The Form:
<?php $donateplus->DonatePage(); ?>The Wall:
<?php $donateplus->DonorWall(); ?>The Total:
<?php $donateplus->DonorTotal(); ?>This plugin is still in its infancy, so bear with me as I add more useful features in the future. Thanks!
Forum: Plugins
In reply to: Donate Plus leads me to http://www.belahost.com/pp/I’ve found an issue with the amount not being passed on to the database and thank you email, as well as an issue with the link to the Notification Wall. I’ve made another update, so please grab v1.2 when you get a chance as well. Sorry for the bugs, let me know how it works out for you!
Forum: Plugins
In reply to: Donate Plus leads me to http://www.belahost.com/pp/Please upgrade to v1.1, this was missed after testing. My bad!