Jump to content

Плавающий баннер, как сделать?

Featured Replies

Допустим имеется 3 баннера, которые нужно разместить в шапке, рандомно, т.е. с каждым обновлением страницы баннер должен быть разным, сначала №1, потом №2 и тд. Как это прописать в плане кода? или возможно есть какой то плагин..

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/
Share on other sites

так же при клике на каждый баннер, должен быть переход с него на тему форума

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=111077
Share on other sites

в разделе Продвижение>Реклама>cоздаю баннер №1 и баннер №2> оба включены, я так понимаю они сами чередуются рандоно после каждого обновления страницы? верно? 

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=111079
Share on other sites
2 часа назад, stayler сказал:

в разделе Продвижение>Реклама>cоздаю баннер №1 и баннер №2> оба включены, я так понимаю они сами чередуются рандоно после каждого обновления страницы? верно? 

верно... если указано одно и тоже место показа, то они все будут показываться рандомно

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=111085
Share on other sites

понял, спасиб:)

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=111086
Share on other sites
  • 3 месяца спустя...
В 06.08.2016 в 13:36, Redneck сказал:

верно... если указано одно и тоже место показа, то они все будут показываться рандомно

а если нужно что бы только на главной показывался баннер?

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115606
Share on other sites

Поставите ето код где вие желаете:

Спойлер

      <div align="center">
  <table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" style="width: 900px;">
    <tbody>
      <tr>
        <td>
          <center>

            <!--  BANNER#1  -->
            <script language="JavaScript">
              images = new Array(2); 
              images[0] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[1] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[2] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[3] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='Image Tag'></a>";
              index = Math.floor(Math.random() * images.length); 
              document.write(images[index]);
            </script>
          </center>
        </td>
        <td>
          <center>

            <!--  BANNER#2  -->
            <script language="JavaScript">
              images = new Array(2); 
              images[0] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[1] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[2] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[3] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='Image Tag'></a>";
              index = Math.floor(Math.random() * images.length); 
              document.write(images[index]);
            </script>
          </center>
        </td>
        <td>
          <center>

            <!--  BANNER#3  -->
            <script language="JavaScript">
              images = new Array(2); 
              images[0] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[1] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[2] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='banner exchange partner'></a>";
              images[3] = "<a href = '#' target='_blank' rel='nofollow' ><img src='image link' border='0' height='60' width='120' alt='Image Tag'></a>";
              index = Math.floor(Math.random() * images.length); 
              document.write(images[index]);
            </script>
          </center>
        </td>
        <td>
        </td>
      </tr>
    </tbody>
  </table>
</div>

 

 

Edited by Silence

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115628
Share on other sites

в global teamplate ?

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115635
Share on other sites

Да ..... кде вие хочите

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115636
Share on other sites

дело в том что,

в разделе Продвижение>Реклама>cоздаю баннер №1>-показ объявлений(ниже хедера страницы) 

меня в полне устраивает эта настройка(так как она сама считает показы и отключет баннер), НО там нету выбора (ГДЕ именно показывать баннер)он показывает его на всех страницах форума в хедере и на главной, а мне нужно показывать его ТОЛЬКО на главной

п.с. код от @Silence мне не подходит, так как он не считает показы..и не отключит баннер по достижению определенного кол-ва просмотров

Edited by stayler

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115638
Share on other sites
7 минут назад, stayler сказал:

дело в том что,

в разделе Продвижение>Реклама>cоздаю баннер №1>-показ объявлений(ниже хедера страницы) 

меня в полне устраивает эта настройка(так как она сама считает показы и отключет баннер), НО там нету выбора (ГДЕ именно показывать баннер)он показывает его на всех страницах форума в хедере и на главной, а мне нужно показывать его ТОЛЬКО на главной

п.с. код от @Silence мне не подходит, так как он не считает показы..и не отключит баннер по достижению определенного кол-ва просмотров

надо просто вставить ключ в нужное место с условием показа только на главной

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115639
Share on other sites
2 минуты назад, Redneck сказал:

надо просто вставить ключ в нужное место с условием показа только на главной

показ объявлений>Создать собственные местоположения>Ключи пользовательских местоположений (и тут я так понимаю надо вставить ключ?какой?)

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115640
Share on other sites
Только что, stayler сказал:

показ объявлений>Создать собственные местоположения>Ключи пользовательских местоположений (и тут я так понимаю надо вставить ключ?какой?)

да, поставить свой ключ, потом в нужном месте на главной вставить код с ключом и с условием его показа только на главной

Link to comment
https://ipbmafia.ru/topic/15047-plavayushij-banner-kak-sdelat/?&do=findComment&comment=115641
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.