Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 5 replies, 2 voices, and was last updated 11 years, 12 months ago by
ian1119.
-
AuthorPosts
-
08/21/2014 at 9:37 am #301519
ian1119
ParticipantI am using the ‘form’ plugin to allow users to edit their directory entries. Once made public by an administrator at the foot of the form there is the ‘visibility’ section with a single (selected) radio button ‘public’. Two questions:
1) Can end users not have the ability to make their entries ‘private’ or ‘unlisted’? If not why show them the visibility section with only one choice which cannot be altered?
2) Before an administrator approves their entry it does not seem to be possible for an end user to edit it as there is no link to ‘View my Directory Entry’ and then on to ‘Edit Entry’ until this point?08/21/2014 at 10:29 am #301525Steven Zahm
Keymaster@ ian1119
Correctly, from the frontend, a user can not change the visibility to a setting in which they do not have view permissions as set on the Connections : Roles admin page. If they did, they would lose the ability to view and therefore the ability to edit their entry. So, basically, they will only be shown the options they have permissions to view. I am aware of this limitation and it will be removed in a future update.
08/21/2014 at 1:26 pm #301571ian1119
ParticipantThanks Steven
Ahead of any update what is the best way of hiding the ‘Visibility’ section from end users in Form? I cannot find any documentation on Form shortcodes to see if it is there. It does not seem to be on the settings page as far as I can tell.
I guess it could be hidden in CSS somewhere, but doing this at my template level gets overridden…
#cn-metabox-visibility.cn-metabox {display:none;}
08/22/2014 at 1:27 pm #301594ian1119
ParticipantI have tried all the .css files I can think of relating to the Form plugin and the Market template I am using, but adding the display:none does not seem to apply. Any ideas as to what else I could do or what I may be doing wrong?
08/22/2014 at 3:52 pm #301616Steven Zahm
Keymaster@ ian1119
That is the correct CSS, if it is being overridden, try adding the
!importantflag, like so:
#cn-metabox-visibility.cn-metabox {display:none !important;}That should do the trick.
08/22/2014 at 4:55 pm #301629ian1119
Participant!important – of course! why did I not try that! Thanks Steven – works when set in the CSS at the theme level now.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
