Hi, I bought few mods from ESASE...
I read in the forums that he left the building,
and I should want to update 2 of his mods.
https://www.boonex.com/m/Spy_Admin
https://www.boonex.com/m/actions-manager
Is there any way to do this?
Hi, I bought few mods from ESASE... I read in the forums that he left the building, and I should want to update 2 of his mods.
https://www.boonex.com/m/Spy_Admin https://www.boonex.com/m/actions-manager
Is there any way to do this? |
I would suggest to search for the alternatives in the market. Rules → http://www.boonex.com/terms |
Thanks, but stiil it should be tips on how to update mods. |
Thanks, but stiil it should be tips on how to update mods. It's up to the author to update their modules, but in a very simplest scenario, it would be something like this:
Change compatibility in modules/{vendor}/{module}/install/config.php ...
'compatible_with' => array(
'7.2.x'
),
...
Remove or comment out the following lines modules/{vendor}/{module}/install/installer.php ... // $this->addHtmlFields (array (...)); // $this->addExceptionsFields (array (...)); ... // $this->removeHtmlFields (); // $this->removeExceptionsFields (); ... Rules → http://www.boonex.com/terms |