Notifications
Clear all

wpForo 1.x.x [Closed] Who created a thread added ?

10 Posts
2 Users
0 Likes
2,385 Views
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

It does show the last poster:

1 Reply
(@dmlphotography)
Joined: 6 years ago

Trusted Member
Posts: 67
Posted by: Robert

It does show the last poster:

Not on mobile

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

So, why not just specify it to allow me understand the issue?

wpForo has an adaptive design which hides some data on mobile to keep it clean and readable. You can use this CSS code to show last post information on mobile too. Put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache:

@media screen and (max-width:620px) { 
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post{display:block;} #wpforo #wpforo-wrap .wpfl-2 .cat-lastpostinfo{display:block;} #wpforo #wpforo-wrap .wpfl-2 .cat-title{width:40%;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-info{width:60%;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum li{width:60%; display:block;} #wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost{display:block;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{display:block;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info{width:60%;} #wpforo #wpforo-wrap .wpfl-2 .head-stat-posts{width:10%;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{width:10%;}
}
@media screen and (max-width:480px) {
#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post{display:block;} #wpforo #wpforo-wrap .wpfl-2 .cat-lastpostinfo{display:block;} #wpforo #wpforo-wrap .wpfl-2 .cat-title{width:40%;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-forum-info{width:60%;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-subforum li{width:60%; display:block;} #wpforo #wpforo-wrap .wpfl-2 .head-stat-lastpost{display:block;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{display:block;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-info{width:60%;} #wpforo #wpforo-wrap .wpfl-2 .head-stat-posts{width:10%;} #wpforo #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{width:10%;}
}

 

Posts: 67
Topic starter
(@dmlphotography)
Trusted Member
Joined: 6 years ago

ok ill try that

Page 2 / 2