To add a bit more detail, I am using cgblog to host music downloads from my site, these downloads all have associated images.
In cg blog i added a field definition and named it cover, this is where i upload the images.
In my cgblog template i use the following code to place my image
Code: Select all
<img src="{$entry->file_location}/{$entry->cover}" alt="Artwork"/>
Code: Select all
{$entry->file_location}
Code: Select all
{$entry->cover}
This works for me in cgblog.
However Id like my images to also show in my search results but the tags i was using work only in relation to the cgblog module.
at this point it may be worth mentioning that i have set my search to only pick up results from cgblog
so my question is, is there a way to make my search results pick up entries from other modules (cgblog)?
I am using CMS MADE SIMPLE 1.10.3 "Hyacinthe"
I hope ive added enough info to bring up a solution.