Project:Openads
Version:6.x-1.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

http://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.

#2

From 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:

<?php
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:

<?php
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

nobody click here