vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - e-steki Karma version 2.2 (https://vborg.vbsupport.ru/showthread.php?t=154264)

Lea Verou 08-08-2007 04:58 AM

Good morning.
You don't have to enable it for all the users, its enabled by default. You can look at the user table of your database, the karma is 1 for all.
I'm going to look at the rest of your posts now. :)

Lea Verou 08-08-2007 05:01 AM

Quote:

Originally Posted by subnet_rx (Post 1311936)
I think you have something really good going here. The problem is, I always here complaints about how the rep system is just a popularity contest. Many boards disable it because of this. Does this help that in any way? I'm looking for some type of improved rep system so that it doesn't turn into rep a few friends, neg rep that guy I don't like, and repeat in 24 hours.

I also didn't like the rep system, this is why I made this on the first place.
In this, you don't rate the posts, you rate the users. And you can't rate someone more than once (if you do, the new vote will replace the old one).

Lea Verou 08-08-2007 05:06 AM

Quote:

Originally Posted by TheBlackPoet (Post 1311996)
okay..., im trying to karma folks via posbit... and its giving me that error... is this only working for one time?? or can i give them neg or pos ratings anytimes (and im missing something)????

Rating via the postbit uses the same code as rating via the profile. It's just links. They take you momentarily to karma.php, which processes the vote, checks permissions and everything and takes you afterwards to the user's profile (I should make the postbit one via AJAX on the next version, if I ever learn AJAX good enough :p)
Check if the appropriate time has passed when you are trying to vote someone. That time is configurable via the settings. Most e-steki Karma settings apply to the admin as well (as I was mad when the other admin on my site turned his karma off :p)

Lea Verou 08-08-2007 05:07 AM

Quote:

Originally Posted by 0tolerance (Post 1312226)
hopefully i when i get ALOT of time, i will update my board to 3.6.8 and then re-install all my mods and then install this!

In my eyes this is an excellent mod!
You just need to add the options to turn it on for a user group or not & take the option away from the user to select whether they participate.

Overall: Keep up the excellent work!

These settings are already there, look at the screenshots ;)

Lea Verou 08-08-2007 07:05 AM

Btw check if the sceduled task has been added, as I've never have made before a sceduled task in a product of mine.

cynthetiq 08-08-2007 10:56 AM

Quote:

Originally Posted by Michelle (Post 1312433)
Rating via the postbit uses the same code as rating via the profile. It's just links. They take you momentarily to karma.php, which processes the vote, checks permissions and everything and takes you afterwards to the user's profile (I should make the postbit one via AJAX on the next version, if I ever learn AJAX good enough :p)
Check if the appropriate time has passed when you are trying to vote someone. That time is configurable via the settings. Most e-steki Karma settings apply to the admin as well (as I was mad when the other admin on my site turned his karma off :p)

Okay, I'll check the time in between rating, but I don't think that I rated a single person.

edit: I chanded the minimum time between rating 2 different users to 0
changed can rate self to yes, ignore users that haven't visited for x days to 0

and I still can't rate anyone.

:(

Lea Verou 08-08-2007 11:10 AM

Quote:

Originally Posted by cynthetiq (Post 1312600)
Okay, I'll check the time in between rating, but I don't think that I rated a single person.

edit: I chanded the minimum time between rating 2 different users to 0
changed can rate self to yes, ignore users that haven't visited for x days to 0

and I still can't rate anyone.

:(

Then its not it.
in your karma.php find:
PHP Code:

//oops! problem! 

add below that:
PHP Code:

echo "Userid: " $vbulletin->userinfo['userid'] . " Karma banned: $mysql_kbanned Restricted: $mysql_restricted Banned: $mysql_banned TimeOK: $timeok UsersOK: $users_temp"

Then vote again and paste me the message that is echoed at the top (don't forget to remove the line afterwards).

cynthetiq 08-08-2007 01:20 PM

Userid: 70 Karma banned: Restricted: Banned: TimeOK: 1 UsersOK: 1

Lea Verou 08-08-2007 01:29 PM

That's really weird :confused:
Thanks, I'll look into it.

Lea Verou 08-08-2007 01:32 PM

Are you trying to rate yourself?


All times are GMT. The time now is 03:32 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01232 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete