Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • bob baty-barr 1180 posts 1294 karma points MVP
    Oct 26, 2011 @ 17:51
    bob baty-barr
    0

    only show comment form for logged in members?

    using uBlogsy for v4.7.1 -- can someone help me with the syntax to wrap around contact.ascx to hide the comment form from users that are not logged in.

    thanks,

  • Anthony Dang 1404 posts 2558 karma points MVP 2x c-trib
    Oct 27, 2011 @ 10:50
    Anthony Dang
    0

    You can do this in the masterpage:

    <% if (Request.IsAuthenticated){ %>

    INSERT ANYTHING HERE THAT YOU ONLY WANT LOGGED IN MEMBERS TO SEE.

    <% } %>

     


  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies