Good afternoon, I’ve implemented a feature that allows me to automatically create and update the sitemap. I’ve attached the file below. Currently, it works in a simple way: it’s enough to place this file in the root directory of a website running on UNA CMS, and either set up a cron job or manually visit the URL: your-site/ sitemap.php periodically. This triggers the sitemap to update, adding the URLs of the relevant site pages. However, this approach isn’t ideal. I would like the sitemap to update automatically when, for example, someone adds, edits, or deletes a post or discussion. How can this be implemented?
Can anyone tell me if they have implemented a cookie notification for visitors on their website? If so, what is the best way to do this on a site built with UNA CMS?
The image is too small and shifted to the left, although it would be correct for it to be in the center.
Good day! When you delete a comment, only the comment is deleted, but the link remains. This happens not only with comments. For example, when you delete an account, the link will remain working, it's just an empty page.
So is there anyway to get rid of such pages? For example: https://unacms.com/joined-groups/socialagent https://unacms.com/albums-author/socialagent https://unacms.com/timeline-view/socialagent and so on.
Changed the code of the BxTimelinePageViewItem.php file, now the page titles and descriptions are correct. Everything seems to work correctly. UNA is so big, where many things are connected, so the question arose, does my solution break any functions of UNA?