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

Hi,
Great addon, I have a couple of questions

1. Is there a way to disable this feature - Added feature to show the top rating of the OP of a thread on thread lists?
2. If I don't want icons to show just text I guess leaving the image field empty is the way to go?
3. Is there a way to enable this Display numeric total on member profile without having to enable this Enable member profile page integration?

Thanks
 
Hi,
Great addon, I have a couple of questions

1. Is there a way to disable this feature - Added feature to show the top rating of the OP of a thread on thread lists?
2. If I don't want icons to show just text I guess leaving the image field empty is the way to go?
3. Is there a way to enable this Display numeric total on member profile without having to enable this Enable member profile page integration?

Thanks

1. Yes set 'Minimum ratings for thread list top rating' to 0
2. Yes that's correct
3. The best approach would be template/css edits to hide the bits you don't want displayed
 
1. Yes set 'Minimum ratings for thread list top rating' to 0
2. Yes that's correct
3. The best approach would be template/css edits to hide the bits you don't want displayed

Ok thanks very much -

As for number 3 - I want to show the totals but not the rating lists - which template would I need to edit?
 
I'm trying to make my own reputation bar, but I can't seem to figure it out.
Code:
<xen:if is="{$postrating_enabled_ratings.positive} == 3000">
                    <dl class="pairsInline">
                        <dd><img src="image.png" /></dd>
                    </dl>

What do I need to use for the bolded area b/c what I got isn't working.
 
I'm trying to make my own reputation bar, but I can't seem to figure it out.
Code:
<xen:if is="{$postrating_enabled_ratings.positive} == 3000">
                    <dl class="pairsInline">
                        <dd><img src="image.png" /></dd>
                    </dl>

What do I need to use for the bolded area b/c what I got isn't working.

That would need to go inside dark_postrating_member_info or dark_postrating_member_info_bar for the variable to be available and the appropriate style property (under 'message elements') for whichever template you use would need to be enabled
 
That would need to go inside dark_postrating_member_info or dark_postrating_member_info_bar for the variable to be available and the appropriate style property (under 'message elements') for whichever template you use would need to be enabled

Awesome! That worked.

Now how do I move it below all the extrafields?

Screen Shot 2013-03-10 at 6.27.42 AM.webp
 
Awesome! That worked.

Now how do I move it below all the extrafields?

View attachment 41488

In template message_user_info, find <xen:if is="@messageShowCustomFields AND {$user.customFields}"> and move the entire <xen:if> section to just above the large <xen:hook> section before it.

Note that the 'money' field will move down too (but the ratings bar will be below it), this is not easily avoidable
 
Little help needed. When I add items like message count, Location to my message elements. How can I stop it from stepping on each other like below.
usermessage.webp

usermessage2.webp
 
I just bought this, where do I get it o_O?
I didnt get any download link, what a scam.

Can you please PM me the email used for payment and I will make sure this was sent to you.

Do you plan to continue to update/provide support when 1.2 comes out?

Yes.

i'm just bought...
how long when i'm got mail ^^?

Please PM me the email used for payment and I'll check this

Little help needed. When I add items like message count, Location to my message elements. How can I stop it from stepping on each other like below.
View attachment 41688

View attachment 41689

This is a conflict with some css in your custom theme, in extra.css add:

.dark_postrating { margin: -5px 10px 5px 140px !important; }
 
I just upgraded from a really early version to 1.5 and now I have a small error. They count right on threads, but you can't click the icons any longer and see who voted for what. And even though I searched I didn't see this anywhere else. And I'm not reading 60+ pages to find it. If this is a repeat question...I'm sorry.
 
I just upgraded from a really early version to 1.5 and now I have a small error. They count right on threads, but you can't click the icons any longer and see who voted for what. And even though I searched I didn't see this anywhere else. And I'm not reading 60+ pages to find it. If this is a repeat question...I'm sorry.

Make sure the perms are correct.

Also, on the main thread area:

ratings.webp

Those aren't clickable.

Inside with the correct perms you can still see them:
ratings2.webp

The ones on the outside are just shown as a quick reference type of guide.
 
Top Bottom