<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PhpBB WP &#187; Ads Placement</title>
	<atom:link href="http://www.phpbbwp.com/category/ads-placement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpbbwp.com</link>
	<description>PhpBB and Wordpress Tips/Services</description>
	<lastBuildDate>Sun, 20 Dec 2009 19:30:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ads Placement in Forum page for Hestia style</title>
		<link>http://www.phpbbwp.com/ads-placement-in-forum-page-for-hestia-style/</link>
		<comments>http://www.phpbbwp.com/ads-placement-in-forum-page-for-hestia-style/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 19:24:22 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Ads Placement]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[Mods]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=109</guid>
		<description><![CDATA[This post teaches the users with Hestia Style installed on their board for ad placement in the forum page. This ad placement creates a column in the left side of the forum page, by shifting the topic/forum list to the right. And one ad will be placed just after the topic/forum list. Ads in left [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-forum-page-for-hestia-style%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-forum-page-for-hestia-style%2F&amp;source=colorsofnet&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This post teaches the users with Hestia Style installed on their board for ad placement in the <a href="http://phpbbwp.com/forum" target="_blank">forum</a> page. This ad placement creates a column in the left side of the forum page, by shifting the topic/forum list to the right. And one ad will be placed just after the topic/forum list.</p>
<h2>Ads in left side of the Forum</h2>
<p>In this the ad appears in the left side of the viewforum page as an sky scrapper. Check the screen shot for the exact placement.</p>
<p><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/hestiaforumpageadplacement.png"><img style="display: inline; border-width: 0px;" title="hestia-forum-page-ad-placement" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/hestiaforumpageadplacement_thumb.png" border="0" alt="hestia-forum-page-ad-placement" width="386" height="484" /></a></p>
<p>Step1: Open the viewforum_body.html file.</p>
<p>Step 2: Look for the following line in the code.</p>
<blockquote><p>&lt;!– INCLUDE overall_header.html –&gt;</p></blockquote>
<p>This line is the first line on the viewforum_body.html code page.</p>
<p>Step3: Just after this line paste the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote><p>{$CA_BLOCK_START}<br />
&lt;table class=&#8221;tablebg&#8221; width=&#8221;100%&#8221; cellspacing=&#8221;{$CA_SPACING}&#8221;&gt;<br />
{$CA_CAP_START}{$CA_CAP_END}<br />
&lt;tr&gt;<br />
&lt;td class=&#8221;row1 nobold&#8221; width=&#8221;160&#8243; valign=&#8221;top&#8221;&gt;&lt;p class=&#8221;genmed&#8221;&gt;<br />
<strong><em>your ad goes here</em></strong><br />
&lt;/p&gt;<br />
&lt;/td&gt;<br />
&lt;td align=&#8221;left&#8221; valign=&#8221;top&#8221;&gt;<br />
&lt;br /&gt;</p></blockquote>
<p>Step4: Now look for the following line in the code.</p>
<blockquote><p>&lt;!&#8211; INCLUDE breadcrumbs.html &#8211;&gt;</p></blockquote>
<p>Step5: Add the following lines just after these lines.</p>
<blockquote><p>&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;br/&gt;</p></blockquote>
<p>Step 6: Save the changes made to the file.</p>
<h2>Ad just after forum List</h2>
<p>The ad appears just after the forum list, where the list of the topic and forum finishes. Check the attached screen shot for the clear location of ad placement.</p>
<p><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/adafterforumlist.png"><img style="display: inline; border-width: 0px;" title="ad-after-forum-list" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/adafterforumlist_thumb.png" border="0" alt="ad-after-forum-list" width="557" height="118" /></a></p>
<p>Step1: Open the viewforum_body.html file.</p>
<p>Step 2: Look for the following line in the code.</p>
<blockquote><p>&lt;!&#8211; IF S_DISPLAY_ONLINE_LIST &#8211;&gt;</p></blockquote>
<p>Step3: Just above this line paste the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote><p>{$CA_BLOCK_START}<br />
&lt;table class=&#8221;tablebg&#8221; width=&#8221;100%&#8221; cellspacing=&#8221;{$CA_SPACING}&#8221;&gt;<br />
{$CA_CAP_START}Advertisements{$CA_CAP_END}<br />
&lt;tr&gt;<br />
&lt;td class=&#8221;row1 nobold&#8221; width=&#8221;100%&#8221; valign=&#8221;middle&#8221;&gt;&lt;p class=&#8221;genmed&#8221;&gt;<br />
&lt;center&gt;<br />
<strong><em>your ad goes here</em></strong><br />
&lt;/center&gt;<br />
&lt;/p&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
{$CA_BLOCK_END}</p></blockquote>
<p>Step 4: Save the changes made to the file.</p>
<p>We hope this modification helps you with the ad placement, if you have any problem with the customization of ads with this style visit our <a href="http://www.phpbbwp.com/forum/viewforum.php?f=7" target="_blank">official forum for Hestia</a>.</p>
<p>Check our Ad Placement solution for CA Vintage style:</p>
<ul>
<li>
<div><a href="http://www.phpbbwp.com/ad-placement-on-index-page-of-ca-vintage-style/">Ad placement on index page of CA Vintage Style </a></div>
</li>
<li>
<div><a href="http://www.phpbbwp.com/ads-placement-in-forum-page-for-ca-vintage-style/">Ads Placement in Forum page for CA Vintage style </a></div>
</li>
<li>
<div><a href="http://www.phpbbwp.com/ads-placement-in-topics-for-ca-vintage-style/">Ads Placement in topics for CA Vintage style </a></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/ads-placement-in-forum-page-for-hestia-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ad placement on index page of CA Vintage Style</title>
		<link>http://www.phpbbwp.com/ad-placement-on-index-page-of-ca-vintage-style/</link>
		<comments>http://www.phpbbwp.com/ad-placement-on-index-page-of-ca-vintage-style/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:35:01 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Ads Placement]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[PhpBB customizations]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=94</guid>
		<description><![CDATA[Ad Placement on Index page of CA Vintage style is one of the most easiest modification compared to the placements on viewforum and viewtopic pages. This placement needs putting your ad code just before and after the specific line of code. Well we will be taking two zones over here also, zone 1 and zone [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.phpbbwp.com%2Fad-placement-on-index-page-of-ca-vintage-style%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fad-placement-on-index-page-of-ca-vintage-style%2F&amp;source=colorsofnet&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p align="left">Ad Placement on Index page of CA Vintage style is one of the most easiest modification compared to the placements on <a href="http://www.phpbbwp.com/ads-placement-in-forum-page-for-ca-vintage-style/" target="_blank">viewforum</a> and <a href="http://www.phpbbwp.com/ads-placement-in-topics-for-ca-vintage-style/" target="_blank">viewtopic</a> pages. This placement needs putting your ad code just before and after the specific line of code. Well we will be taking two zones over here also, zone 1 and zone 2. Look at the screenshot for the exact positions of the Ads zones.</p>
<p align="center"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/indexpageadplacement.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="index-page-ad-placement" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/indexpageadplacement_thumb.jpg" border="0" alt="index-page-ad-placement" width="573" height="430" /></a></p>
<h2>Ad Placement Before/ After Category on Index Page</h2>
<p align="left">Both the zones could be explained in this explanation itself, since both the ads are to be placed before and after the line.</p>
<p align="left">Step1: Open the index_body.html file.</p>
<p align="left">Step 2: Look for the following line in the code.</p>
<blockquote>
<p align="left">&lt;!&#8211; INCLUDE forumlist_body.html &#8211;&gt;</p>
</blockquote>
<p align="left">Step3: Just above and below this line paste the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote>
<p align="left">{$CA_BLOCK2_START}Advertisements{$CA_BLOCK2_START2}<br />
&lt;center&gt;<br />
<strong><em>your ad goes here</em></strong><br />
&lt;/center&gt;<br />
{$CA_BLOCK2_END2}<br />
{$CA_BLOCK2_END}</p></blockquote>
<p align="left">Check the attached screenshot for the placement of code for specific zones, all instructions are covered in the images.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/screenshotofcodeedition.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="screenshot-of-code-edition" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/screenshotofcodeedition_thumb.png" border="0" alt="screenshot-of-code-edition" width="583" height="310" /></a></p>
<p align="left">Step 4: Save the changes made to the file.</p>
<p align="left">We hope this is the simple modification for ad placement on the index page of the forum. If you have some problem with the placement contact us here on the <a href="http://www.phpbbwp.com/forum/viewforum.php?f=4">official forum</a> for CA Vintage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/ad-placement-on-index-page-of-ca-vintage-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ads Placement in Forum page for CA Vintage style</title>
		<link>http://www.phpbbwp.com/ads-placement-in-forum-page-for-ca-vintage-style/</link>
		<comments>http://www.phpbbwp.com/ads-placement-in-forum-page-for-ca-vintage-style/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:46:57 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Ads Placement]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[PhpBB customizations]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=87</guid>
		<description><![CDATA[This is a continuation post over the ads placement in CA Vintage style. In the last we have covered the Ads Placement in topics for CA Vintage style and this post focuses on the ad placement in the forum page. The ad is placement as a sky scrapper on the left hand side of the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-forum-page-for-ca-vintage-style%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-forum-page-for-ca-vintage-style%2F&amp;source=colorsofnet&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p align="left">This is a continuation post over the ads placement in CA Vintage style. In the last we have covered the <a href="http://www.phpbbwp.com/ads-placement-in-topics-for-ca-vintage-style/">Ads Placement in topics for CA Vintage style</a> and this post focuses on the ad placement in the <a href="http://phpbbwp.com/forum" target="_blank">forum</a> page. The ad is placement as a sky scrapper on the left hand side of the forum page, and on the top and bottom of a forum, check the attached screen shot for the exact location. We have specified two zones for better understanding, zone1 and zone2.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/skybaradplacementcavintage.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="skybar-ad-placement-ca-vintage" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/skybaradplacementcavintage_thumb.png" border="0" alt="skybar-ad-placement-ca-vintage" width="568" height="191" /></a></p>
<h2>Ads in left side of the Forum</h2>
<p align="left">In zone 1 the ad appears in the left side of the viewforum page as an sky scrapper.</p>
<p align="left">Step1: Open the viewforum_body.html file.</p>
<p align="left">Step 2: Look for the following line in the code.</p>
<blockquote>
<p align="left">&lt;!&#8211; INCLUDE overall_header.html –&gt;</p>
</blockquote>
<p align="left">This line is the first line on the viewforum_body.html code page.</p>
<p align="left">Step3: Just after this line paste the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote>
<p align="left">&lt;table width=&#8221;100%&#8221; cellspacing=&#8221;1&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&#8221;160&#8243; align=&#8221;left&#8221; valign=&#8221;top&#8221;&gt;<br />
{$CA_BLOCK2_START}Adverts{$CA_BLOCK2_START2}<br />
&lt;center&gt;<br />
<strong><em>your ad goes here</em></strong><br />
&lt;/center&gt;<br />
{$CA_BLOCK2_END2}<br />
{$CA_BLOCK2_END}<br />
&lt;/td&gt;<br />
&lt;td align=&#8221;left&#8221; valign=&#8221;top&#8221;&gt;</p></blockquote>
<p align="left">Step4: Now look for the following line in the code.</p>
<blockquote>
<p align="left">&lt;hr /&gt;</p>
</blockquote>
<p align="left">Step5: Add the following lines just above these lines.</p>
<blockquote>
<p align="left">&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</p></blockquote>
<p align="left">Step 6: Save the changes made to the file.</p>
<h2>Ad just after forum List</h2>
<p align="left">In zone 2 the ad appears in the bottom of the viewforum page, just after the forum list. Refer Zone 2 for the position in the screen shot.</p>
<p align="left">Step1: Open the viewforum_body.html file.</p>
<p align="left">Step 2: Look for the following line in the code.</p>
<blockquote>
<p align="left">&lt;!&#8211; INCLUDE jumpbox.html &#8211;&gt;</p>
</blockquote>
<p align="left">Step3: Just above this line paste the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote>
<p align="left">{$CA_BLOCK2_START}Advertisements{$CA_BLOCK2_START2}<br />
&lt;center&gt;<br />
<strong><em>your ad goes here</em></strong><br />
&lt;/center&gt;<br />
{$CA_BLOCK2_END2}<br />
{$CA_BLOCK2_END}</p></blockquote>
<p align="left">Step 4: Save the changes made to the file.</p>
<p align="left">We hope this modification is simple and attractive with respect to the ad placement on forum page. If you have some problem with the placement contact us here on the <a href="http://www.phpbbwp.com/forum/viewforum.php?f=4">official forum</a> for CA Vintage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/ads-placement-in-forum-page-for-ca-vintage-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ads Placement in topics for CA Vintage style</title>
		<link>http://www.phpbbwp.com/ads-placement-in-topics-for-ca-vintage-style/</link>
		<comments>http://www.phpbbwp.com/ads-placement-in-topics-for-ca-vintage-style/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:42:36 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Ads Placement]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[PhpBB customizations]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=82</guid>
		<description><![CDATA[We have been asked by some of our users to provide ad placements in CA Vintage style ever since we implemented the style, few days back. Well with the styles provides by stsoftware.biz customization is something that could be achieved in an easy go. This post only focuses on the placement in viewtopic page, where [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-topics-for-ca-vintage-style%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-topics-for-ca-vintage-style%2F&amp;source=colorsofnet&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p align="left">We have been asked by some of our users to provide ad placements in CA Vintage style ever since we <a href="http://www.phpbbwp.com/install-your-first-custom-style-in-phpbb3/" target="_blank">implemented the style</a>, few days back. Well with the styles provides by <a href="http://stsoftware.biz" target="_blank">stsoftware.biz</a> customization is something that could be achieved in an easy go. This post only focuses on the placement in viewtopic page, where the actual content lies in a <a href="http://phpbbwp.com/forum" target="_blank">forum</a>. We have divided the ad placement in two zones on the viewtopic page. Check the screen shot for the zones and placement.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/sampleadplacementinviewtopic_bodypagecavintage.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sample-ad-placement-in-viewtopic_body-page- ca-vintage" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/sampleadplacementinviewtopic_bodypagecavintage_thumb.png" border="0" alt="sample-ad-placement-in-viewtopic_body-page- ca-vintage" width="584" height="295" /></a></p>
<h2>Ads in the first post</h2>
<p align="left">In zone 1 the ad appears just before the content in the viewtopic page of the forum. Its a very lucrative position that increases the click through rate for any forum. This position gives you great results if an rectangular ad block is placed there. Well lets focus on the ad placement first, later we will cover the optimization.</p>
<p align="left"><strong>Note:</strong> The ad appears only in the first post not to the replies made to it.</p>
<p align="left">Step1: Open the viewtopic_body.html file.</p>
<p align="left">Step 2: Look for in the following line in the code.</p>
<blockquote>
<p align="left">{postrow.MESSAGE}&lt;/div&gt;</p>
</blockquote>
<p align="left">Step3: Just before this line paste the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote>
<p align="left">&lt;!&#8211; IF postrow.S_FIRST_ROW –&gt;<br />
<strong><em>your ad goes here<br />
</em></strong>&lt;br/&gt;<br />
&lt;!—ENDIF –&gt;</p></blockquote>
<p align="left">Step 4: Save the changes made to the file.</p>
<h2>Ads after first post</h2>
<p align="left">In the Zone 2 the ad appears just after the first post i.e. in-between the content body and the first reply; check the screen shot for exact position. This is also one of the best position that a forum owner love to have. Lets look at the steps to be followed:</p>
<p align="left">Step1: Open the viewtopic_body.html file.</p>
<p align="left">Step2: Look for the following lines in the code</p>
<blockquote>
<p align="left">&lt;/div&gt;<br />
&lt;!&#8211; END postrow –&gt;</p></blockquote>
<p align="left">Step3: Just before these lines add the following code, replacing <strong><em>your ad goes here</em></strong> with your ad code.</p>
<blockquote>
<p align="left">&lt;!&#8211; IF postrow.S_ROW_COUNT == 0 &#8211;&gt;<br />
{$CA_BLOCK_START}<br />
&lt;center&gt;<br />
<strong><em>your ad goes here</em></strong><br />
&lt;/center&gt;<br />
{$CA_BLOCK_END}<br />
&lt;!—ENDIF &#8211;&gt;</p></blockquote>
<p align="left">Step 4: Save the changes made to the file.</p>
<p align="left">Well the ad placement is completed over the viewtopic_body.html page for the CA Vintage style. We will be covering the ad placement in the viewforum_body.html and index_body.html page. These customizations are really going to be awesome and we are sure you will love them.</p>
<p align="left">If you faces any problem leave a comment, and if you want to discuss over this style entire its <a href="http://www.phpbbwp.com/forum/viewforum.php?f=4" target="_blank">official forum</a> for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/ads-placement-in-topics-for-ca-vintage-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
