MyBB Community Forums
[For 1.8] Rate Me a Funny - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Rate Me a Funny (/thread-116139.html)

Pages: 1 2 3 4 5 6 7


Rate Me a Funny - jung3o - 2012-04-02

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!

Report bugs:
https://github.com/jung3o/Rate-Me-a-Funny/issues


RE: Rate Me a Funny - jung3o - 2012-04-05

Added AJAX integration to the plugin! Now users do not have to refresh the page in order to see the ratings.


RE: Rate Me a Funny - dhruvseth2002 - 2012-04-05

The download you are attempting to view appears to be invalid.


RE: Rate Me a Funny - jung3o - 2012-04-05

download the attachment until mybb approves my plugin. Smile

Mybb approved my plugin


RE: Rate Me a Funny - Yaldaram - 2012-04-06

Nice. Smile


RE: Rate Me a Funny - FooFighter - 2012-04-07

In useres miniprofiles in their post bits does this include or can something be included to show "total 'agrees'" "total 'dislikes'" etc... in the form of bars and/or numbers.

Maybe even an "total average times rated"

Thanks!


RE: Rate Me a Funny - jung3o - 2012-04-07

No, but I can add it if you'd like.


RE: Rate Me a Funny - FooFighter - 2012-04-07

Like some sort of "stats" in users mini profiles in their post bits to see how many "agrees" they have, etc...would be beneficial indeed! Smile


RE: Rate Me a Funny - Cru* - 2012-05-15

Hi, can you please help me with this plugin.

When I try to install it I get this:

[Image: 12grediant068.png]


RE: Rate Me a Funny - Yaldaram - 2012-05-15

Open plugin file and find;
$db->write_query("ALTER TABLE " . TABLE_PREFIX . "posts ADD ratemf TEXT NULL AFTER posthash;");
and Comment it out like this;
// $db->write_query("ALTER TABLE " . TABLE_PREFIX . "posts ADD ratemf TEXT NULL AFTER posthash;");

Now try to activate it again.