Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi, Wpforo team
First of all thanks for your great plugins and Support 🙂Â
1. We are facing 2 small issues that any user of our site post content in any topic, when they or we try to change the permalinks from Wpforo front end or back-end, but there is no options to change the permalinks.
Or perhaps We don't know how to change this.
Existing Permalink => Sitename.com/community/health/2/
Want to change => Sitename.com/community/health/Effective-Weight-Loss-And-Fat-Burning-Exercises
2. How to disable or delete Specify avatar by URL feature from User ProfileÂ
See attached Image
Hope to hear from you soon 🙂
Thanks & RegardsÂ
Hi @ashish,
 We are facing 2 small issues that any user of our site post content in any topic, when they or we try to change the permalinks from Wpforo front end or back-end, but there is no options to change the permalinks.
I'm sorry but no way yet, but this is already in our to-do (no eta yet).
How to disable or delete Specify avatar by URL feature from User ProfileÂ
You can hide it using the following CSS code. Put the code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea.Â
.wpf-field-wrap > ul > li:nth-child(2) {
display: none !important;
}
Â