for template changes between version 2.5 and 2.6, you have the following instructions...
Quote:
in postbit AND postbit_lagacy:
find:
--------------------------------------------------------------------
<if condition="$post[post_thanks_thanked_posts] == 1">
--------------------------------------------------------------------
REPLACE WITH:
--------------------------------------------------------------------
<if condition="$post[post_thanks_thanked_posts] == 1">
--------------------------------------------------------------------
|
shouldn't the REPLACE line read as..
Quote:
REPLACE WITH:
--------------------------------------------------------------------
<if condition="$post[post_thanks_thanked_posts_on] == 1">
--------------------------------------------------------------------
|
just want to double-check prior to template modification.