FK theme looks weird now?

antisocial

Power member.
Reputation
0
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. :(

QbPvwy0.jpg
 
#2015KidsStruggles
This is what the site usually looks like, the one your describing is the newest one.
 
This happened to me recently as well, really hate it.
Guess we have to get used to it. :(
 
Gym said:
This happened to me recently as well, really hate it.
Guess we have to get used to it. :(
PM me and I can show you how to fix it @Darth Vader showed me how to fix mine when it fucked up.
 
@dunk this shit is definitely a struggle. It looked so nice before. all the trophys, joined, rep, post count and shit used to be on the left side under the user name. fml

@gym :( i guess so. i'd rather it be fixed though.
 
this dude definitely got it fixed for me. so ghetto but it worked like charm.
 
Let me just call up Hogwarts and ask for the magical wizardry line. 
 
Tbh, @Philly should run a SQL query to force everyone back to the other layout and then remove the option for it to be changed.
 
@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 <3
 
I currently have a vertical postbit. What's the default?
 
Heaven Jr said:
I currently have a vertical postbit. What's the default?
This is an english speaking forum, please use english. thanks.
 
Random said:
This is an english speaking forum, please use english. thanks.

Huh? What are you in about, lol?
 
Heaven Jr said:
Huh? What are you in about, lol?

"[font=Tahoma, Verdana, Arial, sans-serif]vertical postbit" [/font]


[font=Tahoma, Verdana, Arial, sans-serif]Obvious language switch here.[/font]


[font=Tahoma, Verdana, Arial, sans-serif]English only please.[/font]
 
@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

8VzyWlN.jpg


Highlight the last
Code:
</li></ul>
code and right click Edit as HTML

nv01Qml.jpg


Then paste the following code after the last
Code:
</li>
, essentially just adding another html list item to the existing page html.

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>

sLBAsZ8.jpg


By now another check box should appear, labeled Display posts in classic mode, check that and press Update Options.

JSULRUL.jpg
 
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 <3

No I mean remove the option of actually trying to change it at all in the options, then change it for everyone again one last time so this won't be an issue again.


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

8VzyWlN.jpg


Highlight the last

Code:
</li></ul>
code and right click Edit as HTML

nv01Qml.jpg


Then paste the following code after the last

Code:
</li>
, essentially just adding another html list item to the existing page html.


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>

sLBAsZ8.jpg


By now another check box should appear, labeled Display posts in classic mode, check that and press Update Options.

JSULRUL.jpg
This should be added to the actual theme coding tbh.
 
Back
Top