vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   e-steki Karma BETA (https://vborg.vbsupport.ru/showthread.php?t=109716)

Lea Verou 03-10-2006 04:42 AM

Are you using it on localhost? Does it do the same on an online site?
The same script doesn't produce errors on other browsers? :confused:
That's really weird... I always said that Opera sucks :p (not as much as IE though :p)

hiiped 03-10-2006 04:47 AM

Quote:

Originally Posted by Michelle
Are you using it on localhost? Does it do the same on an online site?
The same script doesn't produce errors on other browsers? :confused:
That's really weird... I always said that Opera sucks :p (not as much as IE though :p)

LOL

yes I was just fondling with it on localhost ;)

other browsers worked fine ( IE, Firefox , Maxthon )

will report later if ONLINE site has same issues with browser

Lea Verou 03-10-2006 04:49 AM

Maxthon is practically IE in these things (it uses IE's rendering machine). Correct me if I'm mistaken :)

Exitilus 03-12-2006 09:12 PM

*grins* .... I've been waiting for something like this. I'll be installing it shortly. Let you know how it goes! :)

Exitilus 03-13-2006 12:13 AM

Looking very good so far :)

The only thing I'm noticing is nothing is showing up in the post bit. O.o

Lea Verou 03-13-2006 06:09 AM

The user must have the karma enabled to show in the postbit...
Also the Karma system in general should be enabled...

MissKalunji 03-13-2006 12:42 PM

A got a new bug :-/
Whenever someoen quick replies a receive an sql error saying this :

Invalid SQL:
SELECT karma FROM user WHERE userid=;

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064

when someone uses quick reply

but no error shows in the postbit...

Lea Verou 03-13-2006 05:28 PM

Since you have don't use the postbit function you can deactivate that plugin. :)

Does anyone else have this problem?

MissKalunji 03-13-2006 07:29 PM

edit ---------- no

still doing it

Lea Verou 03-13-2006 07:32 PM

No way! If you have deactivated the correct plugin there is no code from this hack running in showthread. :confused:

Exitilus 03-16-2006 09:09 PM

Found a Mispelled word :)

In Usergroup Options:

Can view the Karma ststistics?

hiiped 03-16-2006 09:11 PM

Quote:

Originally Posted by Exitilus
Found a Mispelled word :)

In Usergroup Options:

Can view the Karma ststistics?

already reported here

:)

Exitilus 03-20-2006 08:26 PM

Few questions I have

1.) I've noticed the rating seems .. "different" ... For the Negative Votes you have -5 through -1

For Positive you have 1, 2, 3, 9 & 10 ... O.o Not sure why the huge jump?

2.) I found that 2 of the images pull from the \images directory ... while the noexpression.gif pulls from your server? Making it impossible to update O.o

3.) Good Job on it :thumbup

Exitilus 03-20-2006 08:26 PM

Quote:

Originally Posted by hiiped
already reported here

:)

thanks :)

Lea Verou 03-20-2006 08:30 PM

Quote:

Originally Posted by Exitilus
Few questions I have

1.) I've noticed the rating seems .. "different" ... For the Negative Votes you have -5 through -1

For Positive you have 1, 2, 3, 9 & 10 ... O.o Not sure why the huge jump?

2.) I found that 2 of the images pull from the \images directory ... while the noexpression.gif pulls from your server? Making it impossible to update O.o

3.) Good Job on it :thumbup

1) Where? For me its -5 to 5
2) Darn I forgot it!! :o :o :o You can change the url to ours, the smilie is included in the package... I will fix it in the next version but I have no time these months... Expect the new ver around easter holidays...
3) Thanks! :)

Exitilus 03-20-2006 10:28 PM

Quote:

Originally Posted by Michelle
1) Where? For me its -5 to 5
2) Darn I forgot it!! :o :o :o You can change the url to ours, the smilie is included in the package... I will fix it in the next version but I have no time these months... Expect the new ver around easter holidays...
3) Thanks! :)

1.) On a Users Profile. It's really weird ....

www.houseofcrazed.com

You can either sign up / or I could send you the login for a Test account in a PM? But it goes from -5 to 3,9,10

Tis really Odd

2.) No problem. atleast you know now :) And np on the no time. Just don't abandon us!! *laugh* I like it so far. :D

So where do you change the image? in the php file itself?

Lea Verou 03-20-2006 10:31 PM

1) Can you paste me the template "memberinfo_userrating"?
2) Via the template memberinfo_ratingform. Nope, I wont abandon it :) At least I'll try my best not to :)

Exitilus 03-20-2006 10:39 PM

PHP Code:

<if condition="$doesparticipate[karma]">
<
a name="karma"></a>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td colspan="2" align="center" class="tcat">$vbphrase[userrating]</td>

</
tr>
<
tr><td class="alt2" align="right">$vbphrase[userrating_average]: </td>
    <
td class="alt1" align="left">$averating</td></tr><tr>
    <
td class="alt2" align="right">$vbphrase[userrating_totalvote]:</td>
    <
td class="alt1" align="left">$ratinginfo[totalvotes]</td></tr>
    <if 
condition="$ratinginfo['totalvotes']"><tr><td class="alt2" align="right">$vbphrase[userrating_lastrated]:</td>
    <
td class="alt1" align="left">$ratinginfo[dateline]</td></tr></if>
    <if 
condition="$hasvotedvote!=''"><tr><td class="alt1 smallfont" align="center" colspan="2">$vbphrase[karma_you_have_voted$hasvotedvote</td></tr></if>
        <if 
condition="$userrating['showform']">
        <
tr><td colspan="2" align="center" class="thead">$vbphrase[userrating_options]</td>
        </
tr>
        <
tr><td class="alt1" align="center" colspan="2">$ratingform</td></tr></if>
    
    <
tr><td class="alt2" align="center" colspan="2">
      <
a href="karma_stats.php">
      <
phrase 1="$vbphrase[karma_title]">$vbphrase[x_statistics]</phrase>
      </
a></td>
    </
tr>

    
<if 
condition="is_member_of($bbuserinfo, 6)">
<
tr>
    <
td colspan="2" align="center" class="tcat"><a href="#top" onclick="return toggle_collapse('karma_details')" style="float:$stylevar[right]"><img alt="" border="0" id="collapseimg_karma_details" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_karma_details].gif" /></a>$vbphrase[userrating_detail]</td>
</
tr>

<
tr id=collapseobj_karma_details>
<
td class="alt1" align="left" colspan="2">
        
$ratingdetail
    
</td>
</
tr>

</if>
</
table>
</if> 


Exitilus 03-27-2006 02:50 PM

You ever get a chance to find out why my voting #'s are all weird? :)

The Chief 04-07-2006 02:29 AM

I would love to install this on my site, but would like know if this could be done easier, like click a link to rate someone, then we could get a url for each member's ratings, then they vote, and the vote is recorded thats all, and a top 10 rated users...

This would really be good for what i would like to do, you think you could do this Michelle?

Lea Verou 04-07-2006 06:06 AM

Extilus, no I need to see the ratingform one.

The Chief I didn't understand what you said.

The Chief 04-07-2006 12:45 PM

Quote:

Originally Posted by Michelle
Extilus, no I need to see the ratingform one.

The Chief I didn't understand what you said.

ah, now I need to write it again...lol

ok, well would it be possible to make this hack as simple as can be, by like having a different link for people to vote, like let's say, http://www.myetalk.com/forums/rating.php?u=MEMBERID here or something like that, then anybody could vote, then the average voting of the user is displayed in the profile represented in a cool image or something?

I would like to make this as easy as possible, no need of like all the extra stuff like the comments and other things..?

hope you will be able :)

Exitilus 04-07-2006 08:37 PM

Here's the rating form:

PHP Code:

<form action="$thiscriptmethod="post">
            <
input type="hidden" name="do" value="rateuser">
            <
input type="hidden" name="userid" value="$userinfo[userid]">
            <
input name="rating" type="radio" value="-5">
            <
img src="images/karma_minus.gif" alt="$vbphrase[karma_m5]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m5]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m5]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m5]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m5]">
            <
input name="rating" type="radio" value="-4">
    <
img src="images/karma_minus.gif" alt="$vbphrase[karma_m4]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m4]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m4]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m4]"
            <
input name="rating" type="radio" value="-3">
    <
img src="images/karma_minus.gif" alt="$vbphrase[karma_m3]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m3]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m3]">
    <
input name="rating" type="radio" value="-2">
    <
img src="images/karma_minus.gif" alt="$vbphrase[karma_m2]"><img src="images/karma_minus.gif" alt="$vbphrase[karma_m2]">
    <
input name="rating" type="radio" value="-1">
  <
img src="images/karma_minus.gif" alt="$vbphrase[karma_m1]">
    <
br />
    <
input name="rating" type="radio" checked="checked" value="0">
    <
img src="/images/neutral.gif" alt="$vbphrase[karma_0]"><br />
    <
input name="rating" type="radio" value="1">
    <
img src="images/karma_plus.gif" alt="$vbphrase[karma_p1]">
    <
input name="rating" type="radio" value="2">
    <
img src="images/karma_plus.gif" alt="$vbphrase[karma_p2]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p2]">
    <
input name="rating" type="radio" value="3">
    <
img src="images/karma_plus.gif" alt="$vbphrase[karma_p3]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p3]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p3]">
    <
input name="rating" type="radio" value="4">
    <
img src="images/karma_plus.gif" alt="$vbphrase[karma_p4]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p4]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p4]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p4]">
    <
input name="rating" type="radio" value="5">
    <
img src="images/karma_plus.gif" alt="$vbphrase[karma_p5]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p5]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p5]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p5]"><img src="images/karma_plus.gif" alt="$vbphrase[karma_p5]"><br />
            <
br />
            &
nbsp;<input class="button" type="submit" name="submit" value="$vbphrase[userrating_ratenow]"><br />
            </
form


Lea Verou 04-07-2006 08:40 PM

Quote:

Originally Posted by The Chief
ah, now I need to write it again...lol

ok, well would it be possible to make this hack as simple as can be, by like having a different link for people to vote, like let's say, http://www.myetalk.com/forums/rating.php?u=MEMBERID here or something like that, then anybody could vote, then the average voting of the user is displayed in the profile represented in a cool image or something?

I would like to make this as easy as possible, no need of like all the extra stuff like the comments and other things..?

hope you will be able :)

:confused:
There are no comments in this hack...

Lea Verou 04-07-2006 08:42 PM

Extilus, the problem is on the alt tags or on the number of images?

Exitilus 04-07-2006 11:58 PM

Yup. just checked those phrases. Sure enough they were set for 9 & 10 ... Quite odd :laugh

The Chief 04-08-2006 12:28 AM

Quote:

Originally Posted by Michelle
:confused:
There are no comments in this hack...

ok but did you get the thing about the seperate link?

Allan 04-15-2006 07:44 PM

Thanks for this hack :)

Click Install ;)

Allan 04-15-2006 08:03 PM

i'm a big problem with this hack:

- On "karma_stats.php" page, on top, i have:
"Warning: array_count_values(): The argument should be an array in /karma_stats.php on line 146

Warning: array_count_values(): The argument should be an array in /karma_stats.php on line 205"

- In postbit, nothing show

- And, on "member.php" page, nothing show also

ps: permissions to usergroup OK, permissions hack OK

ConKien 05-07-2006 07:11 PM

Michelle, r u still working on this?

Lea Verou 05-08-2006 06:36 AM

I don't have time atm. Perhaps during summer I will develop it further but I can't make any promises. :)

Exitilus 05-25-2006 02:35 AM

I really hope you do have time *cry*

PoetJA-1975 10-08-2006 06:04 AM

this hack looks simply marvelous. using 3.5.4
SLOT 113 RESERVED :)

Jacquii.

PoetJA-1975 10-08-2006 03:19 PM

Hi MICHELLE - this is a fabulous addition to my poetry site - I do hope you've had time to work out some of the issues of this hack though.

All of the issues I have - have already been discussed throughout this thread:
1. AdminCP Usergroup Permissions
2. The Postbit number not showing up as is shown in the screens:
https://vborg.vbsupport.ru/attachmen...4&d=1141746745

But mostly - I'm really liking the promise of this hack. I'm not sure if I'll be able to keep it though. I'd like to - but wondering if you'll fix it to working condition.

I'm kinda scared of sending you a PM LOL - I know each of us has things to do besides the PC thing - but anyway... I'm rambling.

Would like to see this hack out of Beta stage :)

Thanx for your work AND your sharing.

Jacquii.

ps - CLICKS INSTALL (reserves the uninstall)

PoetJA-1975 10-12-2006 02:56 AM

Hello!?!?

Veer 12-15-2006 07:12 PM

will work for vb 3.6.0 ??

Lea Verou 08-04-2007 03:03 AM

I'm very excited to announce that e-steki Karma version 2 was released for vB 3.6.8, with a lot more features, bugfixes and better coding.
Find it here: https://vborg.vbsupport.ru/showthread.php?t=154264

This hack is not supported any more, nor will be updated, I will only work at the new version.

nyunyu 11-12-2007 02:10 AM

can this add on be used in 3.5.4? or i only can install beta version for 3.5.4??
by the way, it is really nice to have this add on.


All times are GMT. The time now is 10:03 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
  • Page Generation 0.01596 seconds
  • Memory Usage 1,903KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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