![]() |
"digg" (aka Rate) individual posts
Hi everyone.
This is a feature I would absolutely LOVE to have on my forum. I got the idea by browing the website digg.com. The idea behind that site is members submit articles they think are worthy, and then if other members like it, they click to "digg it", and the site keeps track of how many times the article has been "dugg". Well, for each article posted, users can leave comments. HERE IS WHERE I WANT TO TIE IN A FEATURE TO VB: Each comment posted can be given a green "thumbs up" or a red "thumbs down" by a user. If a comment has 0 ratings, a single "thumbs down" will give the comment a -1. If the comment reaches -10, the comment is then "hidden" (you see a bar acknowledging the post, but you have to click to read it instead of it being listed). This is what I would love to have made available for my vB forum. The idea is, any given post can be given a "thumbs up" or "thumbs down". If a post recieves, say, 28 votes, and 18 are bad, while 10 are good, that post would be at "-10". This would mean the post would then be "hidden" to where it's just a strip saying something like: "posted by JohnDoe X hours ago - [below viewing threshold, show comment ("show comment" would be clickable, when you click, it drops open the post to be read; I would gues that 'AJAX' would be useful for this)] - X diggs *insert clickable thumbsdown here* *insert clickable thumbsup here*" Here is a good example of what I'm talking about: http://digg.com/science/Drug_clears_...tter_of_hours_ Thoughts? Is it possible? I have a community on my board where I am in charge, but it's not like a lot of boards where what the boss says goes, and that's that. It's a very... opinionated group, so my prefered style as head admin is to set up the rules so that there's a lot of self-moderation (I encourage use of the ignore list, for example), and this would be perfect for me. Tough crowd. =/ |
Last time I ask. The least someone could do is tell me:
a) You're dumb, it's already possible, go to AdminCP and....... or b) It's too complicated. or c) It's been done, click here. I appreciate any help. |
I think it would be possible although I don't know how to do it. I say that it would be possible since there is already a ratings system implemented for all threads.
I imagine this would require the ability to rate a thread outside of the thread itself and the number of options going from 5 (1-5 stars) to 2 (yes/no, thumbs up/down, etc). |
Ah, how handy. I was just here looking for this very mod so allow me to add my interest toward something like this. Well, this exactly actually. :)
As far as having a "Recommend Good Music" thread or a "Hot Girls" thread or a "Best Forum Quotes" thread...or any number of other threads where it would be handy to rate what the post is about instead of what the thread is about it would be very valuable. |
I want this TOO! I might just hack up the php to do this..
|
Hi Hicksatpd,
I know what you mean. Lets hope someone can help you. In the mean time, you could use this VERY basic mod. It will allow you to easily submit posts to Digg/clesto and more. I know it's not entirely what you want but... : / See here - https://vborg.vbsupport.ru/showthread.php?t=123210 Adrian |
Are you looking for something like what they do here?
http://rvb.roosterteeth.com/archive/episode.php?id=196 |
I am also looking for post rating solution .-)
Also current thread rating system is very poor... |
This is exactly what I was about to post to get done as well lol. Can any vb coder step up and code it for us?? :D Come on!! :)
|
yea please!
|
add two new columns to post table (medium text)
store ratings as "userid,userid,userid,userid,userid" in one "1,0,1,0,1" format. ratings will be indexed by userid position, making it easy to convert to arrays and clean both or change rating. and that's it. quite simple really. the hardest part is writing the javascript for the AJAX. |
Quote:
Is that a hint that you'll try and make it for us when you have a free moment Sabret00the? Pretty-please? ;) hehe |
Quote:
|
I have done this for our forum, it replicates the Digg rating system for not just posts but threads as well, with one or two minor improvements over the Digg system, probably most significantly that my version has three levels of user-definable settings (Digg may do this, I've never actually used their site). You can enable ratings and post visibility based on ratings, or set it so that ratings will show up but posts & threads will not be visibly affected but meaning that you can't place votes yourself, or disable the whole lot and no ratings or effects will appear at all. See here for a not-quite-thorough explanation.
I can't release the code because: a) It's customised code from a customised forum. Not really suitable for releasing as a mod for a default forum without some very major surgery. b) It's nice to have a feature that others don't have (as far as I know) so I'd rather leave it to attract the curious and send a visitor or two our way. Feel free, by the way. ;) c) It's based on someone else's code, named the Post Thanks and Post Groan hacks so a substantial amount of the work & credit lies with the author. So if you have the appropriate skills and you're willing to spend the time making the adaptions & changes, that would be a good place to start. :) The thread Digging part also required changes to thread ratings as well as both the plugins - though it was a borderline cheat - and obviously template changes are very significant in the appropriate places. It was not an insignificant amount of work, though working with someone else's code and being the first to do the experimentation without knowing precisely what to do bumped up the development time quite a bit I expect. |
wow you have done what I have thought about yeasterday - to use Groan hack for colaborative moderating - so that after x-groans it will either delet or hide the post
... now you have nice solution for this :-) it is pitty that it isnt available :-( I have already asked author of the Post thank you hack whether he is not able to adopt this hack for DIGG purposes - I go check his thread again... |
Quote:
Quote:
Man, I really wish you would have released this, or that somebody would step up and recreate what you have. Did you code this yourself? If so, could I pay you to create a similar system for me? I have wanted this for such a long time as I think allowing co-moderation with the community individuals is a great idea and I really enjoy the feature on digg. What makes this so hard to migrate over to someone else's board? Did you hack up the vbulletin php files to make it work? |
ForumDog I am also badly interested in integrating this into my board. I would be happy to pay for such great feature .-) It is more than needed...
|
Quote:
I really would love to release it, honestly. But a starting forum needs all the help it can get and a unique feature is good help to have. The only way I'd consider it is if there was a decent bit of money in doing so and a footer link/advertisement with the code for our forum and I can't in good conscience add a copyright of my own to what is mostly someone else's work. I'm not trying to be difficult, but I specifically did it as a unique promotion tool. Really, the three reasons I listed above all still apply. |
I would like to see this one released, also.
|
i would love to have that hack
i want it in the thread you can digg down users replies and if it gets enough diggs down it will be hidden (you can specify how many diggs down before hidden in your usercp) and also in forumdisplay itll show how many diggs each thread has My dream hack =) |
Unfortunately, permission has been denied by the author of the plugin I based the modification on to release my version.
However, that doesn't mean I couldn't code it myself from scratch myself. I'm 95% sure that I will tackle a release version of a digg feature for vB when I get the time. |
Quote:
|
I've started work on this release now, no ETA. I'm not a member of Digg so I don't know exactly what features they have or how it works, but it'll include lots of nice features and options above and beyond just a post up or down and build on what the forumdog.com site modification has at the moment.
I'm afraid I can't guarantee it will be free since I'm repeatedly expanding the concept and it's taking a while, but we'll see. |
I'm really excited for this. Hopefully you can get a release out within the next two weeks, as I'd really like to use this hack asap :)
PM me when it's ready, I'm willing to donate some money for it :) |
Quote:
SO AM I :-) |
Quote:
I wouldn't mind donating $5-$20 :D |
Quote:
|
bumpity bump.
I would pay for this mod without hesitation. |
well this will be worth "any" money .-)
I have also suggestion for feature based on this script - common moderation (move thread), if the thread gets x-votes to be moved to x-forum it will be moved automatically. |
I'll read all suggestions posted here, no guarantee they'll be in the final product. I'm building on the basic Digg idea.
Speaking of which, I just saw this suggestion on Digg and it's one of the ideas I had myself and have actually already implemented into the mod. You will be able to choose between rating figures being displayed as a combined average or as separate positive and negative votes. This thread has receieved +6 votes. or This thread has received +9 votes, -3 votes. |
that sounds good, keep up your good work ForumDog .-), but as we know features requests might pilled up, the best would be to release the core of the add-on and then build up new features....
hehe I just cant wait to have this .-) |
Quote:
:eek: :o :cool: |
Quote:
A couple of other small previews: I have rewritten what I've done to be as easily moddable and expandable as possible, so that hopefully all the knowledge you will need is some instructions and a bit of copying and pasting of the code in order to allow custom content of your own making to be rated using the Dogg method, just the same as the rest of the forum. By this I mean I hope to construct the plugin in such a way that if you wanted Member Profiles, for instance, to be rated separately using the Dogg method all you'd have to do is read the instructions and spend 15 minutes with a bit of basic copying and pasting. All your AdminCP settings would automatically apply to your new rating area. That is what I am hoping for, no guarantees. :p Secondly, you can't actually see it on the ForumDog website unless you're signed up as a member, but something else I did there was integrate the ratings system into the other Digg-like feature released on vBulletin.org: vBISpy, a screenshot of the ForumDog version can be seen here. It's heavily redesigned but you get the idea. The ratings can be included in the realtime feed of new posts and bad threads/posts can be hidden in just the same way. |
I love you!
|
Great, I can't wait till it comes out.
It looks like you already had the basic digg feature completed ages ago, I know you want to add all these great new things like expandability, flexibility, extra plugin features, etc. However, all I'd like to see atm is to have the digg functionality that you showed in your forum back when this thread began! :) In other words, I would be thrilled just to see something basic released and wait till the more advanced version comes out in the future. Any ETA? |
Thank you very much. This is very much needed :)
|
Quote:
|
I don't really care about the forumdisplay I just want the showthread and to digg the posts :)
|
yeah me too
|
Question: will this not interfere with POST THANK YOU HACK?
|
All times are GMT. The time now is 05:23 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:
|