• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to add ADS on Homepage Sidebar Left and Right

Started by demonguru18,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

demonguru18Topic starter

IF any one could let me know where to paste the code for adsense or any other AD Networks. I want to place skyscraper ADS on right and Left side of my Homepage and video page. I have attached the Image to understand the request better. I have been told to paste the code in sidebar.php but can any one tell me under which line.
:-[ :-[ :-[ :-[ :-[ :-[ :-[
I am fan of PHP Vibe
  •  

demonguru18Topic starter

I was able to add it on the menu but not on the right and left of the home page and video page >:D >:D >:D
I am fan of PHP Vibe
  •  

PHPVibe A.


demonguru18Topic starter

Ok thats not what I asked for. i did try adding the code but the ads are showing in center and on the top.
well figured it out myself. for anyone who wants to show ADS on left and right side please  use the code at the end of tpl.globals.php

<div style="display:block;float:right;margin: 5px 5px 5px 20px;">
your ADD CODE HERE
</div>
It is better if you first create the ADS in admin panel and copy the code It should look like this

<div style="display:block;float:right;margin: 5px 5px 5px 20px;">
<?php echo _ad('0','left-sidebar'); ?>
</div>

where "left-sidebar" is the title of the add you created you can see it on you created ADS table

Wrong! left-sidebar is the name of the custom spot.
to aligh center or left just change "float:right/left/center accordingly this will work

;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D
I am fan of PHP Vibe
  •  

PHPVibe A.

The ads have no forced wrappers, so indeed they would need some css rules, they can also go in the ads, or wrapping the spot.

PS: Sorry for editing your post, but it was misleading.

demonguru18Topic starter

no worries i would never know that , I am just learning  :P :P :P :P :P
I am fan of PHP Vibe
  •  

Similar topics (7)