Ah - okay, I was looking in an original copy of the file. Forgive me, I'm new to this editing of the core files of the program.
On the replacement of the "X1", "X2", etc. with the forum ID numbers, I will eventually have about 35-50 forums. I am assuming I just continue the
PHP Code:
elseif ($forumid==Z1) {$forumid=Z2;}
line for as many forums as I have, right?
And also, what do I replace the "W2" in this line with:
PHP Code:
else {$forumid=W2;}
? Does the "W2" equal the main category/forum?
This is the format I am planning on:
-Main Category
--Forum 1
---Sub-Forum 1.1
----Sub-Forum 1.1 submitted questions
---Sub-Forum 1.2
----Sub-Forum 1.2 submitted questions
---Sub-Forum 1.3
----Sub-Forum 1.3 submitted questions
---etcetera, and so on
--Forum 2
---etcetera, and so on
-Second Category
--Forum 1b
---Sub-Forum 1b.1
----Sub-Forum 1b.1 submitted questions
---etcetera, and so on
You get the idea it will be a big forum with many sub-forums. So by my second question I mean in that "else" statement, does the "W2" variable just get replaced with the forum ID of the Main category the forums are in? Because there are two categories...I just don't want to flub this up. For a non-programmer, there's nothing worse than loading up the page and a jumble of code or error message popping up!