The official 4chan TMS forums theme

Mave

TMS Founder
Administrator
Messages
234,191
Location
Belgium
We had a topic for the previous version of the 4chan theme (back when we were still using SMF). But because we're now using the Xenforo forum software a new thread was appropriate.



The official 4chan TMS forums theme

XT3GpgE.png


This topic will keep you up to date about the ongoing progress of the theme. Suggestions and other feedback are more than welcome.

Progress:
  • Yotsuba b - 90% done
  • Yotsuba - 0% done
 
Tired of the header so I created a few new ones. Ideally I wish to rotate them, just like on 4chan.org. However it's kind of hard since I can only define a fixed url for the header. Going to look up how to make a fixed image url still variable.

wYRyIPn.jpg


dKJQoSM.jpg


KdXQsK3.jpg


ocQSVWp.jpg


These images were all taken from the 4chan headers by the way.
Easily went through them all:

Code:
<?php

for ($x = 0; $x <= 300; $x++) {
    echo "<a href=\"http://s.4cdn.org/image/title/" . $x . ".png\">img</a><br>";
}

?>
 
Some more minor modifications:

BEFORE:

c1xtXCA.png


AFTER:

PGiVUQY.png


  • Added >> before messages (put some margin in front of message container)
  • Added triangle after messages
  • Added checkbox before username
  • Moved message options like bookmark, share,.. to the left
  • Moved message date next to username
  • Removed like icon
  • Fixed css that was broken after the above changes
 
Nearing pixel-perfect copy for messages:

p4AQ3k9.gif


PS: When you replace Stybar with Anonymous, it lines up perfectly. It looks too far to the right now because it's a different character.
 
BUG: Replies made using the quick reply option will not have the ">>" until you refresh the page.

ZQws8d3.png
 
The new posts icon will probably end up being a triforce gif.
Also around 10 new random banners will be added.
Then it's a bit more bug-testing before I can start working on Yotsuba.
 
Back
Top Bottom