Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

10 Posts
2 Users
0 Reactions
3,068 Views
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

It does show the last poster:

1 Reply
(@dmlphotography)
Joined: 8 years ago

Trusted Member
Posts: 67
Posted by: Robert

It does show the last poster:

Not on mobile

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 8 years ago

ok ill try that

Page 2 / 2