Quote:
Originally Posted by bada_bing
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>
|
Same here, at the moment
Guests or groups awaiting validation like Coppa and Guest who have registered by not validated there accounts can rate sales. I only want site members groups like "Members,Mods,S.Admin,Admin" to be able to rate only. And after reading the instructions. I really don't have a clue what I'm supposed to edit to achive this using the code at the bottom of the instructions. It's really unclear as to what you edit and were you place the code exactly
Also, if you don't use the
postbit_legacy template, do you need to add the code to that template, or just the default
postbit template only. Or both?