links for Eguru Marketing Spots

Re: links for Eguru Marketing Spots

by Gonzalo Santos -
Number of replies: 0

Hi! I resolve that this way (example for mspot1title):

edit /settings.php, change line 645:

    $setting = new admin_setting_configtext($name, $title, $description, $default);

to ->

    $setting = new admin_setting_confightmleditor($name, $title, $description, $default);

AND 

edit /layout/includes/marketingspots.php, change line 26:

$msp1title = theme_eguru_get_setting('mspot1title', 'format_text');

to ->

    $msp1title = theme_eguru_get_setting('mspot1title', 'format_html');


then complete in the admin marketingspots the value of mspot1title with an HTML link:

<a href="www.yourmoodle.com/mod/page/view.php?id=19">Test</a>


repeat with others mspots