Pogo
Wed 8th Jan '03, 2:11pm
Situation:
I have 2 styles in my board. One is the default style with styleid=1 (STYLE1) the other is a custom one with styleid=2 (STYLE2).
Both styles are selectable.
The default style for a specific forum (FORUM) (not the whole board) is STYLE2.
When I have selected STYLE1 in my UserCP it is not displayed when I watch FORUM. STYLE2 is shown to me.
The problem is this line in global.php:if ($getforum['styleoverride']==1 or $bbuserinfo['styleid']<2) {It is used 3 times between lines 230 to 243.
The <2 should be changed into <1 to prevent this and show the style chosen by the user.
Oh I forgot: the styleoverride option is set to no.
PS: Dieses kleine Fehlerchen wurde präsentiert vom vBulletin Germany Team!
I have 2 styles in my board. One is the default style with styleid=1 (STYLE1) the other is a custom one with styleid=2 (STYLE2).
Both styles are selectable.
The default style for a specific forum (FORUM) (not the whole board) is STYLE2.
When I have selected STYLE1 in my UserCP it is not displayed when I watch FORUM. STYLE2 is shown to me.
The problem is this line in global.php:if ($getforum['styleoverride']==1 or $bbuserinfo['styleid']<2) {It is used 3 times between lines 230 to 243.
The <2 should be changed into <1 to prevent this and show the style chosen by the user.
Oh I forgot: the styleoverride option is set to no.
PS: Dieses kleine Fehlerchen wurde präsentiert vom vBulletin Germany Team!