no your code is wrong. Please read the instructions carefully. You are supposed to replace the line:
PHP Code:
if ($foruminfo['moderatenew']!=0) {$oldforumid=$forumid;$forumid=X;}
with the new code.
Also u should NOT touch that part:
Quote:
if ($foruminfo['moderatenew']!=0) {$forumid=$oldforumid;}
|
Besides you have to enter all ids one by one, it seems that you forget to edit z1, y1, z2 y2 parts in :
PHP Code:
if ($forumid==48) {$forumid=53;} // Nitro TC - chassis & handling
elseif ($forumid==49) {$forumid=54;} // Nitro TC - engines & speed
elseif ($forumid==Z1) {$forumid=Z2;}
elseif ($forumid==Y1) {$forumid=Y2;}
elseif ($forumid==Z1) {$forumid=Z2;}