3.1.x Extensions Database 3.1 / 3.2 ⇒ Ultimate Points Extension
-
Matrixer
- Users

- Posts: 21
- Joined: 22 May 2016, 17:52
Re: Ultimate Points Extension
Hi guys,
Is there any code available to make only the total Points display on index?
If not can you help me create something to include in functions.php please?
Thanks
Is there any code available to make only the total Points display on index?
If not can you help me create something to include in functions.php please?
Thanks
-
x8BiTw0LFx
- Users

- Posts: 79
- Joined: 02 Nov 2015, 15:37
Re: Ultimate Points Extension
That works, but only so the groups can't see their points. They still receive points :/camplife wrote: 21 Sep 2016, 02:19Instead of "No", try "Never". I think "No" can be over-ridden by other settings whereas "Never" cannot. (I think that's how it works)x8BiTw0LFx wrote: 15 Sep 2016, 15:06Yes, and everything is set to no, but still receiving points :(

-
LEOPARD
- Users

- Posts: 14
- Joined: 08 Sep 2016, 21:55
Re: Ultimate Points Extension
Friends, I beg you! Make please lottery module for the portal.
Very necessary. My users can not play it, because the just forget about it. And so it will be in the portal and will be visible to all.
For earlier and thank you!
Very necessary. My users can not play it, because the just forget about it. And so it will be in the portal and will be visible to all.
For earlier and thank you!
-
dmzx
- Founder

- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
First post updated.
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Ultimate Points Extension
Update language DE
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
If you want to get German translations for extensions: ask me.
If you want to get German translations for extensions: ask me.
-
xStorm91x
- Users

- Posts: 15
- Joined: 20 Sep 2016, 11:32
Re: Ultimate Points Extension
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
dmzx
- Founder

- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Ultimate Points Extension
Check the styles/all/theme/ultimatepoints.css file and look for icon.xStorm91x wrote: 17 Oct 2016, 05:57 Someone can help me?? How can i fix this problem?...
www.rsf-clan.net/forum
Change icons to:
.icon-points {
background-image: url("./images/icon_points.gif");
background-repeat: no-repeat;
}
.icon-members {
background-image: url("./images/icon_members.gif");
background-repeat: no-repeat;
}
-
xStorm91x
- Users

- Posts: 15
- Joined: 20 Sep 2016, 11:32
Re: Ultimate Points Extension
Thanks! Now workdmzx wrote: 17 Oct 2016, 19:41Check the styles/all/theme/ultimatepoints.css file and look for icon.xStorm91x wrote: 17 Oct 2016, 05:57 Someone can help me?? How can i fix this problem?...
www.rsf-clan.net/forum
Change icons to:
.icon-points {
background-image: url("./images/icon_points.gif");
background-repeat: no-repeat;
}
.icon-members {
background-image: url("./images/icon_members.gif");
background-repeat: no-repeat;
}
-
ag108home
- Users

- Posts: 1
- Joined: 18 Oct 2016, 17:26
Re: Ultimate Points Extension
How can admin see log of all user and can you add function pay to view content? Thank you!
-
LEOPARD
- Users

- Posts: 14
- Joined: 08 Sep 2016, 21:55
Re: Ultimate Points Extension
I can not upgrade from version 1.1.5 to 1.1.6.
I do this: unplug the extension, delete the folder with the server, upload the new version includes an extension.
So the error 503.

I do this: unplug the extension, delete the folder with the server, upload the new version includes an extension.
So the error 503.

-
Kinsman
- Users

- Posts: 109
- Joined: 18 Aug 2016, 15:38
Re: Ultimate Points Extension
I could not upgrade either.
Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors.
A module already exists:
Return to the extension list
Do we need to delete data to go from 1.1.5 to 1.1.6 ?
Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors.
A module already exists:
Return to the extension list
Do we need to delete data to go from 1.1.5 to 1.1.6 ?
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Ultimate Points Extension
If you are using phpBB 3.1.10: may be it is caused by this bug: https://tracker.phpbb.com/browse/PHPBB3-14831
There are issues with the dbal when installing an extension. Here are two example extensions that previously installed and worked fine on 3.1.9
-
Kinsman
- Users

- Posts: 109
- Joined: 18 Aug 2016, 15:38
Re: Ultimate Points Extension
Interesting, I can see at least three extensions updated their migration files to avoid the issue, so unsure of the way forward now beyone waiting for 3.1.11 to fix it.
-
Kinsman
- Users

- Posts: 109
- Joined: 18 Aug 2016, 15:38
Re: Ultimate Points Extension
Bugger, looks like the failed migration broke our site too.
SQL ERROR [ mysqli ]
Table 'bikesnst_phpbb3.phpbb_points_bank' doesn't exist [1146]
SQL
SELECT holding FROM phpbb_points_bank WHERE user_id = 4
BACKTRACE
SQL ERROR [ mysqli ]
Table 'bikesnst_phpbb3.phpbb_points_bank' doesn't exist [1146]
SQL
SELECT holding FROM phpbb_points_bank WHERE user_id = 4
BACKTRACE
-
Kinsman
- Users

- Posts: 109
- Joined: 18 Aug 2016, 15:38
Re: Ultimate Points Extension
I'm not sure what to do from here, maybe restore a backup? or just delete the points extension entirely?