M makfun Active Member 310 2010 1 0 Apr 13, 2011 #1 www.appleshare.org I want to post ADS only E-Books Section. Means, ADS must be visible in eBooks section only. How can i do that???
www.appleshare.org I want to post ADS only E-Books Section. Means, ADS must be visible in eBooks section only. How can i do that???
L Lock Down Active Member 2,122 2010 228 0 Apr 14, 2011 #2 Put this if around your ad. The ?? is forum id number. Code: <if test="adForum:|:$this->request['f']==??"> Your AD </if>
Put this if around your ad. The ?? is forum id number. Code: <if test="adForum:|:$this->request['f']==??"> Your AD </if>
L Lock Down Active Member 2,122 2010 228 0 Apr 14, 2011 #4 There is no file. Whichever template you put the ad in.... I am guessing you have it in the boardindex but you can put them anywhere.
There is no file. Whichever template you put the ad in.... I am guessing you have it in the boardindex but you can put them anywhere.
G Grinder Active Member 909 2009 9 0 Apr 14, 2011 #5 Okay, Go to your acp --> Looks & Feel --> "select your skin" --> Choose "globaltemplate" Search for "<div id='secondary_nav'>" <-- without the quotes (") Add before that line that Mr. Lock Down has told you. You can customize it to your needs. Example: PHP: <if test="adForum:|:$this->request['f']==12"><a href="YOURAD><img src="YOURADSCREEN" border="0" /></a></if>
Okay, Go to your acp --> Looks & Feel --> "select your skin" --> Choose "globaltemplate" Search for "<div id='secondary_nav'>" <-- without the quotes (") Add before that line that Mr. Lock Down has told you. You can customize it to your needs. Example: PHP: <if test="adForum:|:$this->request['f']==12"><a href="YOURAD><img src="YOURADSCREEN" border="0" /></a></if>
L Lock Down Active Member 2,122 2010 228 0 Apr 14, 2011 #6 I don't think an ad is a href and image. Unless you know something we don't. ) Mine are usually php includes with rotating ads. He should really know where he or his staff put the ads.
I don't think an ad is a href and image. Unless you know something we don't. ) Mine are usually php includes with rotating ads. He should really know where he or his staff put the ads.
G Grinder Active Member 909 2009 9 0 Apr 15, 2011 #7 I tested it out before posting it here, so do trust me, this works :P I must say that I tested it out with a referral banner of easy-share. So.. Also if you go to the acp --> system settings-->system-->Ad Code Integration Then you can put up various ads in different places too.
I tested it out before posting it here, so do trust me, this works :P I must say that I tested it out with a referral banner of easy-share. So.. Also if you go to the acp --> system settings-->system-->Ad Code Integration Then you can put up various ads in different places too.
L Lock Down Active Member 2,122 2010 228 0 Apr 15, 2011 #8 Not that I doubted it would work around an href. Just how you knew he used href instead of include php code. That is why I never give specifics like templates for ads because they can be anywhere and any type.
Not that I doubted it would work around an href. Just how you knew he used href instead of include php code. That is why I never give specifics like templates for ads because they can be anywhere and any type.