Post Ratings - taking likes to the next level [Deleted]

1 year ago today:


Jan 9, 2011: I feel the exact same way about the post rating system on Facepunch.com, though the presence of a like/thanks system somewhat makes up for it.

A couple of screenshots (see below).

If something similar were included in XenForo it would be absolutely awesome. Maybe it's time I wrote another addon
:p


zkf4.png

l11l.png


Cool !
 
Any news on the next update? Looking forward to having the minor bugs fixed and making use of the 'Likes You've Received' page. Just curious as I'm getting close to launch and would much rather have the updated version set in place before welcoming all my minions. ;)


 
Hi Dark, my users loves the new rating system so far. Several users requested be able to rate more than once. Sometimes they find a thread both usefull and informative. I think it would be a litle bit tricky to prevent the system being abused by giving multiple ratings. Maybe adding a feature to limit the amount a post can be rated, hide neutral and negative buttons when a user gives positive ratings? Anyway, I made a complete Turkish translation for those interested.

The translation contains all phrases that appear in the frontent as well as options in the backend admin. I've attached the Turkish translation to this message.
--------------------
İlgili olanlar için eklentiyi Türkçe'ye çevirdim. Çeviri seçenekler ve önyüz cümlelerin hepsini kapsıyor. İlgili olanlar ekte bulunan .zip dosyasını indirerek, mevcut kullandıkları dilin üzerine yazdırarak yükleyebilirler.
 

Attachments

I once had a VB mod that did that using opacity. The worse the post rating was the less you saw of the post.
Or when a certain points threshold was reached the post was hidden but could be viewed by clicking a the one line message indicating the post was removed due to reaching the threshold. Just my 0.02
exactly!

@Darkimmortal
is it possible to have this in the next update?
 
Dark, some rating I have in mind make only sense for the first post of the thread. Is it possible to add an option for ratings to choose only avaliable for the first post of the thread?

Thanks.

A template edit could probably display this, but I think it would be a lot better if this was built into the core.
 
Everytime I edit my main template, the likes system code goes away. I have to constantly re-add it.

Code:
<xen:hook name="message_below" params="{xen:array 'post={$message}','message_id={$messageId}'}" />

^^^This disappears and the like system box goes away. I have to constantly add it after making changes to my templates, even if the ad_message_below template is untouched.
 
Everytime I edit my main template, the likes system code goes away. I have to constantly re-add it.

Code:
<xen:hook name="message_below" params="{xen:array 'post={$message}','message_id={$messageId}'}" />

^^^This disappears and the like system box goes away. I have to constantly add it after making changes to my templates, even if the ad_message_below template is untouched.
Strange behaivor :confused:.. try to workaround with a delete of the browser cache if you don't have already.
 
I really like this but is it possible to se who press what? orelse people maby press negative things and just being enoying! if this is possible i gladly will purchase.
 
The bar is not visible i have put this on place <xen:hook name="message_below" params="{xen:array 'post={$message}','message_id={$messageId}'}" />
And i choosed it on permissions dont now what im doing wrong :(
 
Back
Top Bottom