Can someone maybe explain where some of the template variables come from? For example I see in the cyb_topstats_new posts the following code. How can you determine what the $vboptions[cybtopstats_lastpost_linking] is set to?:
Code:
<if condition="$vboptions[cybtopstats_lastpost_linking]=='1'">
CODE HERE
</if>
<if condition="$vboptions[cybtopstats_lastpost_linking]=='2'">
CODE HERE
</if>