Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Donation Tracker - how to obtain after purchase - unreal portal block


  • Please log in to reply
3 replies to this topic

#1 TheTank

TheTank

    Newbie

  • Customers
  • 2 posts
  • IP.Board Version:IPB 3.2.x

Posted 20 October 2011 - 06:28 PM

Dear sir,

I have a few questions before purchasing the Donation Tracker 3.0.1 mod for IPB.

1. When I purchase the mod, how do I receive it? Is it a link I download?

2. I read somewhere I need to fill in the URL of my website. Right now I have my IPB installed at: www.domain.com/forums but thinking about changing the path to www.domain/community. Does this mean once installed at the previous path it will not work at the changed path?

3. Unreal Portal support.
Does the Unreal Portal block contain the code to provide all the information shown on the forums sideblock to also show on the block? So the donation goal meter, donation goal etc.?

Thanks in advance,

With kind regards.

#2 Michael

Michael

    Management

  • Management
  • 3,137 posts
  • Gender:Male
  • Location:Australia
  • IP.Board Version:IPB 3.1.x
  • First Name:Michael
Donator

Posted 21 October 2011 - 01:40 AM

1. Once paid, you'll be redirected straight away to the download centre. Sometimes there is a delay of a few minutes before Paypal sends back your purchase data but usually you can download instantly. (Only exception is unverified Paypal members need to wait 24 hours before download)  It does require a forum url before downloading.

2. Doesn't really matter can be changed or moved without problems.

3. Yes support is included for Unreal Portal with instructions in the Extras folder but supported is included only for the Latest Donations block you see in the sidebar. If you wanted to change this to another block, I can give instructions.

Keep up to date with DevFuse mod development and releases.

Posted Image Posted Image Posted Image Posted Image Posted Image


#3 TheTank

TheTank

    Newbie

  • Customers
  • 2 posts
  • IP.Board Version:IPB 3.2.x

Posted 21 October 2011 - 07:42 AM

English is not my native language so forgive me for not understanding.

Questions 1 and 2 are answered and thank you for that.

About question 3;

Quote

If you wanted to change this to another block, I can give instructions.

Does this mean what is placed on the sideblock of the forums will also show on an Unreal Portal block? My Unreal Portal page is the default page and thus the first page people see when coming to my site. I like the fact that it shows all the donation information on the sideblock and would like to keep this but also have a copy of the info in an Unreal Portal block.

#4 Michael

Michael

    Management

  • Management
  • 3,137 posts
  • Gender:Male
  • Location:Australia
  • IP.Board Version:IPB 3.1.x
  • First Name:Michael
Donator

Posted 22 October 2011 - 01:00 AM

No only the Latest Donations sidebar block is included by default, example code below. But because the Featured Goals and Donations Statistics hooks use similar code, they can also be added with some modification.

Standard code included
<?php

require_once( IPSLib::getAppDir( 'donate' ) . "/sources/hooks.php" );		
$this->registry->setClass('donate_hooks', new donateHookGateway( $this->registry ) );
print $this->registry->getClass('donate_hooks')->LatestDonationsPortal();

?>

You can easily modify it to show the other sidebar blocks in unreal portal.
<?php

require_once( IPSLib::getAppDir( 'donate' ) . "/sources/hooks.php" );		
$this->registry->setClass('donate_hooks', new donateHookGateway( $this->registry ) );
print $this->registry->getClass('donate_hooks')->totalStats();

?>

Keep up to date with DevFuse mod development and releases.

Posted Image Posted Image Posted Image Posted Image Posted Image





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users