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.

  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. 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>
    

  5. Save your changes.


If you still need help, please contact us.