Paul
Sun 23rd Nov '03, 4:19pm
Hi,
I had thought I had previously reported this issue pre-2.3.0, although I cannot find the thread on these forums. I am just upgrading to the latest 2.3.3 and have noticed that the problem is still there. I had fixed this on 6/29/2003.
Forums are given a default styleset in vB2. While this may be a tiny issue with vB2, when upgrading to vB3 you'll run into issues as it will affect how forums are displayed and template information is ported over.
In admin/forum.php:
// Bug fix: Style id set by default, 2003-06-29, Paul
/*
makechoosercode("Custom style set for this forum","styleset","style",1);
*/
makechoosercode("Custom style set for this forum","styleset","style",-1,"No custom style");
// End bug fix: Style id set by default
Changes like the above will need to be made. There are multiple instances, but I won't bother posting them all.
Might I also recommend that the references to UBB being a "b**stard" be removed from the bbimport.php code?
Best wishes,
Paul
I had thought I had previously reported this issue pre-2.3.0, although I cannot find the thread on these forums. I am just upgrading to the latest 2.3.3 and have noticed that the problem is still there. I had fixed this on 6/29/2003.
Forums are given a default styleset in vB2. While this may be a tiny issue with vB2, when upgrading to vB3 you'll run into issues as it will affect how forums are displayed and template information is ported over.
In admin/forum.php:
// Bug fix: Style id set by default, 2003-06-29, Paul
/*
makechoosercode("Custom style set for this forum","styleset","style",1);
*/
makechoosercode("Custom style set for this forum","styleset","style",-1,"No custom style");
// End bug fix: Style id set by default
Changes like the above will need to be made. There are multiple instances, but I won't bother posting them all.
Might I also recommend that the references to UBB being a "b**stard" be removed from the bbimport.php code?
Best wishes,
Paul