Thank you
the tips helped me with the plugin mentioned and two more
Tapatalk and Topic Solved
another plugin i use is SEO sitemap
I made the adjustment but activating the forum starts to give error 500
last lines on error.log
[Wed Jan 08 13:29:18.202026 2020] [fcgid:warn] [pid 3058] [client 131.255.124.131:44272] mod_fcgid: stderr: #3 /var/www/clients/client1/web5 in /var/www/clients/client1/web58/web/vendor/symfony/routing/Loader/YamlFileLoader.php on line 206, referer:
https://www.forumitbr.com.br/
[Wed Jan 08 13:29:29.785188 2020] [fcgid:warn] [pid 2957] [client 46.229.168.136:5088] mod_fcgid: stderr: PHP Fatal error: Uncaught InvalidArgumentException: The routing file "/var/www/clients/client1/web58/web/ext/lotusjeff/sitemap/config/routing.yml" contains unsupported keys for "lotusjeff_sitemap_sitemapindex": "pattern". Expected one of: "resource", "type", "prefix", "path", "host", "schemes", "methods", "defaults", "requirements", "options", "condition", "controller". in /var/www/clients/client1/web58/web/vendor/symfony/routing/Loader/YamlFileLoader.php:206
routing content
lotusjeff_sitemap_sitemapindex:
pattern: /sitemap/sitemap.xml
defaults: { _controller: lotusjeff.sitemap.sitemap:index }
lotusjeff_sitemap_current:
pattern: /sitemap/current.xml
defaults: { _controller: lotusjeff.sitemap.sitemap:current }
lotusjeff_sitemap_topics:
pattern: /sitemap/topics-{id}.xml
defaults: { _controller: lotusjeff.sitemap.sitemap:topics }
lotusjeff_sitemap_forums:
pattern: /sitemap/forums-{id}.xml
defaults: { _controller: lotusjeff.sitemap.sitemap:forums }
lotusjeff_sitemap_additional:
pattern: /sitemap/additional.xml
defaults: { _controller: lotusjeff.sitemap.sitemap:additional }