NecessaryGaming
Member
Great! Thanks for your help, Regs.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.
Great! Thanks for your help, Regs.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.
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
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}
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}
As far as I know, yes.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.
Hi Luke,
Which style property changes the background of the ratings summary bar?
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?
We use essential cookies to make this site work, and optional cookies to enhance your experience.