Ultimate Points

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
femu
Registered User
Posts: 1070
Joined: Tue Sep 27, 2005 10:03 am

Re: Ultimate Points

Post by femu »

subzonline wrote:Hi,

does anyone know what the sql would be to reset all the points to posts and topics people have made?
ACP -> .MODS -> Points -> Settings and then scroll down to the bottom ... and Yeah! That's what you were looking for ...
Regards, femu
_____________________________________________
[My development page] - [My normal homepage (German only)]
dani454
Registered User
Posts: 7
Joined: Sun Apr 11, 2010 11:11 am

Re: Ultimate Points

Post by dani454 »

Thank you. ;D I was able to get farther, but not by much. Now I get this error

Code: Select all

Adding a key named holding to table POINTS_BANK_TABLE
SQL ERROR Table 'drakengardr_zxq_phpbb.POINTS_BANK_TABLE' doesn't exist
The other tables exist, so why doesn't this one?

I've read I need to manually place this table in, if so, how? I know where to find the table's code, but not where to put it after that. I get completely lost at that point. :(

Thanks
User avatar
el_teniente
Registered User
Posts: 188
Joined: Sun Mar 05, 2006 11:19 pm
Location: Moscow, Russia

Re: Ultimate Points

Post by el_teniente »

dani454 wrote:Thank you. ;D I was able to get farther, but not by much. Now I get this error

Code: Select all

Adding a key named holding to table POINTS_BANK_TABLE
SQL ERROR Table 'drakengardr_zxq_phpbb.POINTS_BANK_TABLE' doesn't exist
The other tables exist, so why doesn't this one?

I've read I need to manually place this table in, if so, how? I know where to find the table's code, but not where to put it after that. I get completely lost at that point. :(

Thanks
this table is not exist in includes/constants.php
suppose, you have made not full copy-paste procedure of tables constants while editing ;)
please, try to be carefull ;)
Fujcube
Registered User
Posts: 197
Joined: Sat May 31, 2008 6:22 am

Re: Ultimate Points

Post by Fujcube »

Hi,

Just a quickie!

Where would I find the file for editing the text displayed by this mod. For example, at the bottom of the Board Index page, it says MOST RICH USER, I would like to change this to Our Richest Member or similar. There are other areas of text that I would like to edit so that the language is more appropriate to my users.


Regards, fujcube
dani454
Registered User
Posts: 7
Joined: Sun Apr 11, 2010 11:11 am

Re: Ultimate Points

Post by dani454 »

I got it to work! Thanks a TON! :D!!
dani454
Registered User
Posts: 7
Joined: Sun Apr 11, 2010 11:11 am

Re: Ultimate Points

Post by dani454 »

Sorry, one more question. How do you edit the html files? I view the source to find the actual coding, but then I don't know how to save it back into the system/website
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: Ultimate Points

Post by keith10456 »

dani454 wrote:Sorry, one more question. How do you edit the html files? I view the source to find the actual coding, but then I don't know how to save it back into the system/website

1 - Make a back-up of your files.

2 - A copy of the html files should be on your computer (which should come from your phpbb board).

3 - Use a text editor such as Notepad++ to edit the files.

4 - The edited files should then be uploaded to your phpbb board.
femu
Registered User
Posts: 1070
Joined: Tue Sep 27, 2005 10:03 am

Re: Ultimate Points

Post by femu »

Fujcube wrote:Hi,

Just a quickie!

Where would I find the file for editing the text displayed by this mod. For example, at the bottom of the Board Index page, it says MOST RICH USER, I would like to change this to Our Richest Member or similar. There are other areas of text that I would like to edit so that the language is more appropriate to my users.


Regards, fujcube
All language strings are held in the files in language/your_language/mods ...
Regards, femu
_____________________________________________
[My development page] - [My normal homepage (German only)]
ShadowFS
Registered User
Posts: 38
Joined: Mon Aug 10, 2009 10:37 pm
Location: Brasil

Re: Ultimate Points

Post by ShadowFS »

I have a suggestion...
Could be a good idea integrate USP with Simple Hide BBcode MOD.
The user would pay X Points (that can be set by the topic owner or a amount globally set in ACP per forum) to see the hide content.

I think this is useful =)
femu
Registered User
Posts: 1070
Joined: Tue Sep 27, 2005 10:03 am

Re: Ultimate Points

Post by femu »

ShadowFS wrote:I have a suggestion...
Could be a good idea integrate USP with Simple Hide BBcode MOD.
The user would pay X Points (that can be set by the topic owner or a amount globally set in ACP per forum) to see the hide content.

I think this is useful =)
Ask the author of the Simple Hide MOD. Every other MOD need to include our UPS, if they like. Another possibility is the use of our Easy Shop Mod.
Regards, femu
_____________________________________________
[My development page] - [My normal homepage (German only)]
ShadowFS
Registered User
Posts: 38
Joined: Mon Aug 10, 2009 10:37 pm
Location: Brasil

Re: Ultimate Points

Post by ShadowFS »

Gonna ask him =)
Thanks for answer.
---
EDIT: The topic is closed x_x
Can't you make an add-on like the one on Thanks Post Mod? '-'
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: Ultimate Points

Post by keith10456 »

ShadowFS wrote:Gonna ask him =)
Thanks for answer.
---
EDIT: The topic is closed x_x
Can't you make an add-on like the one on Thanks Post Mod? '-'
When you say, "the topic is closed", is the mod abandoned? If so, then it probably wouldn't make sense to make an add-on for it.
femu
Registered User
Posts: 1070
Joined: Tue Sep 27, 2005 10:03 am

Re: Ultimate Points

Post by femu »

keith10456 wrote:
ShadowFS wrote:Gonna ask him =)
Thanks for answer.
---
EDIT: The topic is closed x_x
Can't you make an add-on like the one on Thanks Post Mod? '-'
When you say, "the topic is closed", is the mod abandoned? If so, then it probably wouldn't make sense to make an add-on for it.
If it's abandoned, I agree with Keith ... Then it makes no sense. And btw ... we didn't make an addon for the Thanks Post ;)
Regards, femu
_____________________________________________
[My development page] - [My normal homepage (German only)]
dani454
Registered User
Posts: 7
Joined: Sun Apr 11, 2010 11:11 am

Re: Ultimate Points

Post by dani454 »

keith10456 wrote:
dani454 wrote:Sorry, one more question. How do you edit the html files? I view the source to find the actual coding, but then I don't know how to save it back into the system/website

1 - Make a back-up of your files.

2 - A copy of the html files should be on your computer (which should come from your phpbb board).

3 - Use a text editor such as Notepad++ to edit the files.

4 - The edited files should then be uploaded to your phpbb board.
I got it! Thanks for the answer!
ShadowFS
Registered User
Posts: 38
Joined: Mon Aug 10, 2009 10:37 pm
Location: Brasil

Re: Ultimate Points

Post by ShadowFS »

femu wrote:
keith10456 wrote:
ShadowFS wrote:Gonna ask him =)
Thanks for answer.
---
EDIT: The topic is closed x_x
Can't you make an add-on like the one on Thanks Post Mod? '-'
When you say, "the topic is closed", is the mod abandoned? If so, then it probably wouldn't make sense to make an add-on for it.
If it's abandoned, I agree with Keith ... Then it makes no sense. And btw ... we didn't make an addon for the Thanks Post ;)
I mean the one that have to Thanks Post Mod, didn't mean that you do...
My english is not good so sorry.
I'll try Easy Shop =)

Return to “[3.0.x] MOD Database Releases”