EzPortal - Portal Software for Forums

EzPortal Forums => ezBlocks => Topic started by: Jonas1975 on September 06, 2013, 07:13:23 am

Title: Donation Block using Resourcez Donationspro Mod
Post by: Jonas1975 on September 06, 2013, 07:13:23 am
I found a Donation mod called Treasury ( http://custom.simplemachines.org/mods/index.php?mod=916 ) that has the possibility to work with ezPortal to create a block which, in my opinion looks great.

The official site of the mod is this one: http://resourcez.donationspro.com and has a Free and Pro (paid) version of it. I'm using the Free one and it's works great (for more info, check the links to mod and official site).

To add a block to ezPortal, just create a Donation block on the options of the mod and then create a php block with this code:

Code: [Select]
global $sourcedir;
include("$sourcedir/DonationBlock.php");

I think this is a good solution for those looking for a Donation block.
Title: Re: Donation Block using Resourcez Donationspro Mod
Post by: EzPortal on September 06, 2013, 09:54:34 am
Nice! Wow that is an easy block to setup!
Title: Re: Donation Block using Resourcez Donationspro Mod
Post by: Jonas1975 on September 06, 2013, 10:08:38 am
Very easy indeed!  I think it's a great solution since I saw already on the forum people asking for it.

When I get my portal set up, I will add a screenshot to the first post.