Great, I will try the above code then. Thanks for the guidance.
--------------- Added [DATE]1334314628[/DATE] at [TIME]1334314628[/TIME] ---------------
I have just realised that I think the above code is if I am doing a plugin. But i want to just edit the template. To translate this into something that would work in a template, would my code attempt below be a fair translation?
Code:
<if condition="$vbulletin->userinfo['posts'] > 1000 and $vbulletin->userinfo['posts'] < 2000">
// run code A
</if>
--------------- Added [DATE]1334329256[/DATE] at [TIME]1334329256[/TIME] ---------------
Its ok, worked it out now!