Quote:
Originally Posted by Preech
I'm not great at the coding and all. But shouldn't it be usergroupid and not userid.
|
Yes you are right cheers but still not working using
<if condition="!$show['usergroupid']=12">
!!!!!

thankyou Preech for making me look at my code again. As you can see above for some reason I managed to put a ! before $show and this was messing it up. Now sorted using <if condition="$show['usergroupid']=12">
Regards
Madotds