Fordson v1.5.9 Marketing Spot link on the image

Fordson v1.5.9 Marketing Spot link on the image

Franky Vallori發表於
Number of replies: 2

Hi,

I would like the URL link not on the button, which I have already hidden, by modifying the "/classes/output/core_renderer.php" file, but clicking on the Spot Marketing Image

Thanks,

Francesco


附件 Immagine02.jpg
評比平均分數: -
In reply to Franky Vallori

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

Gareth J Barnard發表於
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片

What version of Moodle please?


Forum rules
In reply to Franky Vallori

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

Chris Kenniburg發表於
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.