SMF Ads Support Forum
September 09, 2010, 01:05:34 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Version 2.3 has been released. Visit http://mods.simplemachines.org to get the most up to date version.
 
   Home   Help Downloads Login Register  
Your Ad Here
Pages: [1]   Go Down
  Print  
Author Topic: File Directory in HTML for the ads  (Read 479 times)
0 Members and 1 Guest are viewing this topic.
aikencolon
Jr. Member
**
Offline Offline

Posts: 10


Email
« on: January 29, 2010, 04:51:25 pm »

Hello!

Thanks for the Ad mod!

I haven't set up adsense yet; at the moment I'm looking to upload simple img ads that I've saved in my forum's file directory.

I've got it working successfully when I use php for the ad content using the following code:
echo '
<a href="http://www.mywebsite.com" target="_blank"><img src="', $settings['theme_url'], '/images/Animated_Logo.gif"" alt="My Online Store" border="0"></a>';

I would like to use html (especially for when I want to embed flash files)... however I think I'm doing something wrong regarding the directory. I used the following html code but all I can see in the ad is the ALT tag (no img):

<a href="http://www.mywebsite.com" target="_blank"><img src="themes/images/Animated_Logo.gif"" alt="My Online Store" border="0">

I've also tried (but none have worked):
"/themes/images/Animated_Logo.gif"
"./themes/images/Animated_Logo.gif"
"http://www.energyauditortalk.org/html/themes/images/Animated_Logo.gif"

I use SMF 2.0 RC2, theme= Day_Relax.

Any help would be greatly appreciated!!  Smiley

Thank you!

Logged
vbgamer45
Owner
Jr. Member
*
Offline Offline

Posts: 46


« Reply #1 on: January 29, 2010, 07:27:25 pm »

You have an extra "
Code:
<img src="themes/images/Animated_Logo.gif"" alt=
Should be
Code:
<img src="themes/images/Animated_Logo.gif" alt=
Logged
ccbtimewiz
Sr. Member
****
Offline Offline

Posts: 326



WWW
« Reply #2 on: January 30, 2010, 12:28:05 pm »

Why not do this:

Code:
<a href="http://www.mywebsite.com" target="_blank"><img src="<?php echo $settings['theme_url']; ?>/images/Animated_Logo.gif"" alt="My Online Store" border="0"></a>
Logged
SMF Ads Support Forum
   

Your Ad Here
 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
SMFAds for Free Forums