Hi you might have to use a different plugin to restrict access to this calendar. Does the calendar plugin have any type of security access level set up? Does it uses shorcodes? What I mean is, does the calendar page use a shortcode to display the calendar in the page?
Not that I am aware of but I am awaiting a response from plugin about adding it to another page to regularly restrict it.
The only thing it allows like that is to make it public or for members (WP members).
Is there a way to add a code in the functions and restrict the form page based on the membership ID based on whatever code is added to the pages restricted that I could add to the form via ftp?
Or something to add to make memberships recognized like a WP account?
Hi, thank you for reporting back. I look forward to your reply.
They do not have shortcodes at this time.
Is there a way to add the restriction based on the membership ID# for a URL or someway to manually put that restriction onto a pages URL or template?
Perhaps something That I can add into the forms?
They have this code for inserting content BEFORE the form so I could probably fill some code in its place.
`add_action(‘tribe_events_community_form_before_template’, ‘my_custom_text’); function my_custom_text() { echo ”
Hi, try the following PHP tweaks. There might be some code there that might put you on the right track. Does the events calendar allow you to embed the code into a template?
Yes it allows to put in the template.
They told me what template to enter the code in. I just can’t find what code it is that is entered usually in the protected pages to enter in the template file.
I need whatever code is added to protected sites to restrict access only to membership level IDs 3-8
Hi, the plugin developers will investigate further your request.
Thank you
This is custom coding. You will need to hire a developer for this. I really don’t understand your requirement and also I can’t custom code for users.
Our requirement is to restrict a page that is generated by a plugin and doesn’t show on regular pages section. We have the file to that is the template for that page but do not know what code is entered on pages or where a URL is added in SM that we can add into the template file for this page.