Notifications
Clear all

wpForo 1.x.x [Closed] Hide report / edit translation date

11 Posts
2 Users
1 Likes
878 Views
Posts: 19
Topic starter
(@eduardobraga)
Eminent Member
Joined: 5 years ago
Where do I edit to leave only the post date?
I want to remove the report button
10 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @eduardobraga,

Where do I edit to leave only the post date?

First of all, navigate to Dashboard > Forums > Settings > Features admin page, Enable the WordPress Date/Time Format option and manage WordPress date and time format in WordPress Settings > General admin page.

More info here: https://wpforo.com/docs/root/wpforo-settings/features/#seo-meta

I want to remove the report button

Please navigate to Dashboard > Forums > Settings > Forum Accesses admin page, edit each Forum Access and uncheck the "Can report" CAN. 

3 Replies
(@eduardobraga)
Joined: 5 years ago

Eminent Member
Posts: 19

@sofy

The date is right But in posts it looks like this

"Posted : October 28, 2019 8:16 am"

I would like to remove :
 
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

ok @eduardobraga,

then you should customize the post.php file in the /wp-content/plugins/wpforo/wpf-themes/classic/layouts/2 folder.

The line you need to change is 77. You'll just need to remove the ":" symbol.

The update safe way for the customization is described in this doc: https://wpforo.com/docs/root/forum-themes/theme-customization/

(@eduardobraga)
Joined: 5 years ago

Eminent Member
Posts: 19

@sofy

Thanks. I'm almost done with the forum layout. Then I will buy the addons to complete the forum 🙂

Posts: 19
Topic starter
(@eduardobraga)
Eminent Member
Joined: 5 years ago

@sofy

Sorry, I found this namespace issue.

If you delete the status, you'll see a large space in the name next to the photo.

Which file do I have to edit?

3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@eduardobraga

Please let us know the layout you're using. 

(@eduardobraga)
Joined: 5 years ago

Eminent Member
Posts: 19

@sofy

Simplified

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@eduardobraga

you should modify the post.php file located in the /wp-content/plugins/wpforo/wpf-themes/classic/layouts/2/ folder.

Don't forget to use the update safe way for the customization. 

Posts: 19
Topic starter
(@eduardobraga)
Eminent Member
Joined: 5 years ago
I changed the size of the avatar in style.css But the change did not happen, what can it be?
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{width:110px; height:110px; padding:2px; border-radius:50%;}

#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{width:96px; height:96px; padding:2px; border-radius:50%;}

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

@eduardobraga

Please navigate to Dashboard > Forums > Dashboard admin page, click on the [Delete all caches] button then press CTRL+F5 (twice) on the frontend.