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

I installed Post Ratings before TMS. I just deleted the template, remade it, the TMS edit then showed up and I removed it.

Also,
2wEqs


I know this is happening because of the Gangnam style guy, however, is there anyway to move him down so everything is top aligned, rather than bottom aligned.
 
I installed Post Ratings before TMS. I just deleted the template, remade it, the TMS edit then showed up and I removed it.

Also,
2wEqs


I know this is happening because of the Gangnam style guy, however, is there anyway to move him down so everything is top aligned, rather than bottom aligned.

You can try messing with the vertical-align CSS property, though it can take a bit of trial and error to get right

Maybe something like .dark_postrating_inputlist li img { vertical-align: top !important; }
 
I've 1.5.0 and XF 1.1.2 and everything works fine. Do I've to upgrade? I'd like to upgrade to have everything ok when I'll upgrade to 1.1.4 but I've not really understood if there's anyway to do or to care of doing the upgrade... Thanks!
 
I've 1.5.0 and XF 1.1.2 and everything works fine. Do I've to upgrade? I'd like to upgrade to have everything ok when I'll upgrade to 1.1.4 but I've not really understood if there's anyway to do or to care of doing the upgrade... Thanks!

You can safely upgrade to 1.5.1 while using xf 1.1.2 (incidentally, all my development is done on xf version 1.1.2). Just ignore the extra upgrade steps and perform the normal procedure of 'upload files, upgrade xml'.

If you are using TMS, you can probably upgrade to 1.1.4 without revisiting the extra steps later on, but otherwise you would need to perform them after the 1.1.4 upgrade.
 
Good morning, yesterday I paid for this module via PayPal and have a PM the transaction number and the email to which the module must be registered, can I get this module?
 
I've seen some people with custom likes/ratings icons on their profile. How do we add some custom icons?

Just find a suitable icon (16x16 pixel works best, try Silk and Fugue icon sets), upload it to your site in folder /styles/dark/ratings/, then go to Applications > Ratings > Add Rating in the ACP and fill in the details. You don't really need to worry about sprite mode for any additional ratings as it's a lot of hassle.

Profile page: how to hide Rating if received = 0
View attachment 44179


Thanks

In template dark_postrating_member, find:

Code:
<xen:if is="!{$rating.disabled}">

Replace with:

Code:
<xen:if is="!{$rating.disabled} && {$rating.received} > 0">

Good morning, yesterday I paid for this module via PayPal and have a PM the transaction number and the email to which the module must be registered, can I get this module?

Sorry for the delay, I've approved your order now and you should have received it via email.
 
Is there anyway to reset likes for certain members?
One of my members abused the post ratings feature and went around negatively voting two other member's post and I was wondering is it possible to fix their ratings.

Just find a suitable icon (16x16 pixel works best, try Silk and Fugue icon sets), upload it to your site in folder /styles/dark/ratings/, then go to Applications > Ratings > Add Rating in the ACP and fill in the details. You don't really need to worry about sprite mode for any additional ratings as it's a lot of hassle.



In template dark_postrating_member, find:

Code:
<xen:if is="!{$rating.disabled}">

Replace with:

Code:
<xen:if is="!{$rating.disabled} && {$rating.received} > 0">



Sorry for the delay, I've approved your order now and you should have received it via email.
 
Back
Top Bottom