Image block override
Permalink
Ho Can I overide the image block?
The block calls the controller in this path
public_html/concrete/core/controllers/blocks/image.php
Where can we override this
eg
public_html/controllers/image.php
public_html/controllers/blocks/image.php
public_html/blocks/image.php
None of these seem to have any effect
The block calls the controller in this path
public_html/concrete/core/controllers/blocks/image.php
Where can we override this
eg
public_html/controllers/image.php
public_html/controllers/blocks/image.php
public_html/blocks/image.php
None of these seem to have any effect
Did that before posting, hence the post...
Path for your override is :
public_html/blocks/image/controller.php
in 5.6 the way of overrides change a bit. Have a look at this how to for more update documentation.
http://www.concrete5.org/documentation/how-tos/developers/overridin...
Hope it will help better :)
public_html/blocks/image/controller.php
in 5.6 the way of overrides change a bit. Have a look at this how to for more update documentation.
http://www.concrete5.org/documentation/how-tos/developers/overridin...
Hope it will help better :)
http://www.concrete5.org/documentation/introduction/overrides...
http://www.concrete5.org/documentation/how-tos/developers/change-th...