how to create a "Type: Special Block" for adding new block in "Builder"
as trying to "Type: HTML Block" does not work
how to create a "Type: Special Block" for adding new block in "Builder" as trying to "Type: HTML Block" does not work |
Hello Each "Special Block" is associated with PHP function from a class which is used to generate a page. So, you need to add a block via Dolphin's MySQL database -> sys_page_compose table and write a function in appropriate PHP class. In this case you need to have a basic knowledge in PHP and MySQL programming. The other way is to purchase a custom module from Market which allows to create such blocks via admin panel. However you still need to write PHP code for the block. The last way is to hire somebody to do it for you. :) Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |