Hello,
I've an issue with user grop promotions. I'm using Post Ratings positive rating as a criteria. Criterias for user is set to at least 80 messages and at least 50 positive post ratings. But it doesn't work. I also have to mention that I had some errors from PR recently:Thanks for help.Code:Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'dark_postrating_1_count' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
I would like all positive post ratings to count as like ratings. Is that possible
It seems you can only choose one "Like rating" from the dropdown in options.
Hmmm... it has something to do with the UI.X style that is hiding it because when I go back to default XenForo style it is there...
What am I missing?
I'm getting this errors a lot (XF 1.4.1):
Code:ErrorException: Fatal Error: Cannot redeclare class XFCP_Dark_PostRating_Model_Session - /var/www/valinor/web/forum/library/XenForo/Application.php(520) : eval()'d code:1
Thanks for your reply @Luke Foreman! That was great.
One more question... I'm now using CTA Featured Threads and there is an option to automatically feature a post based on how many "Likes" it received. Is there a way to make all positive ratings count as "likes"? That is if people declare something a "winner" or other positive rating it would then be recorded as a XenForo "like"?
Or is this how it already works? Or is it impossible to work this way.
That's not an error I have seen before - does it still occur if you disable other addons?
Another quick question:
Where do you change the colors of this text below:
thanks
View attachment 89291
.dark_postrating_outputlist {
display: block;
margin-left: 3px;
float: left;
font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
color: black !important;
}
Code:.dark_postrating_outputlist { display: block; margin-left: 3px; float: left; font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif; color: black !important; }
Add this to your EXTRA.css and simply change the color to suit.
It's worth mentioning that if it's just the colour you want to change, just use the final color line.
You don't need to redeclare all of the other elements.
thank you so much, that did the trick!
eck your email spam folderWhere's my download link???
You copy the class names across but only redeclare the elements that you want to explicitly change. So in this case since you want to only change the colour, instead of having:I usually just copy the whole thing over. not the best way to do it?
Glad I could help.
.dark_postrating_outputlist {
display: block;
margin-left: 3px;
float: left;
font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
color: black !important;
}
.dark_postrating_outputlist {
color: black !important;
}
I did. Got no email, I private messaged the creator and have gotten no response.. :/
check your usergroup permissions.Hi Luke,
I bought this add-on a moment ago and installed it correctly but for some reason I can't see the icons in the post
Can you please show me how to add them?
Thank you.
We use essential cookies to make this site work, and optional cookies to enhance your experience.