Version: 1.5.4 - 15/11/2009 (CHANGED TO A COMPONENT WHICH INCLUDES BOTH THE MAIN PLUGIN AND THE NEW EDITOR BUTTON.)
Same features as 1.0.9 above.
Improved the Editor Button so you can pick the banner, client, e.t.c. from drop-down lists.
Both plugins enabled on installation so you can insert straight away.
The extra div image (Transparent) added to allow a click url to work with a flash banner is removed as it shows the click url when you hover over the flash banner but it does not work as a link, it will be added again if a solution is found.
Version: 1.0.9 - 14/11/2009
Changed the syling to alllow the banner/bannerset to be styled and positioned.
Removed the extra div image (Transparent) added to allow a click url to work with a flash banner as it shows the click url when you hover over the flash banner but it does not work as a link, will be added again if a solution is found
Note:
The CSS style will now be #dybannersx for the main DIV where x is the number for the plugin occurance increasing on each occurance of {##dybanners} and .dybannersclassc for the DIV Class where c is the style suffix if used, so if you added 3 to the style_suffix part of the syntax you insert in the content then the CSS would be .dybannersclass3 otherwise it would be .dybannersclass. I have removed the dybanners_inner class and have put the banners inside "paragrapths" so the sample CSS would be as below:
For all banners
.dybannersclass p {
text-align: center;
border: 2px solid #000;
}
.dybannersclass img {
margin-right: 25px;
border: 2px solid #a9e671;
}
For a banner with the style_suffix set as 3
.dybannersclass3 p {
text-align: right;
border: 2px solid #ff0000;
}
.dybannersclass3 img {
margin-right: 25px;
border: 2px solid #000;
}
Version: 1.0.8 - 08/11/2009
You can now use the "random" fetaure from 1.0.7 above but you can limit it by client, category or both.
Created a DYBanners Editor Button.
Added another error message for the DYBanners Editor Button to warn if the default value is not changed on the banner field.
Updated the PDF output that was forgotton in 1.0.7.
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Still need to allow better styling of the banners on the article page and the PDF output (Any help would be great!!!).
Version: 1.0.7 - 07/11/2009
Added a random function, just replace the banner field with "random".
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Still need to allow better styling of the banners on the article page and the PDF output (Any help would be great!!!).
Version: 1.0.6 - 19/06/2009
Corrected some error messages.
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Still need to allow better styling of the banners on the article page and the PDF output (Any help would be great!!!).
Version: 1.0.5 - 06/06/2009
Added page impressions as they were not incremented before.
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Still need to allow better styling of the banners on the article page and the PDF output (Any help would be great!!!).
Version: 1.0.4 - 14/08/2008
You can now have multiple banners inside a single DIV by seperating each code with a ; so for example {##dybanners}a,b,c,d,e,f;a,b,c,d,e,f{/##dybanners).
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Still need to allow better styling of the banners on the article page and the PDF output (Any help would be great!!!).
Note:
In doing this i have changed the style part (c) slightly so the div id is now dybannersx where x is the number for the plugin occurance, increasing on each occurance of {##dybanners} and left the class as the part from c as before (This has now changed for the better in 1.0.9).
Version: 1.0.3 - 22/06/2008
You can now choose if the {xxxxxx} part is removed when the PDF button is used, or the actual image is shown.
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Still need to allow better styling of the banners on the article page and the PDF output (Any help would be great!!!).
Version: 1.0.2 - 21/06/2008
You can now add the word "title" in place of the banner ID and if there is a banner with the same name as the article title it will be used, otherwise you will get an error message.
Added error strings to the language file for missing banner ID's, no matching banners, e.t.c.
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.
Version: 1.0.1 - 08/06/2008
The ability to choose the window type used for each banner instance.
The ability to choose the styling css to allow individual styling per banner instance.
The ability to choose the alt description for the banner image per instance.
Currently the extra div image (Transparent) added to allow a click url to work with a flash banner shows the click url when you hover over the flash banner but it does not work as a link.