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 3 4 5 6 7
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
Added AJAX integration to the plugin! Now users do not have to refresh the page in order to see the ratings.
The download you are attempting to view appears to be invalid.
download the attachment until mybb approves my plugin. Smile

Mybb approved my plugin
Nice. Smile
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!
No, but I can add it if you'd like.
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
Hi, can you please help me with this plugin.

When I try to install it I get this:

[Image: 12grediant068.png]
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.
Pages: 1 2 3 4 5 6 7