Quote:
Originally Posted by Ted S
HA members, please welcome TheLastSuperman to the HA development and support efforts. TheLastSuperman has offered to step in and provide support and fixes. I do plan some significant updates later this year to add in many of the most requested features so keep your eye out for updates!
|
Quote:
Originally Posted by CvP
Welcome
This means we will get "who rated" and rating removal options. yay! 
|
Hey everyone

. A Quick note to say I won't have time available to add in new features, only a update if required, all my other time will be spent on support for the modification until Ted has more free time available

.
Quote:
Originally Posted by Bundle
Hello,
Hopefully someone can help me with something that's been driving me INSANE!
Basically I use this just as a "like" function (that also adds to reputation) and I eventually achieved the desired effect after a bit of template tinkering... it's just the "plus" button with the number of ratings to the right of it, looks the same whether you've rated the post or not, but is clickable when you can and not otherwise. Everything is working as I wanted EXCEPT for one tiny, endlessly irritating thing.
For the life of me, I can't figure out how to show the "plus" graphic on my own post, next to the rating. That is, when the member who makes the post looks at his own post, which has been rated, it's just the number. No graphic. For anyone else looking at his post, the graphic is there. I know WHY this is: it's because the code for displaying it is built into the "can rate" condition of the mod, and I've added a separate if condition in the template to display it when the post has been rated (helpfulanswerid), but I can't get it to display for "if this is my own post"... if you see what I mean.
I'm probably being really thick. Is there a standard vb conditional for "if this is my post"? That would sort it :/
|
Try something along the lines of:
Code:
<vb:if condition="$post['userid'] == $bbuserinfo['userid']"> Do this or show this code etc etc </vb:if>
Quote:
Originally Posted by kersti
That's the way I'd like it to function - can you let me know what changes you've made to get this working?
|
Let's see how Bundle replies and if it works we'll list some alternate instructions on how to customize the modification to work like that for you and other members

.