Thanks Lynne, I tried it and got unexpected results. I thought it worked at first. I expected that only the administrators would be selected but it also select post from one of the registered users who is not an administrator.
If I do an explicit "<if condition="$thread['postuserid'] == 1">" only the administrator posts are correctly selected but what I want is to be able to select the usergroupid to which $thread[postuserid] belongs.
When I changed you example to 2 thinking it would select all the "registered users", it didn't select any even through some do exist.
Any ideas?
|