Back to vBulletin 5.x Template Modifications

Latest post information on mobile
Mod Version: 1.0.0, by yilmaz

vB Version: 5.5.5 Rating: (0 vote - 0 average) Installs: 5
Released: 03 Nov 2022 Last Update: Never Downloads: 0
Supported Template Edits  

If these css codes are added to the template css_additional.css with the style you are using, it will look like a screenshot.

Code:
/* Latest post information on mobile Start */
@media only screen and (max-width:480px) {
    .forum-list-container .forum-list-header .header-forum, .forum-list-container .forum-item .cell-forum {
    width: 60% !important;
}
    .forum-list-container .forum-list-header .header-lastpost, .forum-list-container .forum-item .lastpost {
    width: 40% !important;
}
    .forum-list-container .forum-list-header .header-topics,
    .forum-list-container .forum-list-header .header-posts,
    .forum-list-container .forum-list-header .header-lastpost,
    .forum-list-container .forum-item .cell-forum .forum-desc,
    .forum-list-container .forum-item .topics-count,
    .forum-list-container .forum-item .posts-count,
    .forum-list-container .forum-item .lastpost {
        display: revert;
    }
    .forum-desc,th.header-topics,th.header-posts,td.posts-count,td.topics-count,.rx-lastpost-info.h-hide {
    display: none !important;
}
    }
/* Latest post information on mobile Ende */​

Download

No files for download.

Screenshots

Click image for larger version
Name:	screenshot-2022.11.03-09_06_29.png
Views:	50
Size:	22.5 KB
ID:	159108  


vblts.ru supports vBulletin®, 2022-2024