• Resolved Amfidiusz

    (@amfidiusz)


    Hello,

    First of all thanks for a great job wth that plugin! It will be super useful to keep my business going in those hard times we are experiencing around the world now. I will try to translate it to my native language once I get everything set up.

    Is there an easy way to remove or disable the list of created meetings? I would like my guests to have access only to the linked meeting. I would like to lock /zoom-meetings/ from public view or add redirection there to another page.

    Is it possible to change the directory /zoom-meetings/ to a custom one?

    Thanks again! Keep it up!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @amfidiusz ,
    there isn’t currently a way to disable the archive page directly – please use a redirect rule to redirect this page for now.

    You will need to customize the way the meetings are listed for now – please refer to our shortcode to get an idea of how to do this.

    Thanks.

    Thread Starter Amfidiusz

    (@amfidiusz)

    Thank you for your reply. I’m struggliing with the redirect, though. I’ve tried the following commands:

    <IfModule mod_rewrite.c>
      RewriteEngine on
      RewriteCond %{REQUEST_URI} "/zoom-meetings/"
      RewriteRule (.*) $1 [L]
    </IfModule>

    and

    <IfModule mod_rewrite.c>
      RewriteEngine on
      RewriteCond %{REQUEST_URI} ^/zoom-meetings/?$
      RewriteRule (.*) /404 [R=301,L]
    </IfModule>

    but neither of them seems to work. Could you push me in the right direction here?

    I will leave the folder name for now untouched. I have also finished the Polish translation, hope to be able to use it on my site soon ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove or block the list of meetings?’ is closed to new replies.