you say:
4) In the forumhome template, you can insert the variable $catname wherever you want the custom list name to appear.
I would like to be able to have the url
like
http://www.domain.com/forums/index2.php?go=$num
is that going to be ok if i do
if ($go==1) {
$catname="Stargate";
$yourcat="1_2_3_4_5_6";
$num="1"
like that and then just put the above url in the template. Do i need to add anything else anywhere to make this work?
Thank you.