AI Search
Classic Search
Notifications
Clear all
Jul 19, 2018 6:18 am
2 Replies
Jul 19, 2018 2:07 pm
Here is the list of places where we use reply title
- Recent Posts page
- Recent Posts widget
- Topic RSS
- Profile > Activity
- BuddyPress / UM Profile Activity
- New Post notification emails
To disable reply title editing you should use this css code:
#wpforo #wpforo-wrap .wpf-post-create .wpf-subject{
pointer-events: none;
}
Navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in Custom CSS Code textarea, save it, delete all caches and press Ctrl+F5 on forum front.
Jul 22, 2018 5:55 am
Thank you Robert. That goes a long way to preventing my members on one forum from typing out paragraphs in the title and then putting nothing but "NT" in the reply body which was super annoying.
