Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
e-steki Karma BETA Details »»
e-steki Karma BETA
Version: 1.00, by Lea Verou Lea Verou is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-06-2006 Last Update: 03-08-2006 Installs: 24
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

New version for 3.6, with a lot more features, bugfixes and better coding!!

-------------------------------------------------------------------------------
Beware that this is still a BETA. This means, it may have bugs. If you want to help with the beta-testing phase, please mention what happened with this hack (if it works or not, if you encountered any bugs, if everything is ok etc) as detailed as possible.


I used quite a lot code from User Rating 1.0 by tnguy3n for this modification. Then I changed it a lot to fit my needs, and I think it's so changed that it could be released as a separate modification. I also got his permission for this

What does e-steki Karma have that User Rating 1.0 doesn't?
1. When a user votes someone for a second (or third, fourth etc) time, the new vote replaces the old instead of being added. I felt it was more fair this way.
2. There is a complete statistics page, with 7 tables that display various statistics
3. Ratings are from -5 to 5 instead of 1-10 and they are represented by images
4. The Karma of each user displays in the postbit (unless he has it turned off)
5. Users that have the Karma turned off don't count at all for the system. their votes don't count in anything, and the votes others gave them before they turned it off also don't count at all. Those users also, can't see anything that has to do with the karma system anywhere. It's like the karma does not exist for them and they don't exist for the karma. However, if they switch it on again, nothing is lost.
6. Since there are no comments, there is no possibility that the user gets a "you didn't complete all fields" error. In fact, even the phrase for it is removed.
7. The table is not placed where the hack author wants (above the footer in UR1) but where YOU want it (by inserting a small comment in the place that you want it in MEMBERINFO). This, however, means one more template change is involved.
8. There is no field that you should add via the userfield manager. This caused bugs in UR1 as you had to run a query to set all the checkboxes to 1 and new registrants had their karma turned off by default.
9. IP in who rated
10. Although they can't see who voted, they can see if they have rated a user and with what (see screenshot).


Why somebody may prefer User Rating 1.0 over e-steki Karma?
I have removed some of the user rating 1.0 features that I didn't need. Some of you may need them though, so pay a visit to User Rating's thread as well.
1. There are no comments in this hack. Nowhere. I've removed anything that has to do with comments.
2. There is no "anonymous voting". In my site, only admins see who has voted, so it's useless to us.
3. No template changes in UR1.
4. A little bit less queries and plugins (since there are less abilites in certain things) in UR1.
5. The "can rate himself" is off by default.
6. Only admins can see who voted. This is planned to be a usergroup permission in the future though.

Misc features
1. WOL location for stats
2. Fully phrased
3. Usergroup permissions

Why is it a beta?
1. Because the end product is the biggest modification I've worked on and there is a high chance I missed something
2. The permission for "Can view Stats" is not working sometimes.
3. I'm not sure how if the install code is going to give an error on an existing installation of e-steki Karma or UR1.

Planned features
1. Of course, bugfixes
2. Usergroup permission for who can see who voted. (currently only admins can see that.)
3. The stats line in memberinfo wont appear if the user does not have permission to view the stats.
4. Ignore specific usergroups from the karma (such as banned)
5. Suggest your own, as long as they keep the system as fair as possible. My main concern is that the system is fair and democratic, and this is why I made most of the changes.

Don't forget to click INSTALL if you use this or you will be damned to hell

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 03-08-2006, 03:57 PM
hiiped hiiped is offline
 
Join Date: Jan 2006
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mark1491
I get the same problem, but i don't think that it really stays at no, it just show it that way.
Im not sure
but it "might" be the reason I'm getting an error when I click to view Karma Statistics

I get this error
Parse error: parse error, unexpected T_FOREACH in /user/43/e26734/htdocs/forum/karma_stats.php on line 80

line 80of karma_stats.php is
@foreach($karma_table['rating'] as $key=>$value)
Reply With Quote
  #53  
Old 03-08-2006, 04:09 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harley77
Tried the update, rendered a blank page with an unxexpected foreach in line 60. Looking at the code, I removed the @ symbol (as foreach doesn't support that form of error suppression http://us3.php.net/foreach) and at least it now displays something. Maby use some conditionals?
Oops! Darn, and I thought I could avoid the ifs that way
Thanks so much for pointing out my mistake
Reply With Quote
  #54  
Old 03-08-2006, 04:11 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hiiped:
Issue #1 is a known issue that I'm unable to solve ATM, due to lack of knowledge on ugp. It's the first time I use usergroup permissions in a hack of mine, my older hacks just had an editbox where you entered usergroupids It works though, but not from the first time you set it. After some times it gets the message :ermm: Perhaps tnguy3n could help?
Issue #2 will be resolved in a few minutes. It's due to my ultimate stupidity mentioned above
Reply With Quote
  #55  
Old 03-08-2006, 04:21 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

zip updated. I used is_array() this time. I hope I didn't mess things up again
Reply With Quote
  #56  
Old 03-08-2006, 04:56 PM
Harley77 Harley77 is offline
 
Join Date: Jul 2002
Location: Minnesota
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michelle
zip updated. I used is_array() this time. I hope I didn't mess things up again

umm, actually..
PHP Code:
if(is_array($karma_table['rating']){ 
The above should read

PHP Code:
if(is_array($karma_table['rating'])){ 
Notice the additional ")"

Needs to be done to every line that has the "is_array" in it.
Reply With Quote
  #57  
Old 03-08-2006, 04:58 PM
hiiped hiiped is offline
 
Join Date: Jan 2006
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks Michelle for fast reply, didnt expect so a prompt reply. LOL

take your time on fixing these bugs, we can wait












anyone who cant wait will be e-smacked

har har
Reply With Quote
  #58  
Old 03-08-2006, 05:15 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Harley, that was accidental, and since I copy-pasted the first one (changing it each time appropriately), I have that error on the others too
Unluckily I tend to do these kind of errors all the time...
Reply With Quote
  #59  
Old 03-08-2006, 05:19 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

zip updated again. I hope I didn't do other stupid mistakes this time. :/
Reply With Quote
  #60  
Old 03-08-2006, 05:19 PM
forumthemes forumthemes is offline
 
Join Date: Jan 2002
Location: CANADA
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IT's a great mod you did, I also really like the skin you used in the screenshots
Reply With Quote
  #61  
Old 03-08-2006, 05:21 PM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by forumthemes
IT's a great mod you did, I also really like the skin you used in the screenshots
Thanks! I made it myself
However, I think the header needs some changes... For instance the candlestick is completely odd there... :/
Any ideas?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06736 seconds
  • Memory Usage 2,320KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete