Active
Project:
Openads
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 16:27 UTC
Updated:
9 Sep 2008 at 11:31 UTC
Displaying banners could be more flexible. I do not know how to invoke that codes so I am using blocks provided, but they are so unflexible. So banners not showing very well. It would be great if we could display banners in the same block, because now the space between baners is too big. Also I want to ask the ability to change banners alignment.
thank you.
Comments
Comment #1
aruns4 commentedhttp://tech-arun.blogspot.com
i dunno much but i am sure if you want to display those banners of your choice you should have knowledge on php to access and edit the codes.
Comment #2
jaydub commentedFrom the README regarding showing ads outside of using the
supplied blocks:
MANUAL INVOCATION
If you want to place ads within your templates manually, you may use the
following code:
print openads_invoke([index]);Where [index] is the number of one of your zones, that is 0, 1, etc. You
may also invoke a zone by its name, like this:
print openads_invoke("leaderboard top");As for any other formatting for an ad that is determined by the theme
that you are using and in any case you can override the styling of
the ads as they are shown via openads by adding or modifying the
CSS for the openads blocks.
Really there's nothing here that you can't address simply by working
with your theme. If you are not familiar with how theming works in
Drupal then I suugest starting with the documentation pages:
http://drupal.org/theme-guide