Post Ratings - taking likes to the next level [Deleted]

Hello,

I'm curious if there's a way to turn off certain ratings such as the "dislike", "dumb", and "old".

If there is, how would I go about doing that?

Thanks!
Yes.

Go into Applications > Ratings and click on the rating you want to disable - there is a check box within there to disable.

Repeat for all other ratings you want to disable.

Cheers,

Regs.
 
I have an error:

Post Thank You Hack import:

insert ignore into xfxfxf.dark_postrating select null, postid, userid, content_userid, THANKS_RATING_ID, date from vbvbvbvb.post_thanks


Unknown column 'content_userid' in 'field list'

That's because it doesn't exist in dark_postrating. Is there a replacement field for this or was it extra? I've noticed that it's a field from table xf_liked_content.

EDIT - Just noticed someone else asked the same question but can't find an answer yet. May want to edit this query in your first post on this thread.
 
I have an error:

Post Thank You Hack import:

insert ignore into xfxfxf.dark_postrating select null, postid, userid, content_userid, THANKS_RATING_ID, date from vbvbvbvb.post_thanks


Unknown column 'content_userid' in 'field list'

That's because it doesn't exist in dark_postrating. Is there a replacement field for this or was it extra? I've noticed that it's a field from table xf_liked_content.

EDIT - Just noticed someone else asked the same question but can't find an answer yet. May want to edit this query in your first post on this thread.

This might work:

Code:
insert ignore into XENFORO_DB_NAME.dark_postrating 
select null, ty.postid, ty.userid, po.userid, THANKS_RATING_ID, ty.date
from VBULLETIN_DB_NAME.post_thanks ty
left join VBULLETIN_DB_NAME.post po on ty.postid = po.postid
 
Hi. Is it possible to add elements to the postbit so that it shows individual stats for each button that is added with post ratings? So for example lets say I have "useful rating"" and "Information rating" enabled, the post bit would show how many of each the user has

likes receive = x
Information Ratings received = x
Useful Ratings received = x

I see the option for total ratings and the total ratings as a bar, but not something like I mentioned above
 
Hi @Luke F ,

I'm receiving this error..What could be the problem?

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Table definition has changed, please retry transaction - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Today at 7:00 AM
Stack Trace

#0 /pefcommunity.com/public/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)

#1 /pefcommunity.com/public/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)

#2 /pefcommunity.com/public/library/Zend/Db/Adapter/Abstract.php(825): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT MIN...', Array)

#3 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(172): Zend_Db_Adapter_Abstract->fetchOne('\r\n\t\t\tSELECT MIN...')

#4 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(145): XenForo_Model_Deferred->updateNextDeferredTime()

#5 /pefcommunity.com/public/library/XenForo/Application.php(1457): XenForo_Model_Deferred->defer('AdminTemplatePa...', Array, NULL, false, NULL)

#6 /pefcommunity.com/public/library/XenForo/Model/AdminTemplate.php(739): XenForo_Application::defer('AdminTemplatePa...', Array, NULL, true)

#7 /pefcommunity.com/public/library/XenForo/DataWriter/Phrase.php(368): XenForo_Model_AdminTemplate->compileAdminTemplatesThatIncludePhrase('trophy_points')

#8 /pefcommunity.com/public/library/XenForo/DataWriter/Phrase.php(273): XenForo_DataWriter_Phrase->_recompileTemplatesIncludingPhrase()

#9 /pefcommunity.com/public/library/XenForo/DataWriter.php(1409): XenForo_DataWriter_Phrase->_postSave()

#10 /pefcommunity.com/public/library/Dark/PostRating/CronEntry.php(23): XenForo_DataWriter->save()

#11 [internal function]: Dark_PostRating_CronEntry::runDailyOptimisation(Array)

#12 /pefcommunity.com/public/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)

#13 /pefcommunity.com/public/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)

#14 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_Cron->execute(Array, Array, 7.9999971389771, '')

#15 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.9999971389771, '', false)

#16 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)

#17 /pefcommunity.com/public/deferred.php(23): XenForo_Model_Deferred->run(false)

#18 {main}
 
Hi @Luke F ,

I'm receiving this error..What could be the problem?

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Table definition has changed, please retry transaction - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Today at 7:00 AM
Stack Trace

#0 /pefcommunity.com/public/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)

#1 /pefcommunity.com/public/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)

#2 /pefcommunity.com/public/library/Zend/Db/Adapter/Abstract.php(825): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT MIN...', Array)

#3 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(172): Zend_Db_Adapter_Abstract->fetchOne('\r\n\t\t\tSELECT MIN...')

#4 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(145): XenForo_Model_Deferred->updateNextDeferredTime()

#5 /pefcommunity.com/public/library/XenForo/Application.php(1457): XenForo_Model_Deferred->defer('AdminTemplatePa...', Array, NULL, false, NULL)

#6 /pefcommunity.com/public/library/XenForo/Model/AdminTemplate.php(739): XenForo_Application::defer('AdminTemplatePa...', Array, NULL, true)

#7 /pefcommunity.com/public/library/XenForo/DataWriter/Phrase.php(368): XenForo_Model_AdminTemplate->compileAdminTemplatesThatIncludePhrase('trophy_points')

#8 /pefcommunity.com/public/library/XenForo/DataWriter/Phrase.php(273): XenForo_DataWriter_Phrase->_recompileTemplatesIncludingPhrase()

#9 /pefcommunity.com/public/library/XenForo/DataWriter.php(1409): XenForo_DataWriter_Phrase->_postSave()

#10 /pefcommunity.com/public/library/Dark/PostRating/CronEntry.php(23): XenForo_DataWriter->save()

#11 [internal function]: Dark_PostRating_CronEntry::runDailyOptimisation(Array)

#12 /pefcommunity.com/public/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)

#13 /pefcommunity.com/public/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)

#14 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_Cron->execute(Array, Array, 7.9999971389771, '')

#15 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.9999971389771, '', false)

#16 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)

#17 /pefcommunity.com/public/deferred.php(23): XenForo_Model_Deferred->run(false)

#18 {main}
Any news on this? This error shows for almost eveeryday now..:(
 
Hi @Luke F ,

I'm receiving this error..What could be the problem?

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Table definition has changed, please retry transaction - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Today at 7:00 AM
Stack Trace

#0 /pefcommunity.com/public/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)

#1 /pefcommunity.com/public/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)

#2 /pefcommunity.com/public/library/Zend/Db/Adapter/Abstract.php(825): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT MIN...', Array)

#3 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(172): Zend_Db_Adapter_Abstract->fetchOne('\r\n\t\t\tSELECT MIN...')

#4 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(145): XenForo_Model_Deferred->updateNextDeferredTime()

#5 /pefcommunity.com/public/library/XenForo/Application.php(1457): XenForo_Model_Deferred->defer('AdminTemplatePa...', Array, NULL, false, NULL)

#6 /pefcommunity.com/public/library/XenForo/Model/AdminTemplate.php(739): XenForo_Application::defer('AdminTemplatePa...', Array, NULL, true)

#7 /pefcommunity.com/public/library/XenForo/DataWriter/Phrase.php(368): XenForo_Model_AdminTemplate->compileAdminTemplatesThatIncludePhrase('trophy_points')

#8 /pefcommunity.com/public/library/XenForo/DataWriter/Phrase.php(273): XenForo_DataWriter_Phrase->_recompileTemplatesIncludingPhrase()

#9 /pefcommunity.com/public/library/XenForo/DataWriter.php(1409): XenForo_DataWriter_Phrase->_postSave()

#10 /pefcommunity.com/public/library/Dark/PostRating/CronEntry.php(23): XenForo_DataWriter->save()

#11 [internal function]: Dark_PostRating_CronEntry::runDailyOptimisation(Array)

#12 /pefcommunity.com/public/library/XenForo/Model/Cron.php(357): call_user_func(Array, Array)

#13 /pefcommunity.com/public/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)

#14 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_Cron->execute(Array, Array, 7.9999971389771, '')

#15 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.9999971389771, '', false)

#16 /pefcommunity.com/public/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)

#17 /pefcommunity.com/public/deferred.php(23): XenForo_Model_Deferred->run(false)

#18 {main}

This could be either a conflict with another addon or a server issue. You can safely disable the Post Ratings daily cron in Admin CP > Tools > Cron Entries - it only serves to provide a very minor performance optimisation
 
I bought this resource about an hour or two ago and for some reason I cannot download it, it just asks me to purchase it again?! I can provide a transaction ID and proof of purchase.
 
A bit random but will all of the default xenforo likes carry over when installing this one?

Say my account has 5 likes. I install this addon, will I still have 5 likes? Not a big deal, just wondering.
 
Is anyone here familiar with the UI.X xenforo style? I installed Post Ratings and it surrounds ratings with a box. How can i keep the ratings there but have no box?
 
Testing with 1.5.0 RC2 when you disable trophies:
Screen shot 2015-08-15 at 11.39.37 AM.webp
the ratings disappear also.
Could be possible disable the trophies and keep the ratings?
 
Hi Luke,

Which style property changes the background of the ratings summary bar?

There is no particular style property for this. It uses a standard XF CSS selector - .secondaryContent - which should look consistent with your style

If you want to override it, the CSS selector is .dark_postrating

Testing with 1.5.0 RC2 when you disable trophies:
View attachment 114103
the ratings disappear also.
Could be possible disable the trophies and keep the ratings?

This should only affect the member card, where post ratings uses the trophy points phrase to identify the middle of the member card info line. I will add an option to just put it at the end of the member card info so there is no requirement for trophies being intact
 
Hello Luke, not only the member card, the ratings disappear here:
with trophies:
Screen shot 2015-08-16 at 8.52.51 PM.webp

without:
Screen shot 2015-08-16 at 8.53.56 PM.webp

And in the member page too:
With trophies:
Screen shot 2015-08-16 at 8.59.04 PM.webp

without:
Screen shot 2015-08-16 at 9.00.18 PM.webp
 
Ah yes I forgot those places, it's the same situation of it looking for the trophy points phrase to put ratings exactly where the likes total would previously have been
 
Top Bottom