Is there a way to turn off the ability to type in arbitrary topic titles on topic replies? They are not visible on the topic itself making them kind of redundant outside of the very temporary showing in the recent replies widget and as far as I can tell are not indexed for search engines.
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.
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.