1) Which template has this code?
2) I only want this enabled in certain forums and not others where I want this for posts too.
Thank you for your time.
In addition, where do I set
The ability to customize the AJAX message shown after a post is rated.
The ability to edit all text and messages through phrases.
thanks
Quote:
Originally Posted by Ted S
1 - Easy enough, just find:
Code:
<if condition="!$GLOBALS['FIRSTPOSTID'] AND $helpfulanswer[postid] != $GLOBALS['qrfirstpostid']">
to
Code:
<if condition="$helpfulanswer[postid] == $GLOBALS['qrfirstpostid']">
2 - You would need to write a whole new hook to pull in this data to forumdisplay.
|