View previous topic :: View next topic |
Author |
Message |
mamak24
Joined: 16 Mar 2012 Posts: 12
|
Posted: Sat Mar 17, 2012 7:49 pm Post subject: change ads logo |
|
|
hi
how can i change the logo into this one
http://avatarads.net/
advertise here in white inside banner
thx |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Sun Mar 18, 2012 3:27 am Post subject: |
|
|
The logo is editable in admin area in each of the ad sizes edit forms. If you need any help with it, feel free to email me. |
|
Back to top |
|
 |
mamak24
Joined: 16 Mar 2012 Posts: 12
|
Posted: Sun Mar 18, 2012 7:53 am Post subject: |
|
|
yes i know that, but logo is outside the ad
how can i make it inside ads like google adsense does or the exemple i saw you |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Sun Mar 18, 2012 10:02 am Post subject: |
|
|
If you want to show a logo over the banner, please use there this code:
<div style="position: absolute; right: 0px; bottom: -2px;">
<a target="_blank" href="#%site_url%#/">
<img style="border: 0px none ;" src="#%site_url%#/images/banner_logo.png"/>
</a>
</div> |
Also create the file banner_logo.png in images directory and also edit the template user_code_banner.txt, keep there only the iframe tag, so users can use only this code. The new logo can't work correctly if users use the javascript code. |
|
Back to top |
|
 |
mamak24
Joined: 16 Mar 2012 Posts: 12
|
Posted: Wed Apr 11, 2012 5:01 am Post subject: |
|
|
THANK YOU SO MUCH  |
|
Back to top |
|
 |
Samkitz
Joined: 30 Mar 2012 Posts: 25
|
Posted: Tue Apr 24, 2012 3:25 pm Post subject: |
|
|
Image does not always align properly.
Default ads it works fine but on user ads it does not align as it should and on a test I had the banner centered on a blank html page and the advertise here image was aligned in the upper left corner of the page. |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Tue Apr 24, 2012 3:40 pm Post subject: |
|
|
Please send me the URL where I can see it. |
|
Back to top |
|
 |
Samkitz
Joined: 30 Mar 2012 Posts: 25
|
Posted: Wed Apr 25, 2012 2:10 pm Post subject: |
|
|
http://ad-flux.com/examples/
468x60 ad at the top is a user ad. The Advertise Here image is in the upper left corner of page and banner is centered.
Other 2 ads are system "Default Ads" |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Wed Apr 25, 2012 2:17 pm Post subject: |
|
|
You need to use only the iframe tag to show such ads, as I mentioned above. |
|
Back to top |
|
 |
Samkitz
Joined: 30 Mar 2012 Posts: 25
|
Posted: Wed Apr 25, 2012 2:21 pm Post subject: |
|
|
Ahhhhhhh.....Thank you. Will try that. I forgot all about removing the java code. |
|
Back to top |
|
 |
Samkitz
Joined: 30 Mar 2012 Posts: 25
|
Posted: Wed Apr 25, 2012 2:25 pm Post subject: |
|
|
That worked.
Are there any draw backs to removing the javascript? |
|
Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 6207
|
Posted: Wed Apr 25, 2012 3:10 pm Post subject: |
|
|
The javascript code can be removed. It's in the default code because very old web browsers did not support iframe tags. |
|
Back to top |
|
 |
|