Ultimate Points Extension

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Post Reply
User avatar

Naija
Users
Users
Posts: 5
Joined: 10 Feb 2021, 23:00

Re: Ultimate Points Extension

Post by Naija »

For shops, I found a way to co-exist this extension with advanced shop system or advanced point system extensions.

You have to install them in order, but both use the POINTS table.

The ups does the earnings, the aps/ass works perfectly, but setting their earnings to zero.

It made sense.

User avatar

miri4ever
Users
Users
Posts: 71
Joined: 22 Jan 2017, 15:39

Re: Ultimate Points Extension

Post by miri4ever »

I have the same problem with the English language files. The German translation works fine.

Image

Just the English is not displayed at ACP inside the forum settings.

On my testing board the bank time , days, week, month display as normal but on the main forum I just sometimes got the 1 ARRAY display. Same Server, same settings.

I have begun to put the English texts inside my German files and then upload it again. It seems to work, but not sure why the base files, even on a fresh 3.3.5 board, not show up correctly.

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18

Re: Ultimate Points Extension

Post by umi »

Hi guys, I wonder if is possible change point separator of thousands.

Would like change

Code: Select all

,
per

Code: Select all

.
Anya idea?

Regards

:exclaim: I answer myself:

In common.php search for lines 244 y 245:

Code: Select all

'POINTS_SEPARATOR_DECIMAL' => ',',

Code: Select all

POINTS_SEPARATOR_THOUSANDS' => '.',
Change the separator to your liking

User avatar

miri4ever
Users
Users
Posts: 71
Joined: 22 Jan 2017, 15:39

Re: Ultimate Points Extension

Post by miri4ever »

One of my team members with English setup language still not see the texts inside forum edit to set the points. For me with my translation all works fine.

User avatar

killfrenzy
Users
Users
Posts: 118
Joined: 06 Feb 2016, 19:22

Re: Ultimate Points Extension

Post by killfrenzy »

Help I want to delete it and reset all but can't delete data. Show http 500 error is there's a way to delete it? or in the database?
Compilation of Android Roms, Recoverys, Apps, Games and Tricks
Visit my blog http://androidcribs.com
Androidcribs.com
Androidcribs
Image

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04

Re: Ultimate Points Extension

Post by ivailo95 »

killfrenzy wrote: 26 Aug 2022, 13:15 Help I want to delete it and reset all but can't delete data. Show http 500 error is there's a way to delete it? or in the database?
1st upload again files then go to PHPmyAdmin then delete it from there
and the last back your forum and delete the ext from Disabled Extensions
Feed like a disease
And bring them to their knees
They'll pay for their deceit

User avatar

killfrenzy
Users
Users
Posts: 118
Joined: 06 Feb 2016, 19:22

Re: Ultimate Points Extension

Post by killfrenzy »

ivailo95 wrote: 26 Aug 2022, 16:32
killfrenzy wrote: 26 Aug 2022, 13:15 Help I want to delete it and reset all but can't delete data. Show http 500 error is there's a way to delete it? or in the database?
1st upload again files then go to PHPmyAdmin then delete it from there
and the last back your forum and delete the ext from Disabled Extensions
what exact table name I need to delete? thanks
Compilation of Android Roms, Recoverys, Apps, Games and Tricks
Visit my blog http://androidcribs.com
Androidcribs.com
Androidcribs
Image

User avatar

artplat17
New user
New user
Posts: 1
Joined: 10 Oct 2022, 15:11

Re: Ultimate Points Extension

Post by artplat17 »

How to add daily reward login bonus?

User avatar

miri4ever
Users
Users
Posts: 71
Joined: 22 Jan 2017, 15:39

Re: Ultimate Points Extension

Post by miri4ever »

To display to transaction logs still result errors for me:
Fatal error: Uncaught Error: mysqli_result object is already closed in ..../phpbb/db/driver/mysqli.php:264 Stack trace: #0 .../phpbb/db/driver/mysqli.php(264): mysqli_fetch_assoc(Object(mysqli_result)) #1 .../phpbb/db/driver/factory.php(305): phpbb\db\driver\mysqli->sql_fetchrow(Object(mysqli_result)) #2 .../ext/dmzx/ultimatepoints/ucp/ucp_ultimatepoints_module.php(109): phpbb\db\driver\factory->sql_fetchrow() #3 .../ext/dmzx/ultimatepoints/ucp/ucp_ultimatepoints_module.php(40): dmzx\ultimatepoints\ucp\ucp_ultimatepoints_module->bank_info() #4 ..../includes/functions_module.php(676): dmzx\ultimatepoints\ucp\ucp_ultimatepoints_module->main('\\dmzx\\ultimatep...', 'bank') #5 .../ucp.php(440): p_master->load_active() #6 {main} thrown in.../phpbb/db/driver/mysqli.php on line 264
And still the mystery with inside the ACP Forum Edit the languages not display.

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29

Re: Ultimate Points Extension

Post by Ghost »

Hello

Also wanted to install the Ext Ultimatepoints_v127 but the following errors are displayed
General error
--------------------------------------

It's been dealt with
Last edited by Ghost on 05 Jan 2023, 09:45, edited 1 time in total.

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29

Re: Ultimate Points Extension

Post by Ghost »

How can I delete this error from the database?

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, string given

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
LG Ghost

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6429
Joined: 13 Jan 2014, 21:45

Re: Ultimate Points Extension

Post by dmzx »

Do you get this when installing Ultimate points?

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29

Re: Ultimate Points Extension

Post by Ghost »

dmzx wrote: 28 Jan 2023, 09:28 Do you get this when installing Ultimate points?
No I get that who I click on Ultimate Points in the personal area

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6429
Joined: 13 Jan 2014, 21:45

Re: Ultimate Points Extension

Post by dmzx »

Ghost wrote: 28 Jan 2023, 10:08
dmzx wrote: 28 Jan 2023, 09:28 Do you get this when installing Ultimate points?
No I get that who I click on Ultimate Points in the personal area
Ok will check on test board

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29

Re: Ultimate Points Extension

Post by Ghost »

I just tried my test forum, everything is ok.

But on my main forum is a mistake.
Can I get the mistake in the main forum from database?

Post Reply