1

Topic: Different sidebar-banners on different sites

I know how to use "Banner manage" and ad banners, but if I wants to show "banner 1" on indexsite in sitebar(not-logged in/logged in), "banner 2" on account/profile sidebar, "banner 3" on search-site sidebar ect. how do I do this?
As it is now, sidebar-banners are "bound" to header (dark-yellowish), and I can't figure out how to show different sidebar-banners on different sites...

- From the beginning I was intelligent, but since I learn something every day, I'm sure I'll end up wise as well -

2

Re: Different sidebar-banners on different sites

Use the banners extension to display banners in different spots. You can find available parameters in the downloads area. Just use different parameters for different spots/templates. For example
{banners:group="sidebar_theme1"}
{banners:group="sidebar_theme2"}

Developer

3

Re: Different sidebar-banners on different sites

Hmm...I think I know this very well, but my problem is, that I don't know how I ad thise codes when it comes to the sidebar in dark_yellowish. I want to be able to ad theme1 in right side (sidebar) on frontpage, and theme2 in right side (sidebar) when the member open(use) "My page", and theme3 in right side (sidebar) when the member open (use) "search", and and and....
As it is now, the sidebar-section is "bound" to header, and is showed on every pages.. Like this example in header.tpl

<div id="sidebar_wrap">
            <div id="sidebar">
{latest_blogs:xxxxx,cache_name="xxxxxx"}

    {polls:polls="",limit="1"}
                      <div class="banner_sidebar">
{banners:group="sidebar_frontpage",banner="google1"}
</div>
                                                </div>
                      </div>

If I want to show "google2" in search sidebar, how do I do this? And "google3" in sidebar on another page?

- From the beginning I was intelligent, but since I learn something every day, I'm sure I'll end up wise as well -