Unicode_Systems

Multiple Banner Extension

  • Popularity Score 8095 Popularity Score

    Popularity ScoreReferrals to Site/Downloads

    0 0 1+ 1+ 250+ 250+ 1000+ 1000+ 10000+ 10000+

MultiBanner with Multiple Effects for Images and Html
Compatible with:
This extension is currently unavailable on Magento Connect. Please contact the developer.

You will be re-directed to the developer's website to complete your purchase.

You must be registered and logged in to get extension key.
In order to get this extension, you must be logged in to the Magento Community. Click here to login or register.
In order to get this extension, you must have active Magento Go Store. Click here to create Go store.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

FREE
Previous Next
Overview

Multiple Banner Extension

MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects) using magento protoype library.

To use banner in your CMS pages use:

{{block type="banner/banner" name="banner.home" banner_group_code="banner_group1" template="unibanner/banner.phtml"}}

NOTE: Here banner_group_code value i.e. banner_group1 will be replaced with the banner group code you created.

Demo

Please visit the demo site for this extension: http://demo.unicodesystems.in

Demo Admin

http://demo.unicodesystems.in/admin

UN / PW: banner / banner123

Release Notes

MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

2012-02-06 04:05:45
  • Version number: 0.2.0
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5
MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

2011-03-29 07:27:26
  • Version number: 0.1.2
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5
MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

2011-03-18 06:18:00
  • Version number: 0.1.1
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5
MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects)

2011-03-16 09:03:26
  • Version number: 0.1.0
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5
MultiBanner with Multiple Effects for Images and Html (Slideshow, TextFade, Square Transition, Play Pause, Numbered banners, Horizontal Slider, Vertical Slider and Many more custom effects) on Prototype.
Reviews

About the Developer

This extension was developed by and is supported by Unicode_Systems

Multiple Banner Extension 4.3 5 66 66
It is working fine on 1.5.0.1, there was problem with permissions of downloder folder. I have used ftp setting and it worked fine now. Anybody knows how to use this in left or right column? What will be the exact syntax and which file i need to edit? Thanks May 4, 2011
How can I change jpeg quality? I thnik a default quality is bit too law. May 3, 2011
Works very well for my site version 1.5.0.1. This is simply a quality free extension. April 26, 2011
On Magento ver. 1.5.0.1, installation seems to work fine for me, I can acces the parameters page, but then when I try to manage banner, it says: "Base table or view not found: 1146 Table 'mag_uni_banner' doesn't exist". I checked my base, and there is no table created at all. Even without my mag_ prefixe. Just no table are created. I tried to install again, nothing. Any idea? Seems to be the same problem than Emzngaz... April 20, 2011
Magento 1.5: after install i can't access to admin and on front end page. This is the error: Fatal error: Class 'Uni_Banner_Helper_Data' not found in /home/simahote/domains/simahotellerie.it/public_html/app/Mage.php on line 520 I have unistalled extension... April 11, 2011
1. To remove link "banner" on toplinks open file app\design\frontend\default\default\layout\unibanner.xml and comment out these lines: lt;!-- lt;reference name="top.links"gt; lt;action method="addLink" translate="label title" module="banner"gt;labelgt;Bannerlt;/labelgt;urlgt;bannerlt;/urlgt;lt;titlegt;Bannerlt;/titlegt;lt;preparegt;truelt;/preparegt;lt;/actiongt; lt;/referencegt; --gt; 2.Create new banner group and put this code in CMS block or Page where you want to show it {{block type="banner/banner" name="banner.home" banner_group_code="banner_group1" template="unibanner/banner.phtml"}} here you have to change name i.e. "banner.home" to any other name that not used in that page like "banner1" or "banner2" and banner_group1 to that unique banner group code you created. 3.We can use these banners in left, right or content portion using layout XML files like: To show banner in left layout use- lt;reference name="left"gt; lt;block type="banner/banner" name="banner.left" template="unibanner/banner.phtml"gt; lt;action method="setData"gt; lt;namegt;banner_group_codelt;/namegt; lt;valuegt;left_bannerlt;/valuegt; lt;/actiongt; lt;/blockgt; lt;/referencegt; To show banner in content layout use- lt;reference name="content"gt; lt;block type="banner/banner" name="banner.home" template="unibanner/banner.phtml"gt; lt;action method="setData"gt; lt;namegt;banner_group_codelt;/namegt; lt;valuegt;home_bannerlt;/valuegt; lt;/actiongt; lt;/blockgt; lt;/referencegt; To show banner in right layout use- lt;reference name="right"gt; lt;block type="banner/banner" name="banner.right" template="unibanner/banner.phtml"gt; lt;action method="setData"gt; lt;namegt;banner_group_codelt;/namegt; lt;valuegt;left_bannerlt;/valuegt; lt;/actiongt; lt;/blockgt; lt;/referencegt; NOTE: Here you have to replace: name="UNIQUE NAME FOR THAT LAYOUT" and lt;valuegt;BANNER GROUP CODE YOU CREATED PLACE HERElt;/valuegt; March 24, 2011
<<prev 3 4 5 6 7
Q&A
(7 Questions : 1 Answer)

Product Q&A

Ask your questions. Share your answers.

 
 
« Back
 
 
Sort by
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26320882
Customer avatar
Hi.

I got an message "Destination folder is not writable or does not exists." when I add the banner. I wanna which folder is needed to set the permission.

Thanks for reading this, I am looking forward for the reply. This is a good extension
by
raven4d
-
2 months, 1 week ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0

Answers

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26931097
Customer avatar
Answer: 
Hi,

You just need to set the folders you added as writable.

FTP > Folders > Change the folders you added to "Write"
by
MarkPanguito
-
1 month ago
0points
0out of 0found this answer helpful.
Was this helpful?Yes0No0
 
0 answers

resize banner

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26931097
Customer avatar
hi,

I need to resize my banner to fit a 960 width page. How can i do that?
by
MarkPanguito
-
3 weeks, 6 days ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26931097
Customer avatar
I accidentally removed the home group banner. I added a new one but i do not now how to re-add the banners to the group. Please help asap
by
MarkPanguito
-
3 weeks, 6 days ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
 
0 answers

User Access

Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26499087
Customer avatar
We have installed this banner extension and are very happy with how it works. However, we have come across a problem in trying to give access to "Manage Banners" and Manage Banner Groups" to someone, that does not have Full Admin rights. When the Banner resource is added to a role, it is not retained when saving the Role settings. Your help is much appreciated, thanks.
by
Giftapolis
-
1 week, 3 days ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26927055
Customer avatar
Hi i looking in you teach in notepad but not understand and confuse it? and i have 2 problem.
1. i want create slide in Homepage and i think create in banner >> banner group but i not understand in
1.1 Banner Animation ( what mean : Pre-Defined Animation and custom animation )
1.2 Pre-Defined Banner Effects
1.3 target
2. if i want create slide picture for promotion product in catagory page and product page in left column How to create it. Please teach me. Please i a new magento use it. Thank you very much.
by
Porn2515
-
1 week, 1 day ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26927055
Customer avatar
How To adjust the speed of the image transitions. Not too fast, not hard. The problem is that the image is both gradual and fast to change the image, it looks solid. Do not know where it is with you.
Note that both of these functions.

Pre-Defined Banner Effects
- Image Slide Show
- Square Transition Banner
- Play and Pause Slide Show

Custom Animation
-Fade /Appear
-Pulsate
-Puff
-Grow
-Shrink
- Squish

Please teach me. Please Thank you very much.
by
Porn2515
-
1 week, 1 day ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_108035
Customer avatar
As title. We use the banner on the main store and added another store after.

On the 'other' store the link to a banner page banner appears in the top links.

Any ideas how to remove this ?
by
RobbT
-
6 days ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
1 of 1

Product Q&A

7 Questions | 1 Answer
1 of 1
Get Help

Support for This Extension

The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.

Magento Platform Support

If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.

In order to upload extension, you must be logged in to the Magento Community. Click here to login or register.

Close

Register

* Required Fields

Close window

Forgot Your Password?

Please enter your email below and we'll send you a new password.

* Required Fields

Close window

Login

To upload extension you must be logged in.

* Required Fields

Forgot Password?

New User? Register

Close window

You are using an outdated browser

We built Magento Connect using the latest techniques and technologies.
This makes Magento Connect faster and easier to use.
Unfortunately, your browser doesn't support those technologies.
Use the links below to download a new browser or upgrade your existing browser.