Help > Forum > Topics & Posts > Showing the full post in search results
Showing the full post in search results
Long posts and quotes are cut off with a link that says "read more" to allow the user to quickly browse many posts. Please follow the instructions below if you'd rather always show the entire post by default.
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the HTML link.
- Insert the following code into the Forum Head Tag HTML Code textbox:
<script> window.addEventListener("load", function(){ if(jQ(".preview-cut").length) { jQ(".preview-cut").removeClass("preview-cut"); jQ('[id ^= "show_post_"]').addClass("hidden"); } }); </script> <style> .readMore { display: none !important; } </style>
- Save your changes.
If you still need help, please contact us.