3.2 & 3.3 Extensions Database 3.2 / 3.3Ultimate Points Extension

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

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Ultimate Points Extension

Post by dmzx »

Ghost wrote: 29 Jan 2023, 11:28 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?
Pm me test account to check it

User avatar

ironside
Users
Users
Posts: 19
Joined: 03 May 2020, 08:58
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by ironside »

Thank you so much.

I leave here the French translation
fr.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image Proute To Be French :D

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Ghost »

How can you display more members here?
Image

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Ghost »

Ghost wrote: 02 Apr 2023, 12:02 How can you display more members here?
Image
Can somebody help me with it?

User avatar

ditch
Users
Users
Posts: 6
Joined: 22 Apr 2023, 14:37
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by ditch »

Please tell me how this can be fixed. Convert this expression to text.

Image

I understand it can be fixed here:
acp_users_overview_options_append.html

Code: Select all

<dl>
	<dt><label>{{ lang('USER_POINTS') }}{{ lang('COLON') }}</label><br/><span>{{ lang('USER_POINTS_EXPLAIN') }}</span>
	</dt>
	<dd><input class="text" type="text" id="user_points" maxlength="16" name="user_points" value="{{ USER_POINTS }}"/>
	</dd>
</dl>
But I don't know how

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

ditch wrote: 21 May 2023, 10:13 Please tell me how this can be fixed. Convert this expression to text.

Image

I understand it can be fixed here:
acp_users_overview_options_append.html

Code: Select all

<dl>
	<dt><label>{{ lang('USER_POINTS') }}{{ lang('COLON') }}</label><br/><span>{{ lang('USER_POINTS_EXPLAIN') }}</span>
	</dt>
	<dd><input class="text" type="text" id="user_points" maxlength="16" name="user_points" value="{{ USER_POINTS }}"/>
	</dd>
</dl>
But I don't know how
What is you native language?

In lanugae file acp_ultimatepoints.php you can find it.

User avatar

ditch
Users
Users
Posts: 6
Joined: 22 Apr 2023, 14:37
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by ditch »

dmzx wrote: 22 May 2023, 08:26
ditch wrote: 21 May 2023, 10:13 Please tell me how this can be fixed. Convert this expression to text.

Image

I understand it can be fixed here:
acp_users_overview_options_append.html

Code: Select all

<dl>
	<dt><label>{{ lang('USER_POINTS') }}{{ lang('COLON') }}</label><br/><span>{{ lang('USER_POINTS_EXPLAIN') }}</span>
	</dt>
	<dd><input class="text" type="text" id="user_points" maxlength="16" name="user_points" value="{{ USER_POINTS }}"/>
	</dd>
</dl>
But I don't know how
What is you native language?

In lanugae file acp_ultimatepoints.php you can find it.
my native language is russian. But in acp, even in english (by default) in User Administration, the specified expression on the screenshot does not change.

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

ditch wrote: 22 May 2023, 08:47 my native language is russian. But in acp, even in english (by default) in User Administration, the specified expression on the screenshot does not change.
Check in acp_ultimatepoints.php these lines:

Code: Select all

'USER_POINTS' => 'User Points',
	'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',

User avatar

ditch
Users
Users
Posts: 6
Joined: 22 Apr 2023, 14:37
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by ditch »

dmzx wrote: 22 May 2023, 10:30
ditch wrote: 22 May 2023, 08:47 my native language is russian. But in acp, even in english (by default) in User Administration, the specified expression on the screenshot does not change.
Check in acp_ultimatepoints.php these lines:

Code: Select all

'USER_POINTS' => 'User Points',
	'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',
/ext/dmzx/ultimatepoints/language/en
Image
english is selected, but this expression still remains
Image

User avatar

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

Re: Ultimate Points Extension

Post by miri4ever »

I nearly gave up about this error in both ACP modules. I do not display in English or any kind of language. The rest of this working fine inside the main control acp of this extension. Just those forums and users having this trouble even if the languages added.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Ghost
Users
Users
Posts: 14
Joined: 08 Feb 2020, 14:29
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Ghost »

Miri4ever

Search in: ./ext/dmzx/ultimatepoints/en/common.php

Code: Select all

'WARN_MOD_POINTS' => 'Additionally %1$s %2$s has been deducted from %3$s’s account!',
Then build the following

Code: Select all

'USER_POINTS' => 'User Points',
	'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',
	
	'FORUM_OPTIONS' => 'Forum Points',
	'FORUM_PEREDIT' => 'Points Per Edit',
	'FORUM_PEREDIT_EXPLAIN' => 'Enter here, how much points users will receive for <strong>editing</strong> a post. Please be aware, that they will also receive additional points, which you defined in the advanced points settings.<br />Set to 0 to disable receiving points for this forum.',
	'FORUM_PERPOST' => 'Points Per Post',
	'FORUM_PERPOST_EXPLAIN' => 'Enter here, how much points users will receive for placing <strong>posts (replies)</strong>. Please be aware, that they will also receive additional points, which you defined in the advanced points settings.<br />Set to 0 to disable receiving points for this forum. This way also the advanced points settings are disabled for this forum!',
	'FORUM_PERTOPIC' => 'Points Per Topic',
	'FORUM_PERTOPIC_EXPLAIN' => 'Enter here, how much points users will receive for placing a <strong>new topic</strong>. Please be aware, that they will also receive additional points, which you defined in the advanced points settings.<br />Set to 0 to disable receiving points for this forum. This way also the advanced points settings are disabled for this forum!',
	'FORUM_COST' => 'Points Per Attachment Download',
	'FORUM_COST_EXPLAIN' => 'Enter here, how much points users will have to pay for <strong>downloading an attachment</strong>.<br />Set to 0 to disable this feature.',
	'FORUM_COST_TOPIC' => 'Points to pay for new topic',
	'FORUM_COST_TOPIC_EXPLAIN' => 'Enter here, how much points a user has to pay to start a new topic in this forum.',
	'FORUM_COST_POST' => 'Points to pay for new post',
	'FORUM_COST_POST_EXPLAIN' => 'Enter here, how much points a user has to pay to make a new post in this forum.',
	'FORUM_POINT_SETTINGS' => 'Ultimate Points Settings',
	'FORUM_POINT_SETTINGS_EXPLAIN' => 'Here you can setup, how much points users will gain for placing new topics, new posts (replies) and editing their posts. These settings are on a per forum basis. This way you can make it very detailed, where users will get points and where not.',
	'FORUM_POINT_SETTINGS_UPDATED' => 'Global forum points updated',
	'FORUM_POINT_UPDATE' => 'Update global forum points',
	'FORUM_POINT_UPDATE_CONFIRM' => '<br />Are you sure you want to update all forum points with the given values?<br />This step will overwrite all current settings and cannot made reversible!',
Image

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Ubuntu Firefox

Re: Ultimate Points Extension

Post by faroud »

Is that extension already updated
This is not our work
:whistl:

User avatar

SymoClash
New user
New user
Posts: 1
Joined: 13 Sep 2023, 23:25
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by SymoClash »

How they can spend points if there's no shop?

User avatar

NAPWR
Donator
Donator
Posts: 47
Joined: 21 May 2017, 14:30
    Linux Chrome

Re: Ultimate Points Extension

Post by NAPWR »

SymoClash wrote: 13 Sep 2023, 23:33 How they can spend points if there's no shop?
We spend our points currently on Lotto,
and can send a member some points as well. :tumbsyes:

Forum robbers on the other hand,
can steal our cash in hand if we don't bank it first. :yikes:

Be nice to have extra ways to spend points,
but like all programs,
there are more important extensions being worked on. :buigen:

p.s.
I would like an email sent to the member that points are being stolen from. :guns:
Currently disabled. :shoot4:
My name is Dave I, and all things are out there, and we are in here :mml:

User avatar

faroud
Users
Users
Posts: 141
Joined: 11 Jul 2015, 11:08
    Ubuntu Firefox

Re: Ultimate Points Extension

Post by faroud »

Does ultimate points work now?
Or are there any mistakes?
Regards

Post Reply Previous topicNext topic