I'm not sure what I did but now the posts look weird and I don't like it...anybody have any clue how to fix it? Joined and other user stats used to be under the persons user name, and now it isn't. 
PM me and I can show you how to fix it @Darth Vader showed me how to fix mine when it fucked up.Gym said:This happened to me recently as well, really hate it.
Guess we have to get used to it.![]()
This is an english speaking forum, please use english. thanks.Heaven Jr said:I currently have a vertical postbit. What's the default?
Random said:This is an english speaking forum, please use english. thanks.
Heaven Jr said:Huh? What are you in about, lol?
</li></ul>
</li>
<li>
<td valign="top" width="1">
<input type="checkbox" class="checkbox" name="classicpostbit" id="classicpostbit" value="1">
<label for="classicpostbit">Display posts in classic mode.</label>
</input>
</td>
</li>
Random said:@Hobbs he already did remove it, or at least try to force everyone to Use the new one.. or maybe I'm mistaken.. I can't remember.
Someone hmu with a fix, thanks![]()
This should be added to the actual theme coding tbh.antisocial said:@Random
The fix for me was this in Firefox; (Use at own risk, although it's pretty straight forward especially if you know basic html)
Go to the forums Settings > Options > Edit Options
Under Thread View Options right click on the text Show the quick reply box on the view thread page. and hit click Inspect Element
![]()
Highlight the last
code and right click Edit as HTMLCode:</li></ul>
![]()
Then paste the following code after the last
, essentially just adding another html list item to the existing page html.Code:</li>
Code:<li> <td valign="top" width="1"> <input type="checkbox" class="checkbox" name="classicpostbit" id="classicpostbit" value="1"> <label for="classicpostbit">Display posts in classic mode.</label> </input> </td> </li>
![]()
By now another check box should appear, labeled Display posts in classic mode, check that and press Update Options.
![]()