Jump to content

(NB41) Content Ratings

This topic contains 144 posts. A summary containing the most significant posts is available

Featured Replies

  • Replies 143
  • Views 17k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Posted Images

I don't get it. Do I have to manually create each type of rating? In the pictures you provided it made it appear as though all the one you had showed up by default. If that is the case this is a lot less useful than I thought. Quite frankly I'd like a refund. 

  • Author

Hello,

 

Do I have to manually create each type of rating?

Yes.

 

In the pictures you provided it made it appear as though all the one you had showed up by default.

I created them manually, setup group permissions, etc.

I do not know what ratings you need. Photo? I think no.

I can give you all images from the screenshot + the script to create ratings from screenshot.

 

If that is the case this is a lot less useful than I thought.

Why?

 

A $35 app for something that XenForo has by default? :/

Speechless.

Awesome application!  Too bad I can't afford it for now,  but it seems great was searching for something like this 

 

How it will work?

I imagine if this app is integrated you can, for example, create custom user titles based on the ratings they receive. Lets say, if you have received 100 laughs you can have the title to be "i am funny", if you have 10 helpfuls the title can be "most helpful member", etc. 

Take for example the iAwards application, which is integrated with Rules and can provide automatic awards based on some criteria. You can have the mentioned example to deliver awards instead of user title updates. 

Another example is group promotions, for example any member with 100 heplful ratings might be moved to custom "Expert" group, etc. Really, the possibility are endless and limited only by creativity. 

  • Author
 

I imagine if this app is integrated you can, for example, create custom user titles based on the ratings they receive. Lets say, if you have received 100 laughs you can have the title to be "i am funny", if you have 10 helpfuls the title can be "most helpful member", etc. 

Take for example the iAwards application, which is integrated with Rules and can provide automatic awards based on some criteria. You can have the mentioned example to deliver awards instead of user title updates. 

Another example is group promotions, for example any member with 100 heplful ratings might be moved to custom "Expert" group, etc. Really, the possibility are endless and limited only by creativity. 

I'm not worked with Rules app. I need to find a time for playing/testing etc.

 

Hello,

Yes.

I created them manually, setup group permissions, etc.

I do not know what ratings you need. Photo? I think no.

I can give you all images from the screenshot + the script to create ratings from screenshot.

Why?

 

Because it's useless to me. You should have advertised it as a frame work, instead of making it seem like all you have to do is install it and it will work as pictured. How do I get a refund? 

  • Author
 

to do is install it and it will work as pictured

When you buy the application you need to set it up.

 

How do I get a refund? 

I'm not IPS owner. Ask someone from IPS staff.

Is this separate from the in-built Like/Reputation system?

Specifically, if I install and set this up, do all my members start at ZERO again? Or is their current reputation incorporated?

Many thanks

Bill

Edited by Bill Edwards

  • Author

Hello,

 

Is this separate from the in-built Like/Reputation system?

Yes. It's a separate system. In the next version I only added by request "So whenever they rate "positive" rating it adds 1 to this counter, or -1 it takes one away. Neutral adds nothing."

Last setting

cratings_settings.jpg

 

Specifically, if I install and set this up, do all my members start at ZERO again?

Yes.

Edited by newbie LAC

I'm not sure I fully understand.....

Are you saying in the next version it WILL use the existing reputation count?

If I adopt this system, can I leave member's existing reputation visible?

I like this system, but with some members having over 10k likes, it will be a hard sell if everyone starts from zero again :(

  • Author
 

Are you saying in the next version it WILL use the existing reputation count?

No. When you give to someone positive or negative rating the reputation will be increase or decrease.

Example.

You have 100 rep points. I gave you a positive rating. Your reputation is increased by 1 point. Total is 101.

I have 50 rep points. You gave me a negative rating. My reputation is decreased by 1 point. Total is 49.

 

If I adopt this system, can I leave member's existing reputation visible?

Yes.

Topic view. My reputation is 46

cratings_topic.jpg.9ffa76512f09381f7b762

Profile view

cratings_profile.jpg.0cbad447f3aab6d3d5e

 

Many thanks for your patience in explaining. I get it now, if I leave my current system enabled, this app runs alongside.

Wow $35 with 6 month renewal term...

Thank you for offering this for IPS v4!  

I'm excited to start playing around with this.  

Purchased and installed.  Thank you @newbie LAC for offering this for IPS v4.  

Suggestions:

  1. Tighten space between icons.  Spread too far out.  
Content Ratings on Postbit.JPG
  1. Change wording from "Delete" to "Undo."  Sounds better.  
  2. Make icons faded.  Then on roll over, full color.  
  • Author

Hello,

 
  • Change wording from "Delete" to "Undo."  Sounds better.  

Done

 
  1. Tighten space between icons.  Spread too far out.

You can use css.

I use default values (from core - global - framework - misc.css) for lists.

html[dir="ltr"] .ipsList_inline > li {
	margin-right: 15px;
}
html[dir="rtl"] .ipsList_inline > li {
	margin-left: 15px;
}

You can redefine it 

html[dir="ltr"] div[data-controller="nbcontentratings.front.ratings.ratings"] .ipsList_inline > li {
	margin-right: 8px !important;
}
html[dir="rtl"] div[data-controller="nbcontentratings.front.ratings.ratings"] .ipsList_inline > li {
	margin-left: 8px !important;
}

 

 
  1. Make icons faded.  Then on roll over, full color.  

All in one or each individually?

You can also do it yourself

div[data-controller="nbcontentratings.front.ratings.ratings"] {
	opacity: 0.5;
}
div[data-controller="nbcontentratings.front.ratings.ratings"]:hover {
	opacity: 1;
}

 

I am looking to buy this, please can you tell me where you get the icons you've used?

Just want to get things organised for when I purchase :)

Many thanks

Biill

 

I am looking to buy this, please can you tell me where you get the icons you've used?

Just want to get things organised for when I purchase :)

Many thanks

Biill

I've now brought this and would like to know the best place to get free, suitable, coloured icons if you can help.

Also, I can't actually get it work :(

rc2.png

rc1.png

I think I have it set up properly and a new box has appeared, but there is nothing in it.

Any help gratefully received.

Many thanks

Bill

 

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.