The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Phrase Issues?
I have no idea what it's actually under but,
I've included screenshots of my example so, hopefully someone can help me. I've edited my Reputation so it doesn't show the pips anymore. It looks like this: Reputation: 1234 I want to make it look like: Reputation: 1,234 Is there any way to do that? Because I don't know if it's editing the phrases or what...any help would be appreciated. Another question is, if someone has Reputation disabled on my forums, how can I code it so if it's hidden, it doesn't go: Reputation: 1234 Has disabled Reputation Instead those boxes don't even appear in the postbit legacy? My last question is....I've tried running an SQL Query to reset all reputation on the site. Everytime I do, I go in and Rebuild the Reputation and it just puts it right back where it was...how do I go about successfully resetting it? |
#2
|
||||
|
||||
- You need to run the number through vb_number_format (look it up in the API) just like they do with $post['posts']
- not sure about reputation display - it looks like you'll have to use the reputation_image hook to spit out the correct info. See the code right above it for help rewriting it. - I don't know how to reset it. |
#3
|
|||
|
|||
If you truncate the reputation table and then rebuild the user reputation in the ACP it should reset everyone back to your set base.
|
#4
|
|||
|
|||
How exactly do I truncate the rep table?
|
#5
|
|||
|
|||
Bump.
|
#6
|
|||
|
|||
I must not of seen the new post notification otherwise I would of answered you sooner.
To truncate the table, if you have access to run queries, you can run this in the ACP "Execute SQL query" box under the Maintenance section. PHP Code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|