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...
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.
Continue discussion
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...
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.