Does anyone know how to add "Edit Photo block" at Photo view page? I mean when you open photo page there should be block which contain edit form like you see when press edit button.
Does anyone know how to add "Edit Photo block" at Photo view page? I mean when you open photo page there should be block which contain edit form like you see when press edit button. |
Hello Does anyone know how to add "Edit Photo block" at Photo view page? I mean when you open photo page there should be block which contain edit form like you see when press edit button. Unfortunately, it cannot be done without a custom modification in PHP code. You need to create a Service method in BxPhotosModule class like BxDolFilesModule::actionEdit one and add the block (directly via DB or using some custom tool if you have it) on Photo View page which will call this service. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |