AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Who created a thread added ?

10 Posts
2 Users
0 Reactions
6,460 Views
Robert
Posts: 10736
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months ago

It does show the last poster:


1 Reply
(@dmlphotography)
Joined: 8 years ago

Trusted Member
Posts: 67
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Posted by: Robert

It does show the last poster:

Not on mobile


Robert
Posts: 10736
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months 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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@dmlphotography)
Trusted Member
Joined: 8 years ago

ok ill try that


Page 2 / 2
Share: