<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Which AD Management Tool recommened to use with Choices?</title>
		<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices</link>
		<description>Support Forum - Topic: Which AD Management Tool recommened to use with Choices?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 15:55:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/which-ad-management-tool-recommened-to-use-with-choices" rel="self" type="application/rss+xml" />

		<item>
			<title>E11 on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89362</link>
			<pubDate>Sat, 22 Dec 2012 18:54:26 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">89362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! That works perfect.&#60;/p&#62;
&#60;p&#62;The file to edit is &#38;lt;helper-template-dynamic.php&#38;gt; - just in case someone else want to tweak the frontpage.&#60;/p&#62;
&#60;p&#62;@Dude - Cheers, wonderful kind of support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89360</link>
			<pubDate>Sat, 22 Dec 2012 18:16:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/helper-templates.php and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;template-blog &#38;quot;.avia_layout_class( &#38;#39;main&#38;#39; , false ).&#38;quot; $extraClass&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;div class=&#38;#39;content units &#38;quot;.avia_layout_class( &#38;#39;content&#38;#39; , false ).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
		get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add the banner code before the get_template_part() function like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;template-blog &#38;quot;.avia_layout_class( &#38;#39;main&#38;#39; , false ).&#38;quot; $extraClass&#38;#39;&#38;gt;&#38;quot;;
		echo &#38;quot;&#38;lt;div class=&#38;#39;content units &#38;quot;.avia_layout_class( &#38;#39;content&#38;#39; , false ).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
				if(function_exists(&#38;#39;oiopub_banner_zone&#38;#39;)) {
					$zone_id = 1;
					$options = array( &#38;#39;align&#38;#39; =&#38;gt; &#38;quot;left&#38;quot;, &#38;#39;empty&#38;#39; =&#38;gt; &#38;quot;-1&#38;quot; );
					oiopub_banner_zone($zone_id, $options);
				}
		get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>E11 on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89322</link>
			<pubDate>Sat, 22 Dec 2012 09:49:18 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">89322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many Thanks Dude! Works like a charm.&#60;/p&#62;
&#60;p&#62;One problem is left,&#60;br /&#62;
The banner is shown in the category-view, when I call the category link directly.&#60;br /&#62;
Where it is not shown, is the frontpage, when I assign a category to the Widget [ blog ] under [ Choices Template Builder ] &#38;gt; Add Elements &#38;gt; Blog  &#38;gt; Which categories should be used for the blog? &#38;gt; The target category&#60;/p&#62;
&#60;p&#62;Where do I have to place the add, that it appears there as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89300</link>
			<pubDate>Sat, 22 Dec 2012 07:27:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89300@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you can add the oio ad zones to any php/template file. Have a look at the documentation here: &#60;a href=&#34;http://forum.oiopublisher.com/discussion/520/customising-the-ad-manager/#Item_4&#34; rel=&#34;nofollow&#34;&#62;http://forum.oiopublisher.com/discussion/520/customising-the-ad-manager/#Item_4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Eg if you want to add a banner/ad zone to the archive page open up archive.php and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;content &#38;lt;?php avia_layout_class( &#38;#39;content&#38;#39; ); ?&#38;gt; units&#38;#39;&#38;gt;
				&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can insert your banner function below it like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;content &#38;lt;?php avia_layout_class( &#38;#39;content&#38;#39; ); ?&#38;gt; units&#38;#39;&#38;gt;
				&#38;lt;?php

				if(function_exists(&#38;#39;oiopub_banner_zone&#38;#39;)) {
					$zone_id = 1;
					$options = array( &#38;#39;align&#38;#39; =&#38;gt; &#38;quot;left&#38;quot;, &#38;#39;empty&#38;#39; =&#38;gt; &#38;quot;-1&#38;quot; );
					oiopub_banner_zone($zone_id, $options);
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and you just need to change the zone id (which can be different - it depends on the number of your zones, etc.) and your options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E11 on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89269</link>
			<pubDate>Fri, 21 Dec 2012 19:14:14 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">89269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Many thanks for the recommendation Dude.&#60;br /&#62;
In case you are an Affiliate, I'd buy it via your Affiliate-Link.&#60;/p&#62;
&#60;p&#62;Another question: How can I add an individual AD (or just a simple grafic) on top of a category?&#60;br /&#62;
Has OIO that capability or do I need to tweak the code to achieve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89255</link>
			<pubDate>Fri, 21 Dec 2012 18:16:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried following plugin in the past: &#60;a href=&#34;http://inoplugs.com/OIOpublisher&#34;&#62;OIOpublisher&#60;/a&#62; and I really like it because it offers many useful features (like selling banners with different payment gateways, creating several ad zones, you can use it without wordpress, etc.). I didn't test it with Choices though (I used Brightbox &#38;amp; Corona to test it). Another popular plugin is &#60;a href=&#34;http://codecanyon.net/item/adpress-wordpress-ad-manager/1510785?ref=Zweistein&#34;&#62;http://codecanyon.net/item/adpress-wordpress-ad-manager/1510785&#60;/a&#62; however I didn't test it and based on the description I'd say it's not as good as OIOpublisher...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E11 on "Which AD Management Tool recommened to use with Choices?"</title>
			<link>http://www.kriesi.at/support/topic/which-ad-management-tool-recommened-to-use-with-choices#post-89251</link>
			<pubDate>Fri, 21 Dec 2012 16:13:08 +0000</pubDate>
			<dc:creator>E11</dc:creator>
			<guid isPermaLink="false">89251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;H all,&#60;/p&#62;
&#60;p&#62;can  someone give me a recommendation which AD management tool might be the &#34;best&#34; or &#34;optimal&#34; to use wiith choices?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
