
This tutorial is on how to create child theme in MyBB. If you are a wordpress user, you probably know that in wordpress you are recommended to modify child theme and not the original theme. Similarly in MyBB also, I recommend to modify child theme. A child theme is simply a theme that inherits the functionality and looks of another theme – the parent. The whole idea of a child theme is that you can modify, and add to the functionality of that parent theme without modifying it directly. The parent remains intact, everything is built within the child theme.
Continue reading How to create child theme in MyBB