Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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,
You can do this in the masterpage:
<% if (Request.IsAuthenticated){ %>
INSERT ANYTHING HERE THAT YOU ONLY WANT LOGGED IN MEMBERS TO SEE.
<% } %>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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,
You can do this in the masterpage:
<% if (Request.IsAuthenticated){ %>
INSERT ANYTHING HERE THAT YOU ONLY WANT LOGGED IN MEMBERS TO SEE.
<% } %>
is working on a reply...