Lathaneo Posted September 7, 2017 Posted September 7, 2017 Hi, I just made an installable blog module. The one we can find in the TB1.03, installation can't works for me. I put my project on my github (first project!), as follow in instruction, it's still in the dev branch. https://github.com/Lathanao/beesblog/archive/dev.zip So you can get acces to the admin controller, make some posts, etc... nothing more was added, just the basic functionnalities. For the front, as I remove namespaces in all controllers, so you need to remove them in beesblogrecentposts module. I can share files if needed. Hope that could be help.
Traumflug Posted September 8, 2017 Posted September 8, 2017 Nice work! Assuming by the name, it's the original beesblog module with fixes applied. How about making pull requests with these changes to get them into upstream, into the original module? This way a lot more people can appreciate your work, as it automatically appears in their backoffice then.
yaniv14 Posted September 9, 2017 Posted September 9, 2017 @mdekker Can you try fix the the createDatabase() function on the module instead. I mentioned that bug months ago and couldn't find a way to fix it or to understand why its not working only on that module. I believe the fix that posted by @Lathaneo is only creating DB tables manually instead of using createDatabase function
yaniv14 Posted September 9, 2017 Posted September 9, 2017 I can't tell. My DB is set to utf8mb4unicodeci, UTF-8 Unicode charset
Lathaneo Posted September 11, 2017 Author Posted September 11, 2017 Hi, I just fix the createDatabase() in ObjectModel.php, The guenuine blog module work well with this fix. https://github.com/Lathanao/thirtybees/blob/dev/classes/ObjectModel.php Regard.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now