MyBB Community Forums
[For 1.8] ABP Sitemap 0.4 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] ABP Sitemap 0.4 (/thread-223847.html)

Pages: 1 2 3


ABP Sitemap 0.4 - Crazycat - 2019-07-11

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




RE: ABP Sitemap 0.2 - effone - 2019-07-11

Approved.


RE: ABP Sitemap 0.2 - Noraldaim - 2019-08-12

Thank you Crazycat  :heart: 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]


RE: ABP Sitemap 0.2 - Crazycat - 2019-08-12

(2019-08-12, 12:27 PM)Noraldaim Wrote: Thank you Crazycat  Heart 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)


RE: ABP Sitemap 0.2 - Noraldaim - 2019-08-13

(2019-08-12, 10:42 PM)Crazycat Wrote:
(2019-08-12, 12:27 PM)Noraldaim Wrote: Thank you Crazycat  Heart 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            


RE: ABP Sitemap 0.2 - Crazycat - 2019-08-14

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.


RE: ABP Sitemap 0.2 - Noraldaim - 2019-08-15

(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
   
sitemap.xml it on 666 chmod


RE: ABP Sitemap 0.2 - Crazycat - 2019-08-16

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.


RE: ABP Sitemap 0.2 - Noraldaim - 2019-08-16

(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


RE: ABP Sitemap 0.2 - Crazycat - 2019-08-16

Peharps a trouble with arabic language in xml generation, I'll have a look on that.