#2549 - Reordering forums doesn't seem to stick
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
I'd need a precise reproduction case - i.e. a series of screenshots showing:
initial state
first changed state (before saving)
first changed state (after saving)
second changed state (before saving)
second changed state (after saving) [with bug showing here]
For example, if you set forum# orders like:
<code>#1=1,#2=1,#3=2</code>
You may get like
<code> #1=1,#2=2,#3=3</code>
But it depends on other factors, you could get:
<code>#1=1,#2=3,#3=2</code>
Or
<code>#1=3,#2=1,#3=2</code>