Bug Fixes:
Misc updates:
- Only visible posts now visible in areas listing blog posts, people can no longer see an authors draft posts in user profile view for instance
- Un-reported draft posts bug where draft posts were getting lost into the void when being changed to a post now option on editing a draft blog post
- Codebase updates to make more use of custom Finders for blogs and blog posts
New Feature:
Bug fix:
- Can now set a blog post maximum title length (max of 300 chars for now until I figure out a better way and not rushing)
- Can now upload blog header images again without getting the Gd::requireImage() error
Fixed error with the similar blog posts cron job firing off server errors when a board doesn't have XFES installed with a new check to make sure the addon is installed and enabled.
New features:
Blog header images are now resized and cropped to 500px by 500px
That horrid "please keep it within the limits" phrase has been changed to reflect the above.
New features:
Bug Fixes:
- New similar blog posts widget that can be displayed on the blog post view template/page. This feature requires you to have XenForo Enhanced Search installed and working to use.
- Blog posts now appear properly on social media that was due to a typo in a template
- Blog posts that are edited now retain their original posting date
- Added in og:image and description to hopefully make Facebook and other crawlers/parsers happy
Fixed:
- Preview not working when creating a new blog post
- Comment thread being created even though the option is turned off when a scheduled blog post goes live
New features
Blogs can now be soft or hard deleted rather than just hard deletions
Blog posts can now be soft or hard deleted rather than just hard deletions
Blog header images can now be deleted on blog editing
Comment threads can now have an automatic post made when a blog post is soft/hard deleted
Attachments are now properly handled upon deletion
Phrases added for hard coded strings
Inline moderation tools added for blog posts
More blog posts from author div block below blog posts has been changed into a widget
New cron job added to make sure blog post counts stay in sync with only visible blog posts
and more that I can't remember right now due to this devishly long dev cycle for this version...
Bug fixes:
Editing a blog no longer creates a new blog with the changes while leaving the original
Bug fixes/Feature
Blog posts are now deleted when their respective blog is deleted. Since this was not being handled properly before a new feature in Tools > Rebuild caches has been created "Cleanup blog posts that were not removed on blog deletion". This will go through all blog posts in your database and if it finds one that doesn't have a blog anymore it will delete that blog post. After you run this tool it is required to run the "Rebuild user blog post count totals" cache tool as well to have proper blog post counts displayed.
Bug fix:
- Fixed bug on blog deletion, looking for entity Blogs when one doesn't exist.