23rdJun
Plugin Update!
Posted by Mike
Yo,Just a few quick updates to mbBlog, mbMenu and mbContact.
mbMenu I've fixed an issue relating to the 'Menu Item Parent' drop down.
With mbBlog I've fixed a small issue with the dispatcher routes, will look into review how these work soon and may change them round a bit so keep posted on that. Also edited the setLayout() function to reference 'Wolf' instead of 'wolf'. Some servers have an issue with case-sensitivity.
With mbContact I fixed the same issue with regards to the setLayout() function.
With regards to mbBlog and mbContact, if you're using them you may find that the plugin doesn't pull the correct layout. If you are having this issue, load up the Controller for that plugin and in the construct function look for the follow line of code.
$this->setLayout('Wolf');
Change 'wolf' to whatever your layout name is.
In the near future I'm going to look at automating this but currently as these both work from dispatcher routes and don't have a set 'page' there is no set layout for them to pull from the database.
Anyway keep an eye out for this updates, I may end up replacing mbContact soon anyway for a 'form builder' plugin which I've been contemplating for a while! I'll keep you all informed on this as I decide what I'm going to do exactly with this.


