jwaggoner
04-14-2020, 05:41 PM
The box where you should be able to chose a style is blank. Clicking on the down arrow doesn't give you any choices.
Looking at it in Google Developer Tools I can see the line calling the choices box. I have a test forum and it works fine there.
In the working forum I get these lines to call the choices:
<form action="index. php" method="get"' id="footer _select" class= "footer_select" >
<select name="styleid" onchange="switch_id(this, 'style')''>
<optgroup label="'Quick Style Chooser"'>
<option class="hidden"></option> </optgroup>
</select> </form>
In the test forum I get these lines
<form action="'forum.php"' method="get" id="'footer_select" class= "footer_select">
<select name-=''styleid'' onchange= "switch_id(this, ยท'style')">
<optgroup label="Quick Style Chooser"> ... </optgroup>
<optgroup label-=" Standard Styles., > ... </optgroup>
<optgroup label-=" Nobile Styles"' > ... </optgroup> </select>
The difference is in the <form action calling index.php instead of forum.php. Where is this generated and how do I fix it. Just started to do this after upgrading from Version 4.2.2 to Version 4.2.5.
Upgraded both the working forum and the test forum.
Any help would be appreciated.
Looking at it in Google Developer Tools I can see the line calling the choices box. I have a test forum and it works fine there.
In the working forum I get these lines to call the choices:
<form action="index. php" method="get"' id="footer _select" class= "footer_select" >
<select name="styleid" onchange="switch_id(this, 'style')''>
<optgroup label="'Quick Style Chooser"'>
<option class="hidden"></option> </optgroup>
</select> </form>
In the test forum I get these lines
<form action="'forum.php"' method="get" id="'footer_select" class= "footer_select">
<select name-=''styleid'' onchange= "switch_id(this, ยท'style')">
<optgroup label="Quick Style Chooser"> ... </optgroup>
<optgroup label-=" Standard Styles., > ... </optgroup>
<optgroup label-=" Nobile Styles"' > ... </optgroup> </select>
The difference is in the <form action calling index.php instead of forum.php. Where is this generated and how do I fix it. Just started to do this after upgrading from Version 4.2.2 to Version 4.2.5.
Upgraded both the working forum and the test forum.
Any help would be appreciated.