We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 43015
    • 2 Posts
    rogerhoughton Reply #11, 11 years ago
    Quote from: x0149128 at Apr 26, 2012, 09:17 AM
    This didn't work for me. Quip is still showing the website url box.

    I would like to completely remove it.


    If it's still any help, the offending lines are in:

    Files/Media/Core/Components/quip/elements/chunks/quipaddcomment.chunk.tpl

    From about halfway down remove:

    <div class="quip-fld">
    <label for="quip-comment-website-[[+idprefix]]">[[%quip.website]]:<span class="quip-error">[[+error.website]]</span></label>
    <input type="text" name="website" id="quip-comment-website-[[+idprefix]]" value="[[+website]]" />
    <br />
    </div>
    


    And the website box will disappear.

    (You'll probably want to add a
    <br />
    in its place.)