uCoz Community » uCoz Modules » Additional Features » Banner Rotator (creation, settings)
Banner Rotator
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 10:01 AM
Banner Rotator is a feature that permits to display several banners at one spot in random order.

Before you create a banner you must first create at least one category. Then click on the button Add banner.

Banner type: See the description below.

Banner name: This is an internal name, for you to distinguish one banner form another. So give your banners informative names.

Category: A category combines banners into one unit, i.e. if you insert a category script on a page different banners from this one category will be shown in one place.

Full URL of banner image: Here you must enter full URL of a banner image.

Width/height: If all 7 images are of the same size you can set their size, different from the real one. If you leave the fields blank an image will be displayed in its real size.

Site address (URL): Here you must enter the URL of a site which must open when someone clicks on the banner. You can also select the following option – open in a new window (_blank), in the current window (_top).

Text to be displayed under the banner: Any text that describes the image.

Priority: the higher the priority is, the more often the banner is displayed.
You can set Initial number of exposures: and Initial number of clicks:
You can also limit banner exposure by setting the Max. number of exposures: and Max. number of clicks:

A banner may be displayed not immediately: you can set Starting date of banner exposure: and can limit the exposure by setting Expire date of banner exposure: or Weekdays when the banner is exposed:

The form changes depending on a banner type.
1. If a banner is a .jpg, .gif, .png image then the system adds an IMG tag to the image URL, and the form looks like this:

2. If it is a flash banner the system adds an EMBED tag to the image URL, and the form looks like this:

3. If a banner is a simple hyperlink text the system displays this text as a link, and the form looks like this:

4. If you want to add some other code select the banner type “Full code” and the system will display it as it is, and the form will look like this:

Don’t forget to select a category of the banner.

One and the same banner can have up to 7 different images which will be displayed in turn.


I'm not active on the forum anymore. Please contact other forum staff.
JNL
Posts: 1
Reputation: 0

Message # 16 | 1:23 PM
What is the max number of banners allowed for free sites?
Sunny
Posts: 9296
Reputation: 456

Message # 17 | 8:55 AM
JNL, about 30.
I'm not active on the forum anymore. Please contact other forum staff.
Devil_Jin
Posts: 24
Reputation: 0

Message # 18 | 6:52 PM
I tried it but the banners don`t rotate fast can u please give me the exact setting I understood the above tut but unable to set the timing correctly.

As of now I have 16 banners and want each to be shown for 5 sec and then the next one; so on and so forth.

Thank You In Advance..

smile


Sunny
Posts: 9296
Reputation: 456

Message # 19 | 9:26 AM
Devil_Jin, a banner changes when you refresh a page or go to another page.
I'm not active on the forum anymore. Please contact other forum staff.
Devil_Jin
Posts: 24
Reputation: 0

Message # 20 | 11:05 AM
On some ucoz sites I see the banners moving in a order like rotating from top to bottom or vise a versa how is that possible and can u please show me the way of doing that.

Thank You


Angel7
Posts: 21
Reputation: 8

Message # 21 | 11:06 AM
Devil_Jin, maybe you mean marquee?..
uCoz rocks <3
Post edited by Angel7 - Thursday, 2009-07-02, 12:32 PM
Devil_Jin
Posts: 24
Reputation: 0

Message # 22 | 2:31 PM
Quote (Angel7)
Devil_Jin, maybe you mean marquee?..

Hi Angel7,

Thanks a lot for the info was not getting the exact word marquee...

Will check the thread you pointed...

smile

I checked the thread and put all my banners so for them to move.
This is what I used :

Code
<marquee scrolldelay="80" direction="bottom" onmouseover='this.stop()' onmouseout='this.start()' >MY BANNERS HERE</marquee>

The problem is I want them to move from top to bottom or Bottom to Top I guess I did something wrong.

Can anyone please correct it so I get the desired results.

If you can`t understand the question please say so I will explain again.

Thanks A Lot To Everyone And The Staff For Being Patient And Helping Out Eveyone.

biggrin


Post edited by Devil_Jin - Thursday, 2009-07-02, 4:30 PM
Angel7
Posts: 21
Reputation: 8

Message # 23 | 5:45 AM
Quote (Devil_Jin)
The problem is I want them to move from top to bottom or Bottom to Top I guess I did something wrong.

biggrin

Quote (Devil_Jin)
<marquee scrolldelay="80" direction="down" onmouseover='this.stop()' onmouseout='this.start()' >MY BANNERS HERE</marquee>

try this smile Good luck.

uCoz rocks <3
Devil_Jin
Posts: 24
Reputation: 0

Message # 24 | 7:27 AM
Quote (Angel7)

Code
<marquee scrolldelay="80" direction="down" onmouseover='this.stop()' onmouseout='this.start()' >MY BANNERS HERE</marquee>

try this smile Good luck.

Thanks Angel7 its working great.
One last question if you don`t mind please. Want to align it to center of the box so all the banners move from top to bottom and are aligned in the center.What would that HTML code look like...

Again Thanks a Million for your help and patience.

Adding REP for your kind help.

smile


Angel7
Posts: 21
Reputation: 8

Message # 25 | 10:12 AM
Quote (Devil_Jin)
One last question if you don`t mind please. Want to align it to center of the box so all the banners move from top to bottom and are aligned in the center.What would that HTML code look like...

I'm not sure but... maybe so?
Code
<marquee scrolldelay="80" direction="down" onmouseover='this.stop()' onmouseout='this.start()' ><center>MY BANNERS HERE</center></marquee>

PS Not at all. You're very welcome.


uCoz rocks <3
Post edited by Angel7 - Friday, 2009-07-03, 10:18 AM
easysharez
Posts: 27
Reputation: -2

Message # 26 | 10:48 AM
I have read and read, and sorry to ask, But I have the code for the Banner rotator

Code
<script type="text/javascript" src="http://www.easysharez.com/rtr/1"></script>

And my site is Design # 991 and I still can not figure out where to put the code?

Any help would be thanked very much.

Thank you
EZ

Sunny
Posts: 9296
Reputation: 456

Message # 27 | 11:04 AM
easysharez, wherever you want it to be displayed. You can create a new block and add the code as its content.
I'm not active on the forum anymore. Please contact other forum staff.
easysharez
Posts: 27
Reputation: -2

Message # 28 | 11:06 AM
OK, I'm wanting to remove the banner that is in play now and just replace it with this Banner rotator on all pages (where it will apply to all of the site).

I have tried inserting the code, but nothing showed up, will it take awhile for it to take effect?

Ill give a example of where I put it - CP/Custom Design/Top Part Of Website

OLD CODE

Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="230">
<tr><td style="background:url('/.s/t/991/1.gif') right bottom repeat-x;"> </td>
<td width="155" style="background:url('/.s/t/991/2.jpg');padding-top:5px;font-size:10px;" valign="top">$WDAY$, $DATE$, $TIME$<br><br><br><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><br><a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?><br><a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><br><a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?><br><a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?></td>
<td width="267"><img src="/.s/t/991/3.jpg" border="0"></td>
<td width="269" style="background:url('/.s/t/991/4.jpg');padding-top:20px;" align="center" valign="top"><span style="color:#441807;font:20pt bold Verdana,Tahoma;"><!-- <logo> -->EasyShareZ<!-- </logo> --></span></td>
<td width="149" style="background:url('/.s/t/991/5.jpg');padding-top:5px;font-size:10px;" align="right" valign="top"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="My profile"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
<td style="background:url('/.s/t/991/1.gif') left bottom repeat-x;"> </td></tr>
</table><div style="height:10px;"></div>

After I changed it - NEW CODE -

Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="230">
<tr><td style="background:url('/.s/t/991/1.gif') right bottom repeat-x;"> </td>
<td width="155" style="background:url('/.s/t/991/2.jpg');padding-top:5px;font-size:10px;" valign="top">$WDAY$, $DATE$, $TIME$<br><br><br><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><br><a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?><br><a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><br><a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?><br><a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?></td>
<script type="text/javascript" src="http://www.easysharez.com/rtr/1"></script><span style="color:#441807;font:20pt bold Verdana,Tahoma;"><!-- <logo> -->EasyShareZ<!-- </logo> --></span></td>
<td width="149" style="background:url('/.s/t/991/5.jpg');padding-top:5px;font-size:10px;" align="right" valign="top"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="My profile"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
<td style="background:url('/.s/t/991/1.gif') left bottom repeat-x;"> </td></tr>
</table><div style="height:10px;"></div>

Did I put it in the right place? Does it take time for it to a peer? Where would I insert the code for this?

And thank you for your help Ms. Sunny

EZ

Post edited by easysharez - Wednesday, 2009-11-04, 11:14 AM
Sunny
Posts: 9296
Reputation: 456

Message # 29 | 1:52 PM
easysharez, your banner rotator works fine. As far as I understand you want to have changeable top picture. You need coding knowledge to be able to add the script correctly in the right place. Or you may ask on Design Customization board.
I'm not active on the forum anymore. Please contact other forum staff.
easysharez
Posts: 27
Reputation: -2

Message # 30 | 1:55 PM
I just want to know where to put the code for this to work, I went by your directions and I have generated a code.

Code
<script type="text/javascript" src="http://www.easysharez.com/rtr/1"></script>

Id just like to know where to place the code for it to take over old banner and put this in

Thank you
EZ

uCoz Community » uCoz Modules » Additional Features » Banner Rotator (creation, settings)
Search: