[SNIPPET] Paypal Donation Statistics on Portal

Mixed forum with phpBB code snippets
Guides and styles

[SNIPPET] Paypal Donation Statistics on Portal

Post by Stoker »

Paypal Donation Statistics on Portal

Addon for: Simple Portal

Display donation stats on index needs to be enabled in the Paypal Extension settings.

First we need to make a simple edit.
Open: /ext/skouat/ppde/event/listener.php
Find: 'core.viewonline_overwrite_location' => 'viewonline_page',
Add after, on a new line: 'stoker.portal.main_controller_render_template_before' => 'load_index_data',
Save and upload.

Download the html file here.
PaypalStats_on_Portal.zip
Upload it to the /ext/skouat/ppde/styles/all/template/event folder.
Purge cache



The result:
Screenshot.png
You do not have the required permissions to view the files attached to this post.
Last edited by Stoker on 24 Apr 2025, 09:53, edited 2 times in total.
Reason: - -