Fordson v1.5.9 Marketing Spot link on the image

Re: Fordson v1.5.9 Marketing Spot link on the image

by Chris Kenniburg -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Plugin developers

You'd have to really change the function and then the template to do so.  At first glance it doesn't seem very easy if you are new to coding.

Here is where the button and URL are created:

https://github.com/dbnschools/moodle-theme_fordson/blob/master/classes/output/core_renderer.php#L572-L578

Then in the template the button is displayed within the tile:

https://github.com/dbnschools/moodle-theme_fordson/blob/master/templates/fpmarkettiles.mustache


This will break the multi-functionality of the marketing tiles to do both text and photos.  You'd also have to maintain any changes moving forward with each upgrade.