<?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; Customizations</title>
	<atom:link href="http://www.phpbbwp.com/tag/customizations/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>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>Floating Twitter &#8220;Follow&#8221; Badge on PhpBB Forum</title>
		<link>http://www.phpbbwp.com/floating-twitter-follow-badge-on-phpbb-forum/</link>
		<comments>http://www.phpbbwp.com/floating-twitter-follow-badge-on-phpbb-forum/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:32:48 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[PhpBB customizations]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=10</guid>
		<description><![CDATA[Their are lot of blogs that have a floating Twitter Follow badge on the side of their pages. I was asked by one of my client to implement it’s PhpBB forum. For those who are familiar with PhpBB must be aware of the mod’s that are available for it, and complexity in their installation, as [...]]]></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%2Ffloating-twitter-follow-badge-on-phpbb-forum%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Ffloating-twitter-follow-badge-on-phpbb-forum%2F&amp;source=colorsofnet&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/followustwitterbadgeforum.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="follow-us-twitter-badge-forum" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/followustwitterbadgeforum_thumb.jpg" border="0" alt="follow-us-twitter-badge-forum" width="244" height="134" align="left" /></a> Their are lot of blogs that have a floating Twitter Follow badge on the side of their pages. I was asked by one of my client to implement it’s PhpBB forum. For those who are familiar with <a href="http://www.phpbb.com/" target="_blank">PhpBB</a> must be aware of the mod’s that are available for it, and complexity in their installation, as you are dealing directly with the codes modification. Moreover, i was unable to find a Mod for Twitter Badge.</p>
<p>Then i decided to do it the wordpress way, i explored the available options for twitter badge over various wordpress sites and fortunately i came up with a solution to do it for PhpBB. I will be covering this step by step, just follow these steps to implement a twitter badge on your site.</p>
<h2>Create a Twitter Badge</h2>
<p>First thing is to have a twitter badge, and this badge could be created through <a href="http://www.go2web20.net/twitterFollowBadge/" target="_blank">Go2web20</a>. Just fill up the form and get the code by clicking on the update code button. You should have a twitter account to fill up over here, if you don’t have one get it from <a href="http://twitter.com/signup" target="_blank">Twitter</a>.</p>
<p><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/Createtwitterfollowbadgeform.jpg"><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="Create-twitter-follow-badge-form" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/Createtwitterfollowbadgeform_thumb.jpg" border="0" alt="Create-twitter-follow-badge-form" width="362" height="484" /></a></p>
<h2><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/Createtwitterfollowbadgeform.jpg"></a>Implement the code on Forum</h2>
<p>Now You have the code for the Badge, next work comes to implement it on the forum. In PhpBB3, you can edit the file in admin panel itself. If you are using PhpBB2 you could edit it from the control panel or on your desktop and than transfer it on server through ftp.</p>
<ol>
<li>Edit, overall_footer.html file in PhpBB3 or overall_footer.tpl in PhpBB2</li>
<li>At the bottom of the file you will find<br />
<blockquote><p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p></blockquote>
</li>
<li>Place code before these line.</li>
<li><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/editcodeinoverallfooter.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="edit-code-in-overall-footer" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/editcodeinoverallfooter_thumb.jpg" border="0" alt="edit-code-in-overall-footer" width="644" height="390" /></a>And update the file.
<p><strong>Note: </strong>The badge will not appear on IE6.</li>
</ol>
<p>We hope you like this customization from our end, we will be coming up with such more in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/floating-twitter-follow-badge-on-phpbb-forum/feed/</wfw:commentRss>
		<slash:comments>2</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! -->
