Move thread to group always displayed

Discussion in 'Bug Reports' started by MagnusB, Apr 23, 2012.

  1.  

    MagnusB New Member

    The move thread to group link is always shown, even on this site, and even as guest. Also, by default, this is set to display:none;, so you can't see it:
    Code:
    <div id="cz-move-to-group" style="display: none">
        <a href="index.php?threads/private-groups-update-1-4-0-very-broken.70/copy-to-group-overlay" class="OverlayTrigger">Copy thread to group</a>
    </div>
    This is copied from a thread in this forum. The template is cz_groups_thread_tools, I tried using conditionals to only show it to logged in users, but that resulted with it being completely hidden, which is fine by me, but others might want to use this feature without getting allot of errors in Webmaster tools.

Share This Page