2.4.1 WP Bannerize

It was a little 'I wanted to report it, since WP Bannerize is about to hit 10,000 downloads! But time - lately - it really is a tyrant!

WP Bannerize Download


I released a new major release with some important new features, including localization in Italian, English and Portuguese (Brazil) - thanks to Fernando Lopes for the spontaneous, friendly and fast translation.

Among the features of this release memory:

  • Localized for Italian, and Portuguese Inglese
  • Create your list (group / key) Banners image
  • Show your banners list by php code or Widgets
  • September random, limit and catories filters
  • WordPress Admin Contextual HELP
  • WordPress MU compatible

17 comments to: ""

  1. March 29, 2010 Lee Jackson :

    Hi there,
    Could you tell me if anyone has reported any bugs related to the plugin creating an error once installed on a Windows server space. I seem to get this error:

    1
    WordPress database error Table 'wp_trustednews.bannerize' does not exist for query `DESC bannerize` made by require_once, require_once, require_once, require_once, include_once, WPBANNERIZE_ADMIN-> WPBANNERIZE_ADMIN, WPBANNERIZE_ADMIN-> initDefaultOption, WPBANNERIZE_ADMIN-> CHECKTABLE

    Any response is appreciated.
    Regards.
    Lee.

  2. April 4, 2010 Peter:

    Yes, I seem to get a related error. The plugin Seems to install fine, but nothing is recorded by the database When adding a banner - banner and so the list is always empty.

    There are no errors printed to screen until I turned on debugging in the WordPress wp-config.php file:

    1
    'WP_DEBUG' , true ) ; define ('WP_DEBUG', true);

    And then I get to see this Error Message When using Bannerize from the admin:

    1
    WordPress database error: [Table 'DBNAME_wp.bannerize' does not exist]

    - Note that DBNAME is the name of the database.

    This is not a WPMU install.

  3. April 4, 2010 Giovan Battista Fazioli :

    @ Lee Jackson:
    @ Peter: Hi, Thanks for the issue! I'm checking. It Seems to bugs on back-compatibility code. Stay tuned ... :)

  4. May 6, 2010 Edith :

    Hi,
    we seem to have the same problem on IIS.
    Banners are uploading but no record is written to the DB. No errors are written!
    Please let us know!
    Thank's!
    Edith

  5. July 3, 2010 Mark:

    @ Marco:

    Hello, first of all congratulations for this plugin, I wanted to ask you something, I have a permissions problem on the side administrator.
    Practically employees can see the plugin under the panel "settings". How come? there 'sa way to avoid it? thank you and good day .. Mark.

    I forgot .. can create, modify, in short all the privileges ....

  6. July 4, 2010 Giovan Battista Fazioli :

    @ Marco: what is normal behavior in the sense that WP Bannerize does not allow to choose which type of user or not to show the plugin.
    However, we are collecting a whole series of notes and issue and will advance that soon will be released the 2.5.0 release which will include all of these improvements. Thanks for your report.

  7. March 1, 2011 Cristian :

    Hello!
    I finally implemented your beautiful plugin, and I remember that one day you told me you on Facebook, more 'or less "you can put two banner flanked by adjusting the CSS, if you want I'll explain how to do"

    Here, I came to ask you to explain it to :)

  8. March 2, 2011 Giovan Battista Fazioli :

    @ Cristian: very good! I noticed that the thing very interested in, then it would be appropriate to write a post depth. However, in the meantime, to place the banner horizontally, just add some styles in the css file of the theme. quando mostra i banner nella pagina. WP Bannerize by default uses a div container with class wp_bannerize when showing the banner on the page. For instance, adding these lines of code in the css of the theme:

    1
    2
    3
    4
    5
    . Wp_bannerize ul li {
    inline ; display: inline;
    left ; float: left;
    0 4px 0 0 ; margin: 0 4px 0 0;
    }

    Placing the banner next to each other ... then obviously it depends from case to case, but everything can be done by css.

  9. March 2, 2011 Cristian :

    @ Giovan Battista Fazioli:

    @ Cristian: very good! I noticed that the thing very interested in, then it would be appropriate to write a post depth. However, in the meantime, to place the banner horizontally, just add some styles in the css file of the theme. WP Bannerize by default uses a div with class wp_bannerize when showing the banner on the page. For instance, adding these lines of code in the css file of the theme: Can be placed banners side by side ... then obviously it depends from case to case, but everything can be done by css.

    Ok, thank you. Now we increase the level of challenge :)
    From 2:00 to 3:00 I published my groups banner. One, who will 'only on the homepage, and' bannerini composed of 125 × 125, to accompany.
    Others, however, are of 300 × 150, to be shown separately.

    And 'possible to differentiate alignment, keeping only the small side by side?

  10. March 2, 2011 Giovan Battista Fazioli :

    @ Cristian: this case is solvable through css. When using groups, in fact, WP Bannerize creates a div container with a class that identifies the group. For example, if we have included a series of banners in a group called the Sidebar , WP Bannerize emit a HTML:

    1
    2
    3
    "wp_bannerize_Sidebar" > < div class = "wp_bannerize_Sidebar">
    ...
    </ div >

    So, exactly as explained in the previous comment, you can align your banner or less according to the group. :)

  11. June 2, 2012 Angelo:

    Hello, I was wondering if wp bannerize could rotate banners, instead of listing them all together. You can not create a group with the banner to display in rotation? If, as you can rotate the banners?
    Congratulations on your site,
    Angelo

  12. June 2, 2012 Giovan Battista Fazioli :

    @ Angelo: Hello Angel, WP Bannerize allows the rotation of banners using the parameter and the randomness of the limit, accessible from both the PHP code from Widget. In this version, however, the rotation is just reloading the page. For example, you can load three banners in the same group. When you see that group just set the limit to 1 and activate the random. In this way WP Bannerize always display a single banner of the three, taking one at random.
    In the new version that will be released tentatively after the summer (see wpXtreme ), you can rotate the banners through a series of slides, without having to reload the page.

  13. June 12, 2012 fabio :

    Hi, nice plugin, one question: is it possible to insert the banner into the post (instead of the widget) without using shortcode?

  14. August 10, 2012 Giovan Battista Fazioli :

    @ Fabio: I would say no, in the sense that if you want to place an image (static) in the post you can do it quietly ... the shortcode is the easiest way that WordPress offers to exploit the capabilities of plugins, as in the case of WP Bannerize .
    Unless you do not want to enter - always - the banners at the end (or beginning) of a post. In that case you should write a few lines in the PHP file functions.php ...

  15. August 21, 2012 Francesco :

    Hello everyone,
    I just overlooking the world of wordpress and I must say that I feel good ...
    I only have a small problema.Avrei need to include in my sidebar logos with links to them, only that unfortunately I can put them all together instead of having some sort of rotation.
    How can I avoid this problem? I downloaded the version 3.0.62 of bannerize.
    Good day to all!

  16. August 21, 2012 Giovan Battista Fazioli :

    @ Francis: use the property "limit" along with "random". If you put the limit at 2 banner, for example, while setting "random", WP Bannerize display a maximum of two banners occur randomly generating a rotation.

  17. August 21, 2012 Francesco :

    @ Giovan Battista Fazioli: giovambattista Thanks for the reply ...
    But unfortunately I can not solve: I have modified this approach by the Widgets flagging "random" and entering the maximum number 10.Io I created previously from the dashboard and two banners test once saved me everything I find them equally in the vertical side bar of the home page ...

    I have noticed that there are some settings to be done in panel WP Bannerize but speak of php code ...

Leave a comment

TAG XHTML PERMITS: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> CODE ENTRY:
 <pre></pre> // blocco generico <code></code> // blocco generico [cc_actionscript][/cc_actionscript] // Actionscript [cc_actionscript3][/cc_actionscript3] // Actionscript 3 [cc_css][/cc_css] // CSS Style Sheet [cc_html][/cc_html] // HTML [cc_js][/cc_js] // Javascript [cc_objc][/cc_objc] // Objective-C [cc_php][/cc_objc] // PHP [cc_sql][/cc_sql] // SQL