Hi! I can no longer find the older mod I once saw... graphics for What's New and What's Cool.
I got the 3-levels cool and update mod installed. I haven't been able to figure out by looking those 2 mods, how to add graphics to What's Cool.
I got this 1 part I added to the globals in
site_html_templates.pl
border=0 alt="Updated" align="absmiddle">|;
I looked at sub site_html_link, but unsure if I need to make changes here. Here is my code. for the What's Cool part... what do I need to change?
return &load_template ('link.html', {
new_mod_img => $new_mod_img,
detailed_url => "$build_detail_url/$rec{'ID'}$build_extension",
%rec,
%globals
});
}
And where else do I need to make changes?
Thanks!
Nelson
I got the 3-levels cool and update mod installed. I haven't been able to figure out by looking those 2 mods, how to add graphics to What's Cool.
I got this 1 part I added to the globals in
site_html_templates.pl
Code:
$pop_img = qq|<img src="http://www.alienbike.com/webmaster/images/hot.gif" border=0 alt="Updated" align="absmiddle">|;
I looked at sub site_html_link, but unsure if I need to make changes here. Here is my code. for the What's Cool part... what do I need to change?
Code:
($rec{'isPopular'} eq 'Yes') ? ($rec{'isPopular'} = 1) : (delete $rec{'isPopular'}); return &load_template ('link.html', {
new_mod_img => $new_mod_img,
detailed_url => "$build_detail_url/$rec{'ID'}$build_extension",
%rec,
%globals
});
}
And where else do I need to make changes?
Thanks!
Nelson