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

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

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: 6491
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

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
    Windows 10 Firefox

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: 6491
Joined: 13 Jan 2014, 21:45
    Android Chrome

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
    Windows 10 Firefox

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?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6491
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
Founder
Founder
Posts: 6491
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
Founder
Founder
Posts: 6491
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.

Post Reply Previous topicNext topic