MyBB Community Forums

Full Version: Thumbs Post Rating 1.3
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 8 9 10 11 12 13 14 15
Installed plugin, let my users to use it for a few hours and got this:

[Image: cfhFXl.png]

Can I fix this wrong value?
(2012-01-10, 07:02 PM)tosiabunio Wrote: [ -> ]Installed plugin, let my users to use it for a few hours and got this:

[Image: cfhFXl.png]

Can I fix this wrong value?

Access your MySql database, in your 'posts' table, edit the number of the 'thumbsup' for that particular pid row.
I get this error message when I try to install this plugin:

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE = MYISAM' at line 8
Query:
CREATE TABLE IF NOT EXISTS mybb_thumbspostrating ( id INT UNSIGNED NOT NULL AUTO_INCREMENT , pid INT NOT NULL , uid INT NOT NULL , thumbsup INT NOT NULL , thumbsdown INT NOT NULL , PRIMARY KEY ( id ) ) TYPE = MYISAM ;

What should I do? If it makes a difference, I am using MySQLi, not MySQL.

I tested this on another fresh MyBB 1.6.5 installation and still get the same error. It seems that this plugin is not compatible with MyBB 1.6.5. Can anyone confirm this?

EDIT: Solved. I had to change TYPE=MyISAM to ENGINE=MyISAM in the plugin php file. I'm curious why TYPE has worked for everyone except me.
.omg..installed the update but still users with secondary group can't vote omg
Hello. Could someone edit the rating principle, that each post will display the total sum? So 4 up and 3 down produce a total of 1 up? And if post receive certain number of negative rating it would automatically hided/minimized with text saying "This comment has received too many negative votes. Click to Show". How difficult would be that?

Any help would be appreciated.
The Thumb Post Rating 1.3 plugin isn't working for me on my forum it shows 0 twice with no thumb images and I cannot vote by clicking up or down either. Here's an example http://jorxsy.com/talk/showthread.php?tid=22

Really want this plugin can somebody help or better yet can the author/creator tyyew ? Thanks alot!
(2012-03-19, 05:27 PM)fakeblondguy Wrote: [ -> ]The Thumb Post Rating 1.3 plugin isn't working for me on my forum it shows 0 twice with no thumb images and I cannot vote by clicking up or down either. Here's an example http://jorxsy.com/talk/showthread.php?tid=22

Really want this plugin can somebody help or better yet can the author/creator tyyew ? Thanks alot!

I figured it out have it workingShy

New style from me.

[attachment=25804]

Containing .css and .png file in the archive, rename and locate these files.
(2012-03-19, 05:27 PM)fakeblondguy Wrote: [ -> ]The Thumb Post Rating 1.3 plugin isn't working for me on my forum it shows 0 twice with no thumb images and I cannot vote by clicking up or down either. Here's an example http://jorxsy.com/talk/showthread.php?tid=22

Really want this plugin can somebody help or better yet can the author/creator tyyew ? Thanks alot!
(2012-03-19, 05:27 PM)fakeblondguy Wrote: [ -> ]The Thumb Post Rating 1.3 plugin isn't working for me on my forum it shows 0 twice with no thumb images and I cannot vote by clicking up or down either. Here's an example http://jorxsy.com/talk/showthread.php?tid=22

Really want this plugin can somebody help or better yet can the author/creator tyyew ? Thanks alot!

I figured it out have it workingShy

How did you fix this? I am having the same issue.

Anyone?
Never mind, I got it working.
hi, thanks for the great plugin...

is it possible to hide initially the green & red numbers of rates and show those numbers after the user rate-click?

thanks
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15