Code Monkey
Well-known member
Thanks for keeping this mod up to date Luke.
@Luke ForemanLuke Foreman updated Post Ratings - taking likes to the next level with a new update entry:
Version 1.7.2
Read the rest of this update entry...
Luke Foreman updated Post Ratings - taking likes to the next level with a new update entry:
Version 1.7.2
Read the rest of this update entry...
Was this update emailed out? I don't seem to have received it as yet, checked my spam folder as well.
@Luke Foreman How can i delete a particular rating of selected members ?
delete from dark_postrating where user_id in (1, 2, 3) and rating = x
Assuming you mean a rating given by selected members and not received by: (if I'm wrong just replace user_id with rated_user_id)Quote
Code:delete from dark_postrating where user_id in (1, 2, 3) and rating = x
Where x should be replaced with the rating id and '1, 2, 3' with a list of user ids.
You'll need to run Recount Ratings after, and as always be sure to take a backup
delete from dark_postrating where user_id in (12, 234) and rating = 140
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 97 bytes) in /home4/dthforum/public_html/library/Zend/Db/Statement/Mysqli.php on line 304
Template: EWRporta2_Article_Post
Find: <xen:set var="$messageAfterTemplate">
Replace:
<xen:set var="$messageAfterTemplate">
<xen:hook name="dark_postrating_likes_bar_xenporta" params="{xen:array 'post={$post}','message_id={$messageId}'}" />
Thanks. I wish to delete ratings recieved by a user.
i tried this :
Code:delete from dark_postrating where user_id in (12, 234) and rating = 140
where 12, 234 are member ID and 140 is post rating ID.
Also when i am doing recount, i got this error
Also you will need to raise your PHP memory_limit setting in order to complete the recount
1. edit the php.ini filewhere and how pls ?
"likes" are not showing up as Positive Ratings when you go to Members > Most Positive Ratings ????
Why are you running such an old version of the mod ?1.6.6 i think :/
We use essential cookies to make this site work, and optional cookies to enhance your experience.