![]() |
Quote:
if 75% of the votes ... is the votes that for that user ? or the entire votes of the site ? |
Quote:
Quote:
|
<a href="https://vborg.vbsupport.ru/showthread.php?t=151924" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=151924</a>
|
what is default controversy classes ? and which one is the best you think ?
|
Leave it at its default and then after a while adjust the values according to what happens on your community. If you see eg too many members with very high controversy, or too many members with low it means you have to adjust the classes so that they are almost equally distributed.
|
great idea..
but what if you make tha controversy classes generated automaticly by calculating the entire comunity votes, rather than i adjust it manualy using my mine ? |
Quote:
1. Its hard to do so (from a coding point of view) 2. Members will not like the algorithm changing all the time. At least in my forum where karma plays a very important role they would be mad) |
hello,
when user post his rate in the postbit, he should forwarded to same page. users will not like to vote becuse thay need to go back to the thread that thay was reading. am i right ? |
hello,
i think if there is option in admincp to allow only member with number of post more than x thank you :) |
Quote:
|
Once I add the xml, I get an error.
What's wrong? :( |
Quote:
Quote:
Quote:
Quote:
|
i just install the Karma in my production forum, every thing seems good, but after about 10 hours i find about 85% of members are not participate Karma.
i am using latest version and this is the cron file that i am use: i changed the value 0 to be 1 and return back all members to Karma, but i think still there is a problem ethir with me or woth code. PHP Code:
|
Quote:
|
Michelle ,
i am sorry for too many post here, but how can add top five rated members in the bottum of home page? |
1. How many days have you set in the setting "Ignore users that haven't visited for X days"?
2. AJAX would be perfect but I haven't learned AJAX good enough yet. If I ever understand AJAX, its one of my plans to make the vote & the remove vote with AJAX ;) 3. This needs a new plugin, if you have a knowledge of php, take a look at karma.php in the stats section and fit it to your needs. Sorry, I can't make it as I'm too busy at the moment with another hack I'm making (I have to make a lot this month for an update of my board that I'm planning) and also I don't need it (my members are too concerned with their karma already, I don't want it to get worse :p) |
Quote:
|
Quote:
|
ohh..
no not sure.. i think thay did not visit the forum in last 100 days. i just know that if user did not visit the forum for las x days he will be not participate Karma. i was think his votes only will not be counted. i think the user should not removed from participate Karma, but should only delete his votes. Regards, |
<a href="http://www.shadowshr.com/forums/member.php?find=lastposter&f=3" target="_blank">http://www.shadowshr.com/forums/memb...lastposter&f=3</a>
"Warning: require_once(./includes/karma_functions.php) [function.require-once]: failed to open stream: No such file or directory in /member.php(838) : eval()'d code on line 1 Fatal error: require_once() [function.require]: Failed opening required './includes/karma_functions.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.tiema/shadows/shadowshr.com/forums/member.php(838) : eval()'d code on line 1" |
Quote:
If his votes don't count, then he shouldn't be participating at all, its not fair to be rated when your votes to others don't count! Quote:
|
Quote:
|
Quote:
I have no idea, I've never faced something like that before... :confused: |
Quote:
|
Hi Michelle,
i just complete the top X users rating in homepage and it is working very fine. but only one problem, the problem is : it is show the top rating regardless checking the option karma_stats_minvotes , and because i am just a goat owner :D i don't know how to add the (if) function to check the option karma_stats_minvotes . the code is: PHP Code:
Regards, |
I installed it but in the postbit there is 4 different things that say karma :P can you help me?
|
Quote:
Can you post a screenshot? |
Quote:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /profile.php(879) : eval()'d code on line 5 |
Quote:
How many members does this board have? Does it occur all the time in the edit options page? |
Installed, and gave me no errors.
I have a whole bunch of hacks installed and no conflics. Abou 60k users and hips of posts xD so it works ^^ 3 suggestiosn I can think at the moment First: The images (thumbs up down and neutral) should be in the misc folder of the theme instead of the root folder of images :) ($stylevar[imgdir_misc]/) Second: Put a link to the stats on the "quick link" menu :) Third: An option to hide who gave the karma Lovely hack, and honestly great work :) hoppefully we'll see the unvote hack for 3.6 :D Keep up with the good work and good luck with the MOTM |
Quote:
I agree with your first and second suggestion, however I don't have the time atm to update or support this modification (as I said, its only supported for a few days after each release). The third suggestion is not needed, as they are already hidden for the members. |
ok i fixed this myself. I have to change a little for the sql query in the "e-steki Karma profile field part 2" to get rid of this error for some reason
Code:
$isthere = mysql_num_rows($db->query_read("SELECT karma FROM " . TABLE_PREFIX . "user WHERE userid = ".$vbulletin->userinfo['userid']." AND karma=1")); Code:
$isthere = $db->num_rows($db->query_read("SELECT karma FROM " . TABLE_PREFIX . "user WHERE userid = ".$vbulletin->userinfo['userid']." AND karma=1")); |
Well I've found couple of interesting things. One is a serious bug, which never came to my mind, but has to be fixed :O because is a big one aye
[bug 1] Code:
When u give karma to someone, you use this link I'm pretty sure it is how you intended it to, but, is a bit ehhh to classify inactive users as not having opted to participate in the system. I mean, in the stats page the part which says "users have chosen to not participate in the Karma system. Shame on them!" In my personal opinion, only active users, who have opted not to participate should be counted here. :D [Suggestion 1] Okey this suggestion, is better than any of the previous 3 ^^ When you give karma, you are redirected to the members profile, but my users (at least) find it quite annoying. I guess vBulletin has made them used to been redirected to the same page they were at. [Suggestion 2] At the moment, in order to calculate karma averages, you are using the old fashion add all scores and divide by the number. However, it is not the same to have 100 votes and an average of 4 than having 5 votes and an average of 5. I recon a formula such as the one used on imdb.com is more aquarate than the current formula Quote:
[Comment] I run a Spanish forum, so I had to translate the phrases, I just wanted to say, it was quite complicated at times to translate them, because it wasn't intuitive from the names, and the original English sentence what the purpose of the phrase was. Also in many cases, you just put a word/sentence, which will be followed by a variable (ie number username etc) and dont use the {1} that makes it quite complicated to translate in many languagues I could do a list if you are interested :) Thx for listening ^^ |
Really useful feedback NolF. Thanks a lot.
I hope my users don't figure out bug #1 till I have time to fix it :( Its so scary to think of what can happen if they do, they really take the karma seriously. :( I don't think bug #2 can easily be fixed though. Perhaps a workaround would be to substract inactive users from that number, whether they have opted out voluntarily or not. I'll try to find some time to fix bug #1 soon, it doesn't seem too time consuming to fix. About the phrases, {1},{2} etc is used in vB phrases as well, its supposed to be the "correct" way. Placing a variable next to the phrase is problematic if a language requires it to be before the phrase or in the middle of it. edit: Perhaps you should put bug #1 in code tags, till its fixed, so that it can't be read by guests or unlicensed users. You never know who's reading. |
Bug #1 bothered me quite a lot, so here's a workaround.
Tell me if it works. |
yep that works, when u give 100 for example, it is set back to 5, and if you use 4.5 for example it counts as 4 :)
great job :) faster than I expected great job Quote:
for example karma_rated ---- {1} has rated in my opinion should be {1} has rated {2} karma_you_have_voted ---- You have rated this user a it should be -> You have rated this user a {1} etc there are some more |
Oh, lol :o
Yeah, a list of those would help, so that I change them in the next update. :) |
Here you go, a list with the sentences I recon need the {1}s
karma_percent_of_votes == % of total votes => {1} % of total votes [Note: I think this phrase is not beign used] karma_rated == {1} has rated => {1} has rated {2} karma_ratedby == {1} was rated by => {1} was rated by {2} karma_users_have_rated == users have rated => {1} users have rated {2} users karma_users_not_participate == users have chosen to not participate in the Karma system. Shame on them! => {1} users have chosen to not participate in the Karma system. Shame on them! karma_users_that_gave_the_most_x_votes == users that gave the most {1} votes => {2} users that gave the most {1} votes [Note: the {2} is the number 10 by default] karma_you_have_voted == You have rated this user a => You have rated this user a {1} userrating_lastrated == Last rated on => Last rated on {1} ======= Note: I've only included the ones users can see, ACP functions can go in english no problem Thx for the fix once again ^^ |
I'm wanting to install this hack but am unsure about if its working without problems? Can someone advise on its status? does it work?
cheers |
This is an excellent hack, well done, just a question tho can I change the word Karma to something else?
thanks, Mike. |
All times are GMT. The time now is 05:55 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:
|