![]() |
Quote:
[sql] ALTER TABLE user CHANGE reputation reputation DECIMAL(24, 5) NOT NULL DEFAULT '10'[/sql] I'm not sure what the side effects of doing this are, however. Reputation values might not be "prettied up" everywhere, so you may see people running around with long decimal points at the end of their rep values. If you want to change it back to vB's default structure for any reason, run this query: [sql] ALTER TABLE user CHANGE reputation reputation INT(11) NOT NULL DEFAULT '10' [/sql] |
Quote:
|
Quote:
|
Quote:
|
Quote:
You freaking rule! |
Quote:
When switching the Rep system to decimal value if a user has, say, 2.6, and I give them +1, it will just make it a whole number, 3.0, and they will lose the decimal value, it won't add it making it 3.6. Any idea? |
Quote:
In /includes/class_dm_user.php, find: PHP Code:
PHP Code:
There's probably a way to make a clever plugin achieve the same goal, but that should get the job done for now. |
Quote:
Absolutely amazing! Other mod writers would tell me something along the lines of "I won't support that" or a different discouraging remark if messing outside the mod's initial parameters. Thank you so much! |
you are using this code to display the users points in the postbit, "{vb:raw template_hook.postbit_userinfo_right_after_posts}"
I was wondering if there is any other way to display the amount of points a user has. because that line of code also controls the blog entries, and I dont want to display the blog entries, so I have that line of code commented out. anyway to either display the amount of points differently, or somehow take out the blogs from that template with out effecting the points. |
Quote:
|
All times are GMT. The time now is 10:47 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|