3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Ultimate Points Extension
-
- Donator
- Posts: 348
- Joined: 13 Dec 2014, 02:40
Re: Ultimate Points Extension
I see this in the "donate points" option with the new phpBB 3.2.2
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
- Users
- Posts: 4
- Joined: 17 Jan 2018, 00:29
Re: Ultimate Points Extension
Is it possible to be integrated with top five ext?
-
- Users
- Posts: 84
- Joined: 20 Oct 2015, 11:43
Re: Ultimate Points Extension
I'm guessing you want to show Top Points users (etc) in the Top 5 (Doesn't help if you don't specify anything and leave us guessing ... )? You'll have to ask the author of that extension to integrate it.
''I'm pretty sure there's a lot more to life than being really, really, ridiculously good looking.
And I plan on finding out what that is.''
posey
And I plan on finding out what that is.''
posey
-
- Users
- Posts: 4
- Joined: 17 Jan 2018, 00:29
Re: Ultimate Points Extension
Yes, that's exactly what I want. Showing top points users in the top 5 ext.Posey wrote: 17 Jan 2018, 01:44 I'm guessing you want to show Top Points users (etc) in the Top 5 (Doesn't help if you don't specify anything and leave us guessing ... )? You'll have to ask the author of that extension to integrate it.
-
- Users
- Posts: 112
- Joined: 25 Aug 2016, 12:50
Re: Ultimate Points Extension
Suggestion for next patch: To display the current lottery jackpot total on index page, along with 'Buy Tickets' hyperlink, inside statistics block.
One addition in /event/listener.php
Template changes in, /template/event/index_body_block_stats_append.html
Example shot:

edit: forgot the '{LOTTERY_PURCHASE_TICKETS}'
edit2: removed <span> around {JACKPOT}, i use a custom templates & classes, but its unnecessary for this post.
One addition in /event/listener.php
Find This may be a partial find and not the whole line
Code: Select all
'L_PREVIOUS_WINNER' => sprintf($this->user->lang['LOTTERY_WINNER_INDEX'], $username_colored),
Add after Add these lines on a new blank line after the preceding line(s) to find
Code: Select all
'JACKPOT' => $points_values['lottery_jackpot'],
Template changes in, /template/event/index_body_block_stats_append.html
Find This may be a partial find and not the whole line
Code: Select all
<!-- IF S_DISPLAY_LOTTERY -->{LOTTERY_TIME} • {L_PREVIOUS_WINNER}<!-- ENDIF -->
Replace with Replace the preceding lines with the following
Code: Select all
<!-- IF S_DISPLAY_LOTTERY --><strong>{L_LOTTERY_JACKPOT}{L_COLON}</strong> {JACKPOT} • <strong><a href="{BOARD_URL}ultimatepoints?mode=lottery" title="{LOTTERY_PURCHASE_TICKETS}">{LOTTERY_TIME}</a></strong> • {L_PREVIOUS_WINNER}<!-- ENDIF -->

edit: forgot the '{LOTTERY_PURCHASE_TICKETS}'
edit2: removed <span> around {JACKPOT}, i use a custom templates & classes, but its unnecessary for this post.
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads.
-
- Users
- Posts: 12
- Joined: 14 Jan 2018, 10:25
Re: Ultimate Points Extension
Thank you for this updated extension! This was my favorite mod on phpBB 3.0.x, but after the 3.1.x branch, I left phpBB completely. Kudos for you guys developing the best extensions! 

-
- Users
- Posts: 3
- Joined: 16 Apr 2017, 18:08
Re: Ultimate Points Extension
Sorry , When I install and enable it , It will be shown "HTTP ERROR 500"
How could i solve it ??
Version 1.1.8
phpbb3 3.2.2
How could i solve it ??
Version 1.1.8
phpbb3 3.2.2
-
- Users
- Posts: 12
- Joined: 14 Jan 2018, 10:25
Re: Ultimate Points Extension
Have you try contacting your hosting provider what could have caused the issue? Usually, 500 error codes are errors regarding the website's server.lichang422 wrote: 21 Jan 2018, 16:22 Sorry , When I install and enable it , It will be shown "HTTP ERROR 500"
How could i solve it ??
Version 1.1.8
phpbb3 3.2.2
-
- Users
- Posts: 3
- Joined: 16 Apr 2017, 18:08
Re: Ultimate Points Extension
I am the hosting administrator ,and I make a server in my personal PC ,Robbie626 wrote: 23 Jan 2018, 07:34Have you try contacting your hosting provider what could have caused the issue? Usually, 500 error codes are errors regarding the website's server.lichang422 wrote: 21 Jan 2018, 16:22 Sorry , When I install and enable it , It will be shown "HTTP ERROR 500"
How could i solve it ??
Version 1.1.8
phpbb3 3.2.2
Original my phpBB running is OK.
But when I try to "enable" the MOD ,
It show "HTTP ERROR 500"
And the screen turn to like below.
Any button I select always show "HTTP ERROR 500"
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 8
- Joined: 09 Sep 2017, 11:30
Re: Ultimate Points Extension
Hello error with installation on 3.2.1, do I need to upgrade to 3.2.2 or is there another problem?

Thanks.
EDIT: Fixed it, older version of Mod.
VV

Thanks.
EDIT: Fixed it, older version of Mod.
VV
-
- Users
- Posts: 8
- Joined: 09 Sep 2017, 11:30
Re: Ultimate Points Extension
New question.
I have the transfer option enabled and ticked the option to include a note with a transfer...however, there is no space to include a not when sending a transfer.
Is this a bug or do I need to enable something else?
Thanks.
EDIT: Fixed. It was a permissions issue.
VV
I have the transfer option enabled and ticked the option to include a note with a transfer...however, there is no space to include a not when sending a transfer.
Is this a bug or do I need to enable something else?
Thanks.
EDIT: Fixed. It was a permissions issue.
VV
-
- Users
- Posts: 67
- Joined: 14 Oct 2016, 05:10
Re: Ultimate Points Extension
Some new features would be interesting:
- pay paver view forum
- group option, so that users of certain groups earn more points than the default setting of the ext or that they pay more for something
- option to only be able to donate or receive a donation only if you have a X number of points for more or less (example: you can only receive donation who has 100 points or less or can only donate 1000 points or more)
- integration with some extensions ??
- a store extension for UP, to buy digital things from the forum, like: change user name, access to some group ...
- when deactivating an option (e.g. bank) it is not shown in the ucp
-
- Users
- Posts: 8
- Joined: 09 Sep 2017, 11:30
Re: Ultimate Points Extension
Hello,
Points was working great on my test site...now it is giving 5 points per post even with all awards set to 0.
Is there something hidden somewhere?
VV
EDIT: Found it, individual forum settings needed changing.
Points was working great on my test site...now it is giving 5 points per post even with all awards set to 0.
Is there something hidden somewhere?
VV
EDIT: Found it, individual forum settings needed changing.
-
- Users
- Posts: 3
- Joined: 30 Jun 2016, 02:45
Re: Ultimate Points Extension
When I tried to enable the extension after upgrading to 3.2 from 3.1.9
I got an SQL error.
I got an SQL error.
Code: Select all
SQL ERROR [ mysqli ]
Duplicate entry 'transfer_enable' for key 'PRIMARY' [1062]
SQL
INSERT INTO phpbb_points_config (config_name, config_value) VALUES ('transfer_enable', '1'), ('transfer_pm_enable', '1'), ('comments_enable', '1'), ('logs_enable', '1'), ('images_topic_enable', '1'), ('images_memberlist_enable', '1'), ('lottery_enable', '1'), ('bank_enable', '1'), ('robbery_enable', '1'), ('points_disablemsg', 'Ultimate Points is currently disabled!'), ('stats_enable', '1'), ('lottery_multi_ticket_enable', '1'), ('robbery_notify', '1'), ('display_lottery_stats', '1'), ('uplist_enable', '1')
BACKTRACE
-
- Users
- Posts: 8
- Joined: 09 Sep 2017, 11:30
Re: Ultimate Points Extension
Hello,heyokajan wrote: 06 Dec 2017, 16:29 Good day,
First of all, thanks for the port to 3.2! It works rather well. I just have a question, is there a general log of all transactions being made? This includes transactions to the bank, between users, to the lottery and through the robbery. The only logs I can find can only be viewed by the user itself but not by the staff.
Thanks in advance.
I did not see a reply to this question...is there an answer? A public log of all transactions or at least one for moderators or admin.
Thanks
VV