Hie,
I have a page where all the different forums are listed. Each forum has it's name where u can click on it to link to a page where all the threads belong to the forum is. I have created the page with the forum list but how do I make the link to the thread page? What if I have thousands of forums, does it means I need to create thousands of thread page? I think I can somehow manipulate template for that but I have no idea how the template would know which forum I click on.. Now I have..
<a href = somepage.php>Forum Name 1</a>
<a href = somepage.php>Forum Name2</a>
I want to only create one file to generate the thread page which is somepage.php but I dont know how it wil detect which forum it comes from.
Any idea? Thanks