Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #41  
Old 10-31-2001, 04:30 AM
ender ender is offline
 
Join Date: Oct 2001
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think that picture path might be a bit wrong.
Reply With Quote
  #42  
Old 10-31-2001, 04:36 AM
nandastone nandastone is offline
 
Join Date: Oct 2001
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If anyone had registration probs, it's fixed now

What's that about the picture path? It's not supposed to look pretty, it's a demo. Is it the vBulletin header your talking about? I left that in there....

EDIT: Eep! I see what you mean. I'm working on it. Sorry but I left absoulute links to my server in there
Reply With Quote
  #43  
Old 10-31-2001, 04:39 AM
ender ender is offline
 
Join Date: Oct 2001
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It links me to:http://nanda/forums/images/ratingstrip

This is the correct full path: http://www.veggiekids.net/forumuserr...s/ratingstrip/

This is for the pictures.

Recommendation: It would be less obtrusive if once you rated it didn't reload the page, maybe just say: $users karma (or whatever you'll call it) has increased/decreased. in the small window.

This would require a larger window I suppose, but it would ease the annoyance of those people who want to rate every post on the thread or something.
Reply With Quote
  #44  
Old 10-31-2001, 04:47 AM
nandastone nandastone is offline
 
Join Date: Oct 2001
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm... just wanted to point out that they are rating the USER not the post.
Reply With Quote
  #45  
Old 10-31-2001, 04:52 AM
ender ender is offline
 
Join Date: Oct 2001
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work the same as the Karma hack where you can rate any and every post by the user, but only once per 24 hours?

If that's so I still hold my position. It would relieve the stress of reloading the whole page every time. Anyway, the use of reloading is to keep current on the state, I understand, but from 1 person's rating the total Karma doesn't change drastically, so if it only displayed something like what I have bolded above it would be easier on the whole.

Oh, I'd be willing to donate $5-$10 for your craftsmanship on this hack once you release. Though I recommend you make giving money compulsatory rather than required.

----------------------------------------------------------------------------------------

I'm going to sleep, I'll keep up on this thread tomorrow. Happy coding!
Reply With Quote
  #46  
Old 10-31-2001, 04:58 AM
nandastone nandastone is offline
 
Join Date: Oct 2001
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by ender
Does this work the same as the Karma hack where you can rate any and every post by the user, but only once per 24 hours?
No, it's purely for rating users. Something on the scale of overgrows is a bit much for me right now, I'm not a great coder and this is my first hack. Once I have finished this hack I'll start work on a add-on for rating posts.

Quote:
If that's so I still hold my position. It would relieve the stress of reloading the whole page every time. Anyway, the use of reloading is to keep current on the state, I understand, but from 1 person's rating the total Karma doesn't change drastically, so if it only displayed something like what I have bolded above it would be easier on the whole.
Hmm... I'll think about this, I relise what your saying but I like to have everything up to date.

Quote:
Oh, I'd be willing to donate $5-$10 for your craftsmanship on this hack once you release. Though I recommend you make giving money compulsatory rather than required.
I've scrapped that idea, I'm going to make it free but encourage generous people to donate a teeny bit for the hours of coding I'v put into it *nudge nudge*
Reply With Quote
  #47  
Old 10-31-2001, 05:21 AM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you are a great person, open sourse rules, so when do you think this will be ready?
Reply With Quote
  #48  
Old 10-31-2001, 07:45 PM
ender ender is offline
 
Join Date: Oct 2001
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was incorrect here are the Karma rules:

Quote:
From Overgrow.com
-Members can approve or disapprove of a post by clicking on the Karma icon

-You can give 10 Karma awards every 24 hours

-You can only give one Karma award per post

-Users with more karma and a longer time registered will give more karma points with each click than a new member with no karma. An old well respected user might give 7 points per click while a new user will only give 1.
Here is a rundown on those rules specifically:

Quote:
-You can give 10 Karma awards every 24 hours
I suppose it makes a table that contains a history of your last 10 Karma awards and the date you gave it out in Unix time, you just need to minus 86400 from the current Unix time and then determine if the time they gave the award is >= to that... so

AwardTime >= (CurrentTime - 86400)

Then you have to decay the history by one and add the current entry, maybe every time a vote is made the first mySQL command done is to delete any history entries that match the above statement. Then do a check for the number of history entries the user has, &c.

Quote:
-You can only give one Karma award per post
That requires another table entry, or another column within the karma table. Probably the more efficient route is to add a new table, lets call it karmavote [just like pollvote] that contains the post#, and the userid.

And I think you said earlier that you have the last feature. I think you have the above but I'm not totally sure because I haven't seen the code yet and I haven't been able to test it throughly enough.
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 06:06 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.06999 seconds
  • Memory Usage 2,254KB
  • Queries Executed 12 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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