hi,it is really a nice forums plugin,but i have some problems with my translation. i have searched everywhere in dashboard-forum-phrases and the .PO file,but i can't find out where to translate these single words.They are:
"closed" in Topic Icon
usergroup name
"profile"in My Profile
please check the attach file,thanks.
and i want to know how to make who's online and recent topic widget show round gravatar?mine is square,and the size is not suitable.
Hi BlickW,
Please read this FAQ topic: https://wpforo.com/community/faq/how-to-translate/
The usergroup translation is not available yet, you should wait for Beta-6. Other missing words will also be added in POT file.
Hi BlickW,
Please read this FAQ topic: https://wpforo.com/community/faq/how-to-translate/
The usergroup translation is not available yet, you should wait for Beta-6. Other missing words will also be added in POT file.
ok,could u tell me why my avatar in online members and recent topics are square instead of round?
That's because of your theme. Theme css can affect wpForo avatar style. Try this css code, it may help, just put it in Forums > Settings > Styles Tab - Custom CSS Code textarea:
.wpforo-widget-content .avatar {border-radius: 50%;}
#wpforo #wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar .avatar {border-radius: 50%;}
If it's not saved on first time, please try it again. Then go to front-end and do CTRL-F5 to reload css files. If you have cache plugins, don't forget delete all caches.
thank you for your detail answear!