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>
Previous topicNext topic
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Android Chrome

Re: Ultimate Points Extension

Post by dmzx »

Ghost wrote: Jan 29th, '23, 10: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ironside
Users
Users
Status: Offline
User theme: Dark
Posts: 19
Joined: May 3rd, '20, 06: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Ghost
Users
Users
Status: Offline
User theme: Dark
Posts: 14
Joined: Feb 8th, '20, 13:29
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Ghost »

How can you display more members here?
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Ghost
Users
Users
Status: Offline
User theme: Dark
Posts: 14
Joined: Feb 8th, '20, 13:29
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by Ghost »

Ghost wrote: Apr 2nd, '23, 10:02 How can you display more members here?
Image
Can somebody help me with it?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ditch
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Apr 22nd, '23, 12: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

ditch wrote: May 21st, '23, 08: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ditch
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Apr 22nd, '23, 12:37
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by ditch »

dmzx wrote: May 22nd, '23, 06:26
ditch wrote: May 21st, '23, 08: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6485
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by dmzx »

ditch wrote: May 22nd, '23, 06: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.',

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

ditch
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Apr 22nd, '23, 12:37
    Windows 10 Chrome

Re: Ultimate Points Extension

Post by ditch »

dmzx wrote: May 22nd, '23, 08:30
ditch wrote: May 22nd, '23, 06: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

miri4ever
Users
Users
Status: Offline
User theme: Dark
Posts: 71
Joined: Jan 22nd, '17, 14: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.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Ghost
Users
Users
Status: Offline
User theme: Dark
Posts: 14
Joined: Feb 8th, '20, 13: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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

faroud
Users
Users
Status: Offline
User theme: Dark
Posts: 141
Joined: Jul 11th, '15, 09:08
    Ubuntu Firefox

Re: Ultimate Points Extension

Post by faroud »

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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

SymoClash
New user
New user
Status: Offline
User theme: Dark
Posts: 1
Joined: Sep 13th, '23, 21:25
    Windows 10 Firefox

Re: Ultimate Points Extension

Post by SymoClash »

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

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

NAPWR
Donator
Donator
Status: Offline
User theme: Dark
Posts: 47
Joined: May 21st, '17, 12:30
    Linux Chrome

Re: Ultimate Points Extension

Post by NAPWR »

SymoClash wrote: Sep 13th, '23, 21: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:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

faroud
Users
Users
Status: Offline
User theme: Dark
Posts: 141
Joined: Jul 11th, '15, 09:08
    Ubuntu Firefox

Re: Ultimate Points Extension

Post by faroud »

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

Previous topicNext topic

Subscribers

User avatar
AlvoErrado2
User avatar
Anders
User avatar
artplat17
User avatar
Azaman
User avatar
benchess
User avatar
Bingo
User avatar
Brunchs
User avatar
capalex65
User avatar
cemorhon
User avatar
cgartfactory
User avatar
CharLee
User avatar
chrisc93
User avatar
Coryu
User avatar
Crajkaro
User avatar
cyberpaul
User avatar
dani50
User avatar
darkz
User avatar
dathwerth
User avatar
Dead Man
User avatar
ditch
User avatar
dmzx
User avatar
Dopply
User avatar
EaglesTruth
User avatar
Emmer
User avatar
Encule
User avatar
eunaumtenhoid
User avatar
exemplary
User avatar
faroud
User avatar
fastgil.com
User avatar
Fredisland
User avatar
g0lang
User avatar
gamestnforum
User avatar
Ghost
User avatar
Gratiano
User avatar
Hareon
User avatar
Herman
User avatar
heyokajan
User avatar
hiriu
User avatar
Hitomi
User avatar
hungnhhn
User avatar
Interesting
User avatar
iosis7613
User avatar
ironside
User avatar
ivailo95
User avatar
jan_2017
User avatar
Joost
User avatar
Josephpo
User avatar
JustAlpha
User avatar
Kakagawa
User avatar
Kami-sama
User avatar
kangeroe
User avatar
kaspir
User avatar
kel
User avatar
Ketchup
User avatar
kikuya
User avatar
killfrenzy
User avatar
LegendPH
User avatar
lenz
User avatar
lgmf
User avatar
lichang422
User avatar
limp8976
User avatar
little
User avatar
Lonson
User avatar
luca17000
User avatar
Maclobster
User avatar
martin
User avatar
mati4458
User avatar
Merlino
User avatar
Micha
User avatar
Midway
User avatar
Mike.RO
User avatar
miri4ever
User avatar
mortalites
User avatar
mulano77
User avatar
muzair
User avatar
Naija
User avatar
NAPWR
User avatar
ninouee
User avatar
nncuong
User avatar
odpro
User avatar
oronzocanà
User avatar
Patitoloko
User avatar
petejb
User avatar
picaron
User avatar
ramboagent
User avatar
ramp
User avatar
Red777
User avatar
redragon
User avatar
Restless Rancor
User avatar
riofriz
User avatar
Robbie626
User avatar
roiebh
User avatar
Rootzilla
User avatar
RTI kartname
User avatar
SalyaDarken
User avatar
schupacek
User avatar
scriptman
User avatar
seacoast
User avatar
Shyuan
User avatar
simplejiro
User avatar
skuadsco
User avatar
Sniper_E
User avatar
SpIdErPiGgY
User avatar
spiritatbay
User avatar
Stellarfriend
User avatar
Stine
User avatar
SupplyNDemand
User avatar
Tarantino
User avatar
theia
User avatar
tiboo55
User avatar
tnt
User avatar
umi
User avatar
v1rtu0so
User avatar
Venatus Vinco
User avatar
Vito875
User avatar
Voice4Vision
User avatar
weblord
User avatar
WildestDrake
User avatar
WISHEXEC
User avatar
xMaveeeX
User avatar
xvi
User avatar
Yemmy
User avatar
YoOoster
User avatar
zhangla
User avatar
[Mikk]