found adding this snippet to the theme function.php removed this link.
// Hide subscribe box on single event pages.
add_filter(
'tec_views_v2_subscribe_link_visibility',
function( $subscribe_links) {
return! is_singular( Tribe__Events__Main::POSTTYPE );
},
100
);
Just added my own link via a form for registered users to complete for approval first.
Hi @phpnukes,
Thank you for reaching out and for the update. I’m glad to learn you were able to find the filter code snippet to remove the calendar links and sorted out the “approval form”.
I’d be closing this thread, and please do not hesitate to bump a new thread on our way. This is for us to track down topics/issues efficiently and for us to follow the WordPress Forum Guidelines.
