Anyone ? Purdy Please?
First of all... great hack firefly... nice mods too amykhar!
Got it working great on forum home and forum display... now trying to get it to show-up on threads, ie; if a forum is sponsored, the threads within that forum inherit the sponsor and display it on each thread.
tried building duplicate template called sponsoredby_thread, with the following:
PHP Code:
<a href="$foruminfo[sponsorurl]" target="_blank"><img src="{imagesfolder}/$foruminfo[sponsorimg]" border="1" alt="This Forum Made Possible by $foruminfo[sponsorname]"></a>
Modified showthread per iinstructions found here, calling that new template.
Added "$sponsoredby" in the template showthread...
Seems to be some kind of path issue? Picks up a holdedr for the image (including alt text), but no sponsor image and no link.
Any ideas? Am I doing this all wrong?
Thanks in advance for any assistance and thanks again for the hack. VERY useful.