Ok I have the trader ratings working so far but I want to get the is_member_of working and for the life if me I cant get it in the correct place without getting an error.
I have tried placing it in both postbit & postbit_legacy but I get an error listed below as discribed is what im trying to use. I can get the forum id code working but not the is_member_of ? Now can someone explain to me if I dont have the is_member_of code in there who can use the trader ratings feature by default?
This is what was in the templates.txt file but I cant get it to work
- Combining the two together:
<if condition="is_member_of($post, 11) && in_array($thread[forumid],array(200,201))">
(trader ratings row)
</if>
|