psy e48014c2e0 moved from https://github.com/epsylon/Elgg-Lorea-Hydra | 6 years ago | |
---|---|---|
.. | ||
actions | 6 years ago | |
graphics | 6 years ago | |
languages | 6 years ago | |
views | 6 years ago | |
README.md | 6 years ago | |
manifest.xml | 6 years ago | |
start.php | 6 years ago |
Donation plugin for Elgg
What it does:
Gives you a donation widget for your Elgg site. Handles Paypal, Bitcoins or bank tranfers (just the account number) Right click on any user icon (or on their profile) to mark them as a donator A page where all donators to your site shows Optional: Put a label on profiles to show who has donated Optional: Announce donations to the River
Installation:
Drop donation folder i /mod
Aktivate plugin in "Tool Administration"
In the settings specify how you want it setup
Modify /mod/donation/languages/en.php to get the text right
Setup:
The donation module will show up on all pages with an sidebar. You can disable this and manually add it to pages. See example below:
$sidebar = elgg_view("donation/sidebar");
$params = array(
'content' => $content,
'title' => $title,
'sidebar' => $sidebar,
);
$body = elgg_view_layout('one_sidebar', $params);
In "Tool Administration" setup how you want it:
That's it.