02-03-2023, 10:45 AM
(02-01-2023, 05:01 PM)Philippe π Wrote: En fait il y a aussi un "Search" en haut à droite. Là dedans tu peux chercher par date "last week", "last 2 weeks" etc
Ok, mais il faut entrer un mot clé, donc pas utilisable pour afficher les derniers posts par ordre chronologique.
Je peux t'aider à fixer ça (et d'autres choses sans doute), si tu veux.
Pour mémo : https://community.mybb.com/thread-219812-page-2.html
Back in 2018 there was a search feature enhancement discussion that pointed out MyBB's limited searching ability. Back then it used to force the user to search with a keyword OR author, else the search is stopped. The fix for this was to remove the following.
Eldenroot did submit a PR for this that was merged but for some reason search keywords are still a requirement.
I did go in to my forums inc > functions_search.php and comment out the following code:
mybb/inc/functions_search.php
Lines 305 to 308 in 4d88a6f
if(!$keywords)
{
error($lang->error_nosearchterms);
}
It works like a charm and now I can actually search without limits.