MyBB Community Forums

Full Version: Move thread, posts to .thead
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=42712]I want remove tcat and move Threads and Posts to the actual thead like on this theme from another forum software. 

Help will be much appreciated, I am using MyBB default theme. 

Image attached.

[attachment=42712]
one method is to add thead {display: none;} or .thead {display: none;} as style rule for index template

after {$headerinclude} you can add
<style type="text/css">
.thead {display: none;}
</style>
similarly you may like to add .tcat {display: none;} before </style>

[MyBB Templates System]
(2020-04-01, 09:18 AM).m. Wrote: [ -> ]one method is to add thead {display: none;} or .thead {display: none;} as style rule for index template

after {$headerinclude} you can add
<style type="text/css">
.thead {display: none;}
</style>
similarly you may like to add .tcat {display: none;} before </style>

[MyBB Templates System]


by doing this result is 

[Image: mEM1onK.png]
but above mention picture is saying that instead of hidding .thead can we move "Threads"  ," post" and "last post" templates to .thead and then will hide .tcat

BR
Mujeeb
^ sorry, unable to understand the purpose of moving content to thead
hiding .thead & .tcat for the index should serve the purpose [image]

if the purpose is to add mobile compatibility for the index then its approach is different.