MyBB Community Forums

Full Version: ABP Sitemap 0.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2022-05-23, 03:57 PM)Fontane Wrote: [ -> ]Thanks for the update.

The statement that the sitemap.xml must be created can be omitted if you add "activate" to the PlugIn section at the end
// Create the sitemap file
touch('../sitemap.xml');
chmod('../sitemap.xml', 0777);
inserts.

The required file is then automatically created when the plug-in is activated and is therefore not forgotten by the user.

If the MyBB root is writable, the task creates itself the sitemap.xml.
Having the touch + chmod done when activating or when the task runs have exactly the same requirements: the uid running the forum (as www-data) or php (when using php-fpm) needs to be able to write in the directory.
Pages: 1 2 3