Hikikomori |
04-08-2010 04:52 PM |
Quote:
Originally Posted by Ted S
(Post 2017767)
Pretty simple...
You can cheat and edit the template helpful_answers_roll
Code:
<vb:if condition="$show['rate_helpfulanswer']">
To something like...
Code:
<vb:if condition="$show['rate_helpfulanswer'] AND $userinfo['userid'] == post.userid">
You should of course modify the helpfulanswers.php file to insure someone can't cheat a vote as the template just controls the display of voting.
|
Weird, I tried adding that code, but there wasn't any effect. Although I think have a bigger problem, nothing I do to change the helpful_answers_roll template takes any effect. I tried writing random text in the template, I even tried removing all text from the template, but there was no change. I've tried reinstalling and on different styles, but it was the same. Any idea what could be wrong?
|