Laisser un commentaire
2 Responses to WP-CurrencyConvertor : Currency convertor Widget for WordPress
Laisser un commentaire
125 Responses to WP-Addpub banners management (wordpress Plugin)
-
Hi,
We have found a possible solution. Thanks to Linda Sung that helped me with the code. Changed 2 lines in wp-addpub.php to add the banner ID to the div ID this way:
line 191 changed to
[code]echo 'ID.'">';[/code]And on the SWFObject call in line 197 added the same info so it now looks like this:
[code]so.write(\"wp-banner_div-".$Recordset[0]->ID."\");[/code]
I have tested and seems to be working fine. Please let me know if this works for you too.
Jorge.
-
hi again! yes, it’s me again!
well, can’t say nothing about the last answer you gave me, it was very useful! but i have another problem now!
i beg for a solution cause i’m trying to understand the plugin but i don’t get it… the problem is that when i upload a banner in flash (swf file) it works perfect, but when i upload 2 banners in flash, only shows one!look,
http://www.plan-b.cl/wordpress/
in the bottom, there is only one banner, and should be two banners… why does that happens!plz heeeeelp! SOS!
-
oh! thanks! so simple as call the swfobject.js … can’t say nothing but thanks!
thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks
-
hi, first of all, thanks a lot for this great plugin, great idea cause it follows the K.I.S.S. rule (keep it simple stupid XD)
but! there is a always a but!
every time i try to upload an image file, there is not problem, but when i get to upload a swf file, it doesn’t show on the page, i’m using the plugin to show banners in a template page.
(and so, using this method: « » to place a banner)there is no problem with the gif, png, jpg banners, but when i get to swf, it’s not showing… what could it be?
(this is the page: http://www.plan-b.cl/wordpress/ notice the empty area in the bottom, there should be a .swf banner there)
well, nothing else, and thanks again for this great plugin!
-
some of the comment didn’t go through but to keep it simple, the plugin is adding a div tag with the same wp-banner_div ID. IDs as you know are meant to be unique and since there are more that one div with the same ID the SWFObject is not placing the .swf files correctly.
-
Hi,
This is by far the most simple yet versatile Advertising plugin for WP I have found. I’m kind of lazy though so please let me know if there is something better
Yet, I think I have found a little bug on the plugin. When the plugin adds a banner, regardless of how many ads are on the page, it will always put markup to place its content. As you can see it is using the same ID for all of them. Not a big deal until you need to refer to one of them with javascript or any other DOM related stuff… such as SWFObject! Yes, I need to put 2 flash banners on the same page and the SWFObject replaces the first wp-banner_div regardless of the zone, ID, filters or whatever setting you are using.
I’ll try to find a solution for this but I’m pretty new to plugin coding so I will probably end up ruining the plugin. LEt me know if there is a fix coming up.
-
i’m not really sure what this plug-in does ? but i’m looking to add my logo in all video that i post on my website i’ve included a link for an example ; http://www.worldstarhiphop.com/videos/video.php?v=wshhsdo4cz87O2nxHf6l
this video is not the websites own but they have thier logo on the player. is this what this plug-in does ?
-
thank you for such a great plugin. I would like to centre the banners on my page any ideas of how to edit my index.php to achieve this?
-
Works great, thank you
-
Works fantastically Admin!
Thank you very much for the update.
And thank you very much for the great plugin.Tony V
-
Thanks admin,
any chance you were able to reproduce this issue yet?
and maybe a fix? Getting ready to open up a service which will be in high need of this plugin.
thanks again for your time.
Tony V -
forgot to mention that I installed this in wp 2.7
-
Hi,
installed the plugin wp-contents/plugins as recommended.works great in Firefox.
but has issues in IE7in IE7 when I choose html option it closes up the browse option but does not provide a text area to imput the html. I have to click on add first, leave the page and come back then click on edit the new banner in order to see a text erea to add the html code in.
Any chance you are aware of this? Any chance you have an easy fix for this?
thanks for your time.
thanks for an otherwise great plugin -
Hello!
Very Interesting post! Thank you for such interesting resource!
PS: Sorry for my bad english, I’v just started to learn this language
See you!
Your, Raiul Baztepo -
The plugin is incompatible with explorer
I have tested banner in flash on exlorer 6 and 7.
I have recived error message:
« Internet Explorer cannot open the internet site http://...
Operation Aborted »
…and the site is blocked.I have edited wp-addpub.php on line:
from (line 99)echo »
var so = new SWFObject(…
so.write(\ »wp-banner_div\ »);
« ;to:
echo »
window.addEvent(‘domready’, function(){
var so = new SWFObject(…
so.write(\ »wp-banner_div\ »);
});
« ;I not see flash banner but the site is not blocked.
I suppose this is bug.
How resolved this situation? Have you any suggestion?Bye
-
Thanks you admin

..but if I re-edit flash banner because i would change his link/title when i saved my mod the type of banner changed from swf to code and I don’t visualize it on my blog.
If i see propriety of this banner the code field’s is empty.I have this problem only flash banner.
It’s only my problem?
I have to reload the banner?
Do you think this is the only solution?I’m sorry for too many questions
-
I have a truble.
I add new banner then upload flash file and active this. Ok
When I edit this banner and I save it then type change from swf to code but the code is html for image tag and not for flash object.There is any solution for this?
PS: sorry for my english
-
Thanks So much, it works perfectly!
-
Hi
I know Im going to sound like a complete idiot but on the How to Use Instructions: When you say: « Add the following line in your theme:
1.
»Do you mean 1)add that line to any file on my theme? 2)add that line to the files on my theme were i will use the plug in? or 3) Is there an specific file called « theme » That I need to add this line to?
Sorry for the stupid question but I don’t have to much experience as Im sure you can tell
Thank you
-
Hello,
Thanks for your reply. Well, I managed to solve the problem, which is.. uh.. a really stupid mistake on my part. I actually edited the wrong file. And that explains why the main banner isn’t shown while sidebar are shown perfectly. This plugin itself works really well!Thanks for your support and sorry for bothering you.. -__-;
-
Hello,
first of all, thank you for the plugin!
However, I have a problem in putting more than 1 banner ‘group’ in a page. For example I want to display 2 banners, one in my sidebar, and one in my main content. I put the required code « wp_addpub(‘zone=the-zone’) » in both the sidebar and main content area, but only the sidebar banners being shown. Is there a limitation for one function usage in a page, or is there something’s wrong in my part?
Thank you.
-
[...] Visit [...]
-
How do i display different banners in the same area?
example: i want have 10 728×90 banners to rotate through the header… how do i code that? thanks! -
I was able to get a banner in my sidebar without a problem, but it does not link to the corresponding website that I entered in the « link » field in the edit banner menu. Also, what do I put in the « filter » field in the edit banner menu.
Many thanks for the great plug in!!!
-
Hello, something like for all banners, not whith ID
-
Great! this plugin its perfect for me!
Can i put a single code line for all banners?
and show something like ul – li banner#1 /li – li banner#2 /li /ul ?
-
[...] Visit [...]
-
[...] Visit [...]
-
Hi, I managed to install the plugin under my WordPress 2.0, the admin page is working well but my blog crach… error call function register blabla









[...] Visit [...]
[...] Visit [...]