Pm me test account to check itGhost 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?
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Ultimate Points Extension
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
-
- Users
- Posts: 19
- Joined: 03 May 2020, 08:58
Re: Ultimate Points Extension
Thank you so much.
I leave here the French translation
I leave here the French translation
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

-
- Users
- Posts: 14
- Joined: 08 Feb 2020, 14:29
Re: Ultimate Points Extension
How can you display more members here?


-
- Users
- Posts: 14
- Joined: 08 Feb 2020, 14:29
Re: Ultimate Points Extension
Can somebody help me with it?
-
- Users
- Posts: 6
- Joined: 22 Apr 2023, 14:37
Re: Ultimate Points Extension
Please tell me how this can be fixed. Convert this expression to text.

I understand it can be fixed here:
acp_users_overview_options_append.html
But I don't know how

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>
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
What is you native language?ditch wrote: 21 May 2023, 10:13 Please tell me how this can be fixed. Convert this expression to text.
I understand it can be fixed here:
acp_users_overview_options_append.htmlBut I don't know howCode: 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>
In lanugae file acp_ultimatepoints.php you can find it.
-
- Users
- Posts: 6
- Joined: 22 Apr 2023, 14:37
Re: Ultimate Points Extension
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.dmzx wrote: 22 May 2023, 08:26What is you native language?ditch wrote: 21 May 2023, 10:13 Please tell me how this can be fixed. Convert this expression to text.
I understand it can be fixed here:
acp_users_overview_options_append.htmlBut I don't know howCode: 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>
In lanugae file acp_ultimatepoints.php you can find it.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
Check in acp_ultimatepoints.php these lines: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.
Code: Select all
'USER_POINTS' => 'User Points',
'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',
-
- Users
- Posts: 6
- Joined: 22 Apr 2023, 14:37
Re: Ultimate Points Extension
/ext/dmzx/ultimatepoints/language/endmzx wrote: 22 May 2023, 10:30Check in acp_ultimatepoints.php these lines: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.
Code: Select all
'USER_POINTS' => 'User Points', 'USER_POINTS_EXPLAIN' => 'Amount of points the user owns.',

english is selected, but this expression still remains

-
- Users
- Posts: 71
- Joined: 22 Jan 2017, 15:39
Re: Ultimate Points Extension
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.
-
- Users
- Posts: 14
- Joined: 08 Feb 2020, 14:29
Re: Ultimate Points Extension
Miri4ever
Search in: ./ext/dmzx/ultimatepoints/en/common.php
Then build the following

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!',
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!',

-
- Users
- Posts: 141
- Joined: 11 Jul 2015, 11:08
Re: Ultimate Points Extension
Is that extension already updated
This is not our work

This is not our work

-
- New user
- Posts: 1
- Joined: 13 Sep 2023, 23:25
Re: Ultimate Points Extension
How they can spend points if there's no shop?
-
- Donator
- Posts: 47
- Joined: 21 May 2017, 14:30
Re: Ultimate Points Extension
We spend our points currently on Lotto,
and can send a member some points as well.

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

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

p.s.
I would like an email sent to the member that points are being stolen from.

Currently disabled.

My name is Dave I, and all things are out there, and we are in here 

-
- Users
- Posts: 141
- Joined: 11 Jul 2015, 11:08
Re: Ultimate Points Extension
Does ultimate points work now?
Or are there any mistakes?
Regards
Or are there any mistakes?
Regards