By the way, this annoys me too, how can I turn it off?
Page users : Search appears as undefined
-
Hi all,
We launched our forum for our city. We do not have access to the button Search in the page users : it is always written : undefinedDo you have any idea ?
-
Can you access yourforum.com/users/search ? It might be a outdated theme if the page works.
-
Hi Baris, you have right I can access with the nav bar : yourforum.com/users/search.
But undefined stays after the button Most Reputation.We just installed the forum, the nodebb-theme-lavender installed is 1.0.45. I know the latest is 1.0.46.
Do you think it could be resolved between these two versions ?
When we upgrade : do we lost our parameters ?
Thanks, Sonia -
I am not sure if its related to core or the theme. Is your forum public? Post a link so we can take a look, maybe core needs to be updated if its missing a language string.
-
Thank you Baris,
Our forum is here : https://plougasnou.commune.wiki/
We tried two things, but the default undefined stays : no thing change- Change the language in En-US
- Modify the key in the users.json : "Réputés" as "Reputes" with no acute accent
the key is here welll written as search
Cheers, Sonia
-
What is the git revision of nodebb? I think you might be missing a helper function called
helpers.displayUserSearch
that the users.tpl uses. -
Hi Baris,
On ACP Dashboard, I am running NodeBB v0.7.0.
The stable v0.7.1 is not availble yet ? isnt'it ?Sonia
-
In nodebb/src/database/mongo : I do not have the function helpers.displayUserSearch
Is it on this file, that I should add the function ? And have you a link of the content of the function ?
Thanks for all
Sonia
-
The function is here
-
GENIAL ! It works perfectly ! I don't know why this function was the only one missing in this file ?
Thank you very much Baris !