MyBB Community Forums

Full Version: Rate Me a Funny
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Rate Me a Funny

Description:
This plugin lets the user rate someone a smile (icon) per postbit. There are options for the admin to enable for users to delete their rating by clicking the rating that they want disappeared again. Also, there is an option that enables for the users to rate different ratings in a post. All the icons are from http://www.famfamfam.com/lab/icons/silk/.

Download/Screenshot:
http://community.mybb.com/mods.php?action=view&pid=275

GitHub - Repository / Alternative Download
https://github.com/jung3o/Rate-Me-a-Funny

About installation:
1) Uninstall any previous versions
2) Replace with new version
3) Install! Done!

NOTE: If you would like to know how to upgrade from one version to another, please post on this thread and I will be able to help (only 2.0.0+)

Features:
  • Rating users (main feature)
  • Plugin settings (Group Permission, AJAX refresh timer, ability to multi rate, ability to delete rate, ability to self rate, show ratings on thread topics, and ability to show user rating statistics)
  • Rating Settings (ability to arrange display order and custom ratings with custom settings)
  • Display top rating on thread topic
  • Display rating statistics on user's profile
Report bugs:
https://github.com/jung3o/Rate-Me-a-Funny/issues

[Image: preview_58100_1414781880_b917e4f3c3fe4c5...eae754.png]
Hello,

I have a question concerning your plugin: Is there a possibility to set the rating only in the first post of a thread? If there is, how to do that?

Thanks, in advance, for the answer!

Regards
That could be a possible feature in the future, but at this moment, it doesn't exist sorry.
I just installed this. It is just what I've been looking for.

Does it work on all posts in the thread, or just the first post? When I tried it, it only worked on the first post.

Also, once I clicked on the button, it said Error. What could be causing an error?
Attempted to use this on the 1.8 Revolution Gaming theme, it shows the list of possible ratings and says Rated but it never displays the ratings nor (list).
Hello, I've fixed some bugs on the plugin.
http://community.mybb.com/mods.php?actio...75&bid=645

This plugin was created using the default theme and if you want to use any other theme you would have to manually input the custom variables used in the theme

Following is used in postbit and postbit_classic
{$post['ratemf']}

forumdisplay_thread
{$thread['ratemf']}

showthread and forumdisplay
{$ratemf_head}

member_profile
{$ratemf_head}

You're on your own to figure where to insert them, but here are some references https://github.com/jung3o/Rate-Me-a-Funn...f.php#L294
I gave a shot at the newest build, I still encounter the same issues.

I activated the plugin, rebuilt the cache and moved the {$post['ratemf']} in the postbit_classic to an area where it would have enough space.

The first thing I noticed is that the rating images are invisible unless my cursor is over them and the (list) element has an eight of 0px in the inspector. When I rate a post, I checked the database and the rating is there but it will never show up in the postbit.

I'm not quite sure what is going on.
(2014-12-18, 09:16 PM)zibbizor Wrote: [ -> ]I gave a shot at the newest build, I still encounter the same issues.

I activated the plugin, rebuilt the cache and moved the {$post['ratemf']} in the postbit_classic to an area where it would have enough space.

The first thing I noticed is that the rating images are invisible unless my cursor is over them and the (list) element has an eight of 0px in the inspector. When I rate a post, I checked the database and the rating is there but it will never show up in the postbit.

I'm not quite sure what is going on.

you will have to edit the css file because you're using a custom theme. css is located in the folder ratemf under plugins
(2014-12-18, 10:51 PM)jung3o Wrote: [ -> ]
(2014-12-18, 09:16 PM)zibbizor Wrote: [ -> ]I gave a shot at the newest build, I still encounter the same issues.

I activated the plugin, rebuilt the cache and moved the {$post['ratemf']} in the postbit_classic to an area where it would have enough space.

The first thing I noticed is that the rating images are invisible unless my cursor is over them and the (list) element has an eight of 0px in the inspector. When I rate a post, I checked the database and the rating is there but it will never show up in the postbit.

I'm not quite sure what is going on.

you will have to edit the css file because you're using a custom theme. css is located in the folder ratemf under plugins

What do we have to edit?
Added a long table to the top of my forum. There was this error on top

Quote:Warning [2] max(): When only one parameter is given, it must be an array - Line: 1094 - File: inc/plugins/ratemf.php PHP 5.4.36 (Linux)
Pages: 1 2