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

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Change date format

3 Posts
2 Users
1 Reactions
1,556 Views
Posts: 8
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
(@ghoode)
Active Member
Joined: 4 years ago
[#26938]

Hi there,

I'd like to change the date format for the list of the last posts (see attached file), I'd like to have "8 novembre". All the other dates are ok only this one is on an English format. Is that possible?

Thanks!

wpforo date

2 Replies
Chris
Posts: 3610
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
(@chris)
Famed Member
Joined: 5 years ago

Hi @ghoode,

Do these steps:

Navigate to wp-content/plugins/wpforo/themes/2022/layouts/4/ copy forum-thread.php file

create /wpforo/ folder in your current active WordPress theme directory /wp-content/themes/yourtheme/, and keeping the same folder/file structure.

Navigate to wp-content/themes/yourtheme/wpforo/layouts/4/ paste forum-thread.php file

Now edit forum-thread.php file, in wp-content/themes/yourtheme/wpforo/layouts/4/

Find the below code part, it should be on 23 row:

<?php wpforo_date($thread['created'],'ago-date');

and replace that code with these one:

<?php wpforo_date($thread['created'],'j F',true,false);

Posts: 8
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
(@ghoode)
Active Member
Joined: 4 years ago

Hello @chris,

thanks, that solution works well!

Have a good weekend


Share: