Is there a simple way to disable the Blog Article Teaser when allowing users to create a blog post? I find that our users often just put the whole text in the teaser and not the body of the page. It puts undue work on our moderators to check for those instances, and the teaser really doesn't add us that much value in our current design and use.
Solved! Go to Solution.
HI @calebmt
The easiest way - especially if you want a global fix - is to hide the teaser via CSS. All you need is this added to your CSS:
.lia-blog.EditPage .lia-form-row.lia-form-teaser-entry {
display: none;
}
Oooh nice @PAULEM I need to do this ASAP. Still need a way to make BODY required as people can still post blank Blog articles SMH.
@calebmt have you seen improvements since hiding it where you're getting less blank blog article postings?
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!