Banner Rotator - Additional Features - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 2 of 3«123»
uCoz Community » uCoz System management and tuning » Additional Features » Banner Rotator (creation, settings)
Banner Rotator
SunnyDate: Thursday, 2008-10-30, 4:01 Am | Message # 1
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
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). If you don’t enter a URL just an image will be displayed. It also influences the text under the banner, it won’t be a hyperlink as well.

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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
JNLDate: Sunday, 2009-05-31, 7:23 Am | Message # 16
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: 0
Status: Offline
What is the max number of banners allowed for free sites?
 
SunnyDate: Monday, 2009-06-01, 2:55 Am | Message # 17
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
JNL, about 30.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
Devil_JinDate: Wednesday, 2009-07-01, 12:52 Pm | Message # 18
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
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


 
SunnyDate: Thursday, 2009-07-02, 3:26 Am | Message # 19
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
Devil_Jin, a banner changes when you refresh a page or go to another page.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
Devil_JinDate: Thursday, 2009-07-02, 5:05 Am | Message # 20
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
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


 
Angel7Date: Thursday, 2009-07-02, 5:06 Am | Message # 21
Curious
Group: Checked
Messages: 30
Awards: 3
Reputation: 8
Status: Offline
Devil_Jin, maybe you mean marquee?..

uCoz rocks <3

Message edited by Angel7 - Thursday, 2009-07-02, 6:32 Am
 
Devil_JinDate: Thursday, 2009-07-02, 8:31 Am | Message # 22
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
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




Message edited by Devil_Jin - Thursday, 2009-07-02, 10:30 Am
 
Angel7Date: Thursday, 2009-07-02, 11:45 Pm | Message # 23
Curious
Group: Checked
Messages: 30
Awards: 3
Reputation: 8
Status: Offline
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_JinDate: Friday, 2009-07-03, 1:27 Am | Message # 24
Curious
Group: Checked
Messages: 32
Awards: 0
Reputation: 0
Status: Offline
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


 
Angel7Date: Friday, 2009-07-03, 4:12 Am | Message # 25
Curious
Group: Checked
Messages: 30
Awards: 3
Reputation: 8
Status: Offline
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

Message edited by Angel7 - Friday, 2009-07-03, 4:18 Am
 
easysharezDate: Wednesday, 2009-11-04, 4:48 Am | Message # 26
Curious
Group: Checked
Messages: 36
Awards: 1
Reputation: -4
Status: Offline
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

 
SunnyDate: Wednesday, 2009-11-04, 5:04 Am | Message # 27
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
easysharez, wherever you want it to be displayed. You can create a new block and add the code as its content.

I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
easysharezDate: Wednesday, 2009-11-04, 5:06 Am | Message # 28
Curious
Group: Checked
Messages: 36
Awards: 1
Reputation: -4
Status: Offline
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

Message edited by easysharez - Wednesday, 2009-11-04, 5:14 Am
 
SunnyDate: Wednesday, 2009-11-04, 7:52 Am | Message # 29
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Online
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
easysharezDate: Wednesday, 2009-11-04, 7:55 Am | Message # 30
Curious
Group: Checked
Messages: 36
Awards: 1
Reputation: -4
Status: Offline
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 System management and tuning » Additional Features » Banner Rotator (creation, settings)
Page 2 of 3«123»
Search: