ABP Sitemap 0.4
I know, yet another sitemap...
Description : Adds a task to automate the sitemap generation of your forum
Settings- frequency : the frequency of the sitemap update in hours
- mode : how is updated the sitemap ? Allowed choice are task and index
- task (default) : the task settings are used.
- index (deprecated) : the task runs each time the index page is loaded
- group : the user group permissions applied for the sitemap. Default (and recommended) is guest.
- change frequency : indication for crawlers
- last post date : using the last post date as last modificate date. If setted to "no", then the thread creation is used
Installation / upgrade
Installation : Upload all files to your forum root directory and install from ACP.
upgrade : upload all files to your forum root directory, deactivate and reactivate the plugin
Notice
Think to add your sitemap url in your robots.txt:
Sitemap: https://your.board.url/sitemap.xml
(2019-08-12, 12:27 PM)Noraldaim Wrote: [ -> ]Thank you Crazycat
for this plugin >
I have question
I have install ABP Sitemap 0.2 successfully on my forum here https://sudan4tech.com/forum/
How get url sitemap for my forum ?
Thanks[url=https://community.mybb.com/thread-223847.html][/url]
If the task works well and if your MyBB root directory is writeable, the url is
https://sudan4tech.com/forum/sitemap.xml
But actually, it's a 404 error, so you'll have to check if it works (task log is your friend)
(2019-08-12, 10:42 PM)Crazycat Wrote: [ -> ] (2019-08-12, 12:27 PM)Noraldaim Wrote: [ -> ]Thank you Crazycat
for this plugin >
I have question
I have install ABP Sitemap 0.2 successfully on my forum here https://sudan4tech.com/forum/
How get url sitemap for my forum ?
Thanks[/url]
If the task works well and if your MyBB root directory is writeable, the url is https://sudan4tech.com/forum/sitemap.xml
But actually, it's a 404 error, so you'll have to check if it works (task log is your friend)
I have checked File Permissions
These files need a chmod of 666:
- ./inc/settings.php./inc/config.php (you must rename config.default.php to config.php first)./inc/languages/your_language/all files (optional)./inc/languages/your_language/admin/all files (optional)
These files need a chmod of 777:
- ./cache/./cache/themes/./uploads/./uploads/avatars/./admin/backups/ (optional)
For increased security, you can change the file permissions of the
./inc/config.php
file to 644 or 444 after mybb is installed and configured correctly.
check screenshot about sitemap url
[url=https://sudan4tech.com/forum/sitemap%20screenshot.png]https://sudan4tech.com/forum/sitemap%20screenshot.png
check screenshot about task
https://sudan4tech.com/forum/screenshot%20task.png
check screenshot about plugins
https://sudan4tech.com/forum/plugins.png[attachment=42115][
attachment=42116][
attachment=42117]
(2019-08-14, 12:10 PM)Crazycat Wrote: [ -> ]The plugin seems to work (https://sudan4tech.com/forum/sitemap.xml exists), try to launch the task by the hand to see if your first post is added in the file.
If not, chmod the sitemap.xml to 666.
nothing show on sitemap URL no topic or post
Also when try run task nothing show on cp check screenshot
[
attachment=42121]
sitemap.xml it on 666 chmod
Have a look on task log. If you just run and don't watch log, you won't see if there is an error in the process.
(2019-08-16, 12:06 AM)Crazycat Wrote: [ -> ]Have a look on task log. If you just run and don't watch log, you won't see if there is an error in the process.
The selected task has been run successfully.
nothing show on sitemap.xml URL
https://sudan4tech.com/forum/sitemap.xml
Peharps a trouble with arabic language in xml generation, I'll have a look on that.