Please read this post
https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hide-members-list/#post-44296
Not sure if that helps I did everything suggested, I am trying to hide this hyperlink and this entire page from appearing: https://prnt.sc/1t8p1zg. Is it possible?
Copy this` You do not have permission to view the content and paste it in the phrase search bar
I tried it before, no results: https://prnt.sc/1t8p56n
You mean you are using a plugin which translates wpForo phrases?
Or you mean your site is Multi-Lang?
No, I am not using any plugin for translations, I just switched the WP language and WpForo is automatically translated for me...even though the language pack in the backend are still in English.
Similarly to my point above, the error message on this page (/forum/members) gets translated automatically: https://prnt.sc/1t8pjx2
But the only a portion of the error message to register gets translated: https://prnt.sc/1t8pnnm
When I try to search for this phrase, again no result... https://prnt.sc/1t8ppr0
Very confusing, this + the point above shows that it's not possible to either find or edit some phrases, as if they're not even there.
Not sure if that helps I did everything suggested, I am trying to hide this hyperlink and this entire page from appearing: https://prnt.sc/1t8p1zg. Is it possible?
If you're requesting the page, it has to bring something error 404, etc. So what do you want it to bring?
No, I am not using any plugin for translations, I just switched the WP language and WpForo is automatically translated for me...even though the language pack in the backend are still in English.
Similarly to my point above, the error message on this page (/forum/members) gets translated automatically: https://prnt.sc/1t8pjx2
But the only a portion of the error message to register gets translated: https://prnt.sc/1t8pnnm
When I try to search for this phrase, again no result... https://prnt.sc/1t8ppr0
Very confusing, this + the point above shows that it's not possible to either find or edit some phrases, as if they're not even there.
Press the Rebuild Phrases Button from Dashboard > Forums > Dashboard, After that click Delete all caches button from the same place and try to find the phrases, and if you are going to translate small count of phrases use wpForo Phrases option if the phrases count is huge I recommend you to use Loco Translate.
1) Is the "choose file" / "no file chosen" translatable?
Insert the below CSS code in Custom CSS Code Field:
input#wpf_file::-webkit-file-upload-button { visibility: hidden; } input#wpf_file::before { content: 'Type Your Contnent'; display: inline-block; background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); border: 1px solid #999; border-radius: 3px; padding: 3px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 11px; } input#wpf_file:hover::before { border-color: black; } input#wpf_file:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); }
2) I chose a long display name and it's running beyond the border,
Use the CSS Code Below:
#wpforo #wpforo-wrap .author-data { padding: 6px; }
Insert the below CSS code in Custom CSS Code Field:
Thanks, Seems to work only partially: https://prnt.sc/1uvrir3
Even if I minimize the window it still shows like this
1) it's "squashed" and not displayed fully
2) not translation even in your code?
Thanks