<?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</title>
	<atom:link href="http://www.phpbbwp.com/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>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 side [...]]]></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"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-forum-page-for-hestia-style%2F" height="61" width="51" /></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>SEO comparison PhpBB and Wordpress</title>
		<link>http://www.phpbbwp.com/seo-comparison-phpbb-and-wordpress/</link>
		<comments>http://www.phpbbwp.com/seo-comparison-phpbb-and-wordpress/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:43:54 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[PhpBB SEO]]></category>
		<category><![CDATA[Wordpress SEO]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=96</guid>
		<description><![CDATA[Its something very odd to compare PhpBB and Wordpress, since they both are different platform of open source blogging and community activities. But i am going to compare both of them. The comparison is going to be done on the basis of the of the SEO (search engine optimization).
PhpBB SEO
When we talk of SEO for [...]]]></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%2Fseo-comparison-phpbb-and-wordpress%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fseo-comparison-phpbb-and-wordpress%2F" height="61" width="51" /></a></div><p align="left"><img class="alignleft size-thumbnail wp-image-97" title="Phpbb-wordpress" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/Phpbb-wordpress-150x133.png" alt="Phpbb-wordpress" width="150" height="133" />Its something very odd to compare <a href="http://www.phpbb.com/" target="_blank">PhpBB</a> and Wordpress, since they both are different platform of open source blogging and community activities. But i am going to compare both of them. The comparison is going to be done on the basis of the of the SEO (search engine optimization).</p>
<h2>PhpBB SEO</h2>
<p align="left">When we talk of SEO for PhpBB, we are calling up one of the toughest thing to be implemented in it.</p>
<p align="left"><strong>Why it is so difficult to be implemented?</strong> The reason is simple, no one likes to mess with the codes, specially when it comes to a live board. Is their any easy way available to do it? Yes their is an easy way to implement SEO over a fresh PhpBB <a href="http://phpbbwp.com/forum" target="_blank">forum</a>, their is a pre-modded version available.</p>
<p align="left">By default the URL’s are not custom writable in PhpBB, but the SEO mod enables the URL rewriting. And the new feature is equally powerful as the URL rewriting in wordpress.</p>
<p align="left">It eliminates zero duplicate after the forum with full 301 URL redirect.</p>
<p align="left">Well, this is the only SEO option available for PhpBB, and <a href="http://www.phpbb-seo.com/" target="_blank">PhpBB-SEO</a> is doing a great job in managing and continuously improving the SEO experience for the PhpBB users. And we personally recommend all our users to use PhpBB along with PhpBB-SEO to our users.</p>
<h2>Wordpress SEO</h2>
<p align="left">Implementing SEO on wordpress is one of the easiest task to be performed by a wordpress owner. Their are some of the great plug-in that makes this task very easy. In wordpress we have a lot of choices available, but we will be focusing mainly on the two top plug-ins for it.</p>
<h3><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in one SEO</a></h3>
<p align="left">Its a great plug-in and is updated quite frequently, and is one of the pioneer of the SEO for wordpress. This is something we recommend all the wordpress bloggers.</p>
<p align="left"><strong>Some Features:</strong></p>
<blockquote>
<ul>
<li>
<div>Canonical URLs</div>
</li>
<li>
<div>Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.</div>
</li>
<li>
<div>Fine tune Page Navigational Links</div>
</li>
<li>
<div>Built-in API so other plugins/themes can access and extend functionality</div>
</li>
<li>
<div>Provides SEO Integration for WP e-Commerce sites</div>
</li>
<li>
<div>Nonce Security</div>
</li>
<li>
<div>Support for CMS-style WordPress installations</div>
</li>
<li>
<div>Automatically optimizes your <strong>titles</strong> for search engines</div>
</li>
<li>
<div>Generates <strong>META tags automatically</strong></div>
</li>
<li>
<div>Avoids the typical duplicate content found on Wordpress blogs</div>
</li>
<li>
<div>For beginners, you don&#8217;t even have to look at the options, it works out-of-the-box. Just install.</div>
</li>
<li>
<div>For advanced users, you can fine-tune everything</div>
</li>
<li>
<div>You can override any title and set any META description and any META keywords you want.</div>
</li>
</ul>
</blockquote>
<h3><a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">Platinum SEO</a></h3>
<p align="left">Well its a “predecessor” of All in one SEO since they are competitors of each other. This is also a great option for wordpress and a should have for the users. They have a great 301 redirect but they adds their site URL in the footer. And it provides a migration option from All in one SEO to Platinum SEO i.e. their own plug-in.</p>
<p align="left"><strong>Some Features:</strong></p>
<ul>
<blockquote>
<li> Automatic 301 redirects for any permalink changes</li>
<li>Canonical URLs</li>
<li>Optimized Post and Page Titles for search engines</li>
<li>Generates all SEO relevant META tags automatically</li>
<li>Option to specify meta description and meta keywords tag for categories and tag pages (http://techblissonline.com/wordpress-categories/)**</li>
<li>Option to turn off Page title or Post title rewrites for any particular post or page (http://techblissonline.com/page-title/)**</li>
<li>Option to turn off Page title or Post title format for any particular post or page.</li>
<li>Helps you avoid duplicate content</li>
<li>Lets you override any title and set any META description and META keywords, for any post or page</li>
<li>Compatible with most other plugins, like Auto Meta, Ultimate Tag Warrior and others.However you may have to disable All in One SEO pack</li>
<li>You don’t have to fear changing permalinks. If you are not satisfied with the current permalink, change it through Settings&gt;Permalinks in your admin panel, without worrying about loss of Page rank or google penalty.</li>
<li>Platinum SEO plugin will take care of issuing a 301 redirect to the new location.This is a new essential feature, not present in All in one SEO</li>
<li>Add index, noindex, follow or nofollow, noodp, noydir, noarchive, nosnippet meta tags to any post/page.These options are not available in All in one SEO Pack.Find out why this option to set post/page level Meta Robots Tag useful?</li>
</blockquote>
</ul>
<p align="left"><strong>Note:</strong> Both these are great plug-ins that helps in optimizing your blog for search engines. But at a time their should be only one plug-in functional (active) on a blog.</p>
<p align="left">And if you require help with the installation of these SEO services you can take help of our professional service for <a href="http://www.phpbbwp.com/wp-services/" target="_blank">wordpress</a> and <a href="http://www.phpbbwp.com/phpbb-services/" target="_blank">PhpBB</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/seo-comparison-phpbb-and-wordpress/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"><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" height="61" width="51" /></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"><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" height="61" width="51" /></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"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fads-placement-in-topics-for-ca-vintage-style%2F" height="61" width="51" /></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>
		<item>
		<title>Simplest mod to add videos in PhpBB3</title>
		<link>http://www.phpbbwp.com/simplest-mod-to-add-videos-in-phpbb3/</link>
		<comments>http://www.phpbbwp.com/simplest-mod-to-add-videos-in-phpbb3/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 22:55:37 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Mods]]></category>
		<category><![CDATA[PhpBB]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=74</guid>
		<description><![CDATA[I have worked for various entertainment forum clients and one of their very basic requirement is video’s for the site. There are lot of mod’s available over the Phpbb.com, but they are mainly available for YouTube and Google videos. If you like to add any other video site you can create custom BB Code for [...]]]></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%2Fsimplest-mod-to-add-videos-in-phpbb3%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fsimplest-mod-to-add-videos-in-phpbb3%2F" height="61" width="51" /></a></div><p align="left">I have worked for various entertainment <a href="http://phpbbwp.com/forum" target="_blank">forum</a> clients and one of their very basic requirement is video’s for the site. There are lot of mod’s available over the <a href="http://www.phpbb.com/" target="_blank">Phpbb</a>.com, but they are mainly available for YouTube and Google videos. If you like to add any other video site you can create custom BB Code for it. But creating custom for every video site is a very tedious job.</p>
<p align="left">Well we have a mod that is still in beta over <a href="http://www.phpbbwp.com/install-your-first-custom-style-in-phpbb3/" target="_blank">PhpBB3 forum</a>, but we are using it successfully for almost a year for our clients. The beauty of the mod is that you need not make any code modifications in the files, simply upload a file and create a custom code.</p>
<h3>The installation is a simple few step installation:</h3>
<ol>
<li>
<div>Upload the file (video.php) in the root of the site.</div>
</li>
<li>
<div>Now Login into forum’s admin control panel.</div>
</li>
<li>
<div>Select Posting tab from the top tabs.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/bbcodes.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="bbcodes" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/bbcodes_thumb.png" border="0" alt="bbcodes" width="244" height="66" /></a></div>
</li>
<li>
<div>The window provides you with a option of adding new BB code, check the extreme right of window.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/addanewbbcode.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="add-a-new-bb-code" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/addanewbbcode_thumb.png" border="0" alt="add-a-new-bb-code" width="168" height="82" /></a></div>
</li>
<li>
<div>Now fill up the available block/form. Add the BB Code that want to use in the BBCode Usage.</p>
<p><strong>[video]{TEXT}[/video]<br />
</strong><br />
In the HTML replacement block enter.</p>
<p><strong>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;video.php?link={TEXT}&#8221;&gt;&lt;/script&gt;</strong></p>
<p>In the help line, enter the mouse over for the video BB Code.</p>
<p><strong>Add the Video</strong></p>
<p>In the settings, <strong>check the display box</strong>.</p>
<p>Lastly, <strong>submit</strong>.</p>
<p><a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/fillthedetails.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="fill-the-details" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/fillthedetails_thumb.png" border="0" alt="fill-the-details" width="540" height="389" /></a></div>
</li>
</ol>
<p align="left">There are a large number of Videos that are supported by this BB Code, a partial list of the supported video sites includes <strong><em>YouTube, Google video, daily motion, metacafe. MySpace, starsclips, yahoo, photo bucket, filefront, stage6, veoh, vidilife, game trailers, vidiac, game spot, mega video, vimeo, Game videos, tu.tv and God tube.</em></strong></p>
<p align="left">We hope that you find might had found your favorite video site in the list.</p>
<p align="left">Download the Mod from <a href="http://rapidshare.com/files/317280921/video_bbcode.tar.html" target="_blank">Rapidshare</a> || <a href="http://uploading.com/files/ameafem4/video_bbcode.tar/" target="_blank">Uploading</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/simplest-mod-to-add-videos-in-phpbb3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install your first custom style in PhpBB3</title>
		<link>http://www.phpbbwp.com/install-your-first-custom-style-in-phpbb3/</link>
		<comments>http://www.phpbbwp.com/install-your-first-custom-style-in-phpbb3/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:25:45 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[PhpBB customizations]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=66</guid>
		<description><![CDATA[Its really a desire for new web entrepreneur to experiment with new things. Here when you have implemented a new forum, you always want to install new styles. Being new with all these things its a big question, how to install and where to look?
Where to look for new styles?
This is the first question with [...]]]></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%2Finstall-your-first-custom-style-in-phpbb3%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Finstall-your-first-custom-style-in-phpbb3%2F" height="61" width="51" /></a></div><p align="left">Its really a desire for new web entrepreneur to experiment with new things. Here when you have implemented a new <a href="http://phpbbwp.com/forum" target="_blank">forum</a>, you always want to install new styles. Being new with all these things its a big question, how to install and where to look?</p>
<h2>Where to look for new styles?</h2>
<p align="left">This is the first question with new users, where to look for fresh styles. Their are lot of sites that provides free styles for phpbb3, but the best place is <a href="http://www.phpbb.com/styles/db/" target="_blank">phpbb’s officially validated styles.</a> All the themes posted their are mostly contributed by the <a href="http://www.phpbb.com/" target="_blank">phpbb</a> developers and the themes are regularly updated as soon as a new version of phpbb is released.</p>
<p align="left">I personally use and recommends  <a href="http://stsotware.biz " target="_blank">Stsotware.biz</a> styles designed by Vjacheslav Trushkin, they provide great styles and support.</p>
<h2>How to install new styles?</h2>
<p align="left">New style could be stepped in two easy steps, upload style to server and install from the admin panel.</p>
<h3>Upload style files on server:</h3>
<p align="left">There are various ways of uploading file to the server. It could be done through FTP client (FileZilla) and even through the web control panel (Cpanel). This post focuses on file upload through Cpanel.</p>
<ol>
<li>
<div>Login into your Cpanel</div>
</li>
<li>
<div>Open file manager, and go the style folder on the panel <strong><em>/public_html/phpbbwp/forum/styles</em></strong></div>
</li>
<li>
<div>Now upload the zip file (here ca_vantage.zip) that contains the style file that you want to install.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/upload.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="upload" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/upload_thumb.png" border="0" alt="upload" width="165" height="52" /></a></div>
</li>
<li>
<div>After uploading, reload the current page.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/clickreload.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="click reload" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/clickreload_thumb.png" border="0" alt="click reload" width="517" height="29" /></a></div>
</li>
<li>
<div>Select the zip file and click on extract.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/extractonserver.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="extract-on-server" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/extractonserver_thumb.png" border="0" alt="extract-on-server" width="532" height="222" /></a></div>
</li>
<li>
<div>The work on server is complete, now move to the admin control panel of forum.</div>
</li>
</ol>
<h3>Install Style from ACP forum:</h3>
<ol>
<li>
<div>Login into ACP (Administrator Control Panel)</div>
</li>
<li>
<div>Select the Style Tab from the top, and choose the style you want to install.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/loginandinstallstyle.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="login-and-install-style" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/loginandinstallstyle_thumb.png" border="0" alt="login-and-install-style" width="548" height="55" /></a></div>
</li>
<li>
<div>Now make the choice for default theme and activation on next screen.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/makedefaultstyle.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="make-default-style" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/makedefaultstyle_thumb.png" border="0" alt="make-default-style" width="534" height="140" /></a></div>
</li>
<li>
<div>Screen shot and link of the <a href="http://www.phpbbwp.com/forum/index.php?style=2" target="_blank">new theme</a> (new users should register and login to observe the theme and features)<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/12/screenshotofthenewtheme.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="screenshotof the new theme" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/screenshotofthenewtheme_thumb.png" border="0" alt="screenshotof the new theme" width="531" height="249" /></a><br />
Those who like this style can download it from <a href="http://www.stsoftware.biz/phpbb30_style.ca_vintage.html" target="_blank"><strong>here</strong></a>.</div>
</li>
</ol>
<p align="left">This is how we can do the file upload on server through the Cpanel. Hopefully this will help you with the installation. If you have any problem with it, just leave a comment for support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/install-your-first-custom-style-in-phpbb3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Optimize your Phpbb footer</title>
		<link>http://www.phpbbwp.com/optimize-your-phpbb-footer/</link>
		<comments>http://www.phpbbwp.com/optimize-your-phpbb-footer/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 10:34:30 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Customizations]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[PhpBB customizations]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=45</guid>
		<description><![CDATA[The footer of PhpBB could be optimized greatly specially in the case of being hosted on an Blue Host hosting which have simple scripts to manage the installation for you. But this post gives you the potential of customizing your footer for popup and popunder ads also.
Manage footer Affiliate
In the default installation of the phpbb [...]]]></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%2Foptimize-your-phpbb-footer%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Foptimize-your-phpbb-footer%2F" height="61" width="51" /></a></div><p><img class="alignleft size-full wp-image-50" title="host_bluehost_simple_scripts" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/host_bluehost_simple_scripts.gif" alt="host_bluehost_simple_scripts" width="128" height="61" />The footer of PhpBB could be optimized greatly specially in the case of being hosted on an Blue Host hosting which have <a href="http://www.phpbbwp.com/setup-a-phpbb-forum-from-bluehost-account/">simple scripts to manage the installation</a> for you. But this post gives you the potential of customizing your footer for popup and popunder ads also.</p>
<h2>Manage footer Affiliate</h2>
<p>In the default installation of the phpbb forum through blue hosts simple scripts software, a footer credit not is being attached on every page. Well this link should be attached their to give them credit for the installation. But better way is to get it replaced by an affiliate link of <a href="http://www.bluehost.com/track/colorsofnet" target="_blank">bluehost</a>. And i recommend to highlight it in bold to make it attractive to the users.</p>
<p>Lets proceed to the modification and the steps to be carried out to do so.</p>
<ol>
<li>Login into the <strong>admin panel</strong> of the forum.</li>
<li>Select the <strong>style tab</strong>&gt;&gt; templates&gt;&gt; click <strong>edit</strong> on selected style (here i have choosen prosilver)<img class="aligncenter size-full wp-image-47" title="select template" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/select-template.JPG" alt="select template" width="518" height="110" /></li>
<li>Select <strong>overall_footer.html</strong> from the dropdown file selection. In the editing frame look for the<em><strong> div</strong></em> highlighted in the image.<br />
<img class="aligncenter size-full wp-image-48" title="change the url" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/change-the-url.JPG" alt="change the url" width="681" height="153" /></li>
<li>In that particular class you can look for the codes that you want to edit and replace them with the new one and even add new things.
<p>I have replaced <em><strong><span style="font-family: Arial; font-size: x-small;">&lt;a href=&#8221;<a href="http://www.bluehost.com/">http://www.bluehost.com</a>&#8221; title=&#8221;web  hosting&#8221;&gt;web hosting&lt;/a&gt; </span></strong></em><span style="font-family: Arial; font-size: x-small;">with </span></li>
<h2><em><strong><span style="font-family: Arial; font-size: x-small;">&lt;b&gt;&lt;a href=&#8221;<a href="http://www.bluehost.com/track/colorsofnet">http://www.bluehost.com/track/colorsofnet</a>&#8221;  title=&#8221;web hosting&#8221;&gt;web hosting&lt;/a&gt;&lt;/b&gt;<br />
</span></strong></em></h2>
</ol>
<p>This is the image of old footer</p>
<p><img class="aligncenter size-full wp-image-46" title="monitize-phpbb-footer" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/monitize-phpbb-footer.JPG" alt="monitize-phpbb-footer" width="512" height="26" />This is the image of new footer</p>
<p><img class="aligncenter size-full wp-image-49" title="new footer" src="http://www.phpbbwp.com/wp-content/uploads/2009/12/new-footer.JPG" alt="new footer" width="491" height="18" /></p>
<h2>Adding Pop Up and Pop Under ads</h2>
<p>The best place to add pop up and pop under ads in an phpbb forum is its footer, since it loads in the last when the entire page is loaded. The code can be added before the following lines.</p>
<blockquote><p>&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<p>And if you have any problem with the parsing of your ad code, you could comment for help over here. We will help you get it parsed on your phpbb forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/optimize-your-phpbb-footer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Basic configuration over a new Installation of PhpBB forum</title>
		<link>http://www.phpbbwp.com/basic-configuration-over-a-new-installation-of-phpbb-forum/</link>
		<comments>http://www.phpbbwp.com/basic-configuration-over-a-new-installation-of-phpbb-forum/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:44:41 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Fresh]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[PhpBB customizations]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=43</guid>
		<description><![CDATA[We have installed a new PhpBB forum for the blog, and we have covered the Setup of PhpBB forum from BlueHost account in our last post. Agenda of this post is to cover the things that a new user needs to perform over a newly installed forum.
Change the Username, Email and Password
When you first login [...]]]></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%2Fbasic-configuration-over-a-new-installation-of-phpbb-forum%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fbasic-configuration-over-a-new-installation-of-phpbb-forum%2F" height="61" width="51" /></a></div><p align="left">We have installed a new <a href="http://www.phpbb.com/" target="_blank">PhpBB</a> <a href="http://phpbbwp.com/forum" target="_blank">forum</a> for the blog, and we have covered the <a href="http://www.phpbbwp.com/setup-a-phpbb-forum-from-bluehost-account/" target="_blank">Setup of PhpBB forum from BlueHost account</a> in our last post. Agenda of this post is to cover the things that a new user needs to perform over a newly installed forum.</p>
<h2>Change the Username, Email and Password</h2>
<p align="left">When you first login into your forum, you should change the default username (admin) and password.</p>
<p align="left">In the administration panel from the general tab&gt;&gt; Quick access &gt;&gt; Manage users<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/quickacess.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="quick-acess" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/quickacess_thumb.jpg" border="0" alt="quick-acess" width="110" height="176" /></a></p>
<p align="left">In the select user page, enter <strong><em>admin</em></strong> as the member to be searched.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/selectuser.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="select-user" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/selectuser_thumb.jpg" border="0" alt="select-user" width="587" height="77" /></a></p>
<p align="left">Now you are on the overview page of the <strong><em>admin</em></strong> user, all the changes highlighted in red squares (username, email and Password) need to be made.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/overviewchanges.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="overview-changes" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/overviewchanges_thumb.jpg" border="0" alt="overview-changes" width="591" height="290" /></a></p>
<p align="left"><strong>Remember:</strong> When these changes are submitted you will automatically be logged out, now login again with the new username and password.</p>
<h2>Board Configuration</h2>
<p align="left">
<p>After the Authentication changes, we are now moving to the Board configuration. From the general tab&gt;&gt; Board configuration&gt;&gt; select Board settings<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/boardsettings.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="board-settings" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/boardsettings_thumb.jpg" border="0" alt="board-settings" width="152" height="78" /></a></p>
<p>Here you can determine the basic operation of your board, give it a fitting name and description, and among other settings adjust the default values for time zone and language.<br />
<a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/boardsettingsdetails.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="board-settings-details" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/boardsettingsdetails_thumb.jpg" border="0" alt="board-settings-details" width="614" height="287" /></a></p>
<p>These are some of the basic settings that need to be implemented at the earliest on a newly installed forum. And note that most of the settings are covered in the general tab itself.</p>
<p>If you want a Twitter “Follow” badge on your forum check our post on <a href="http://www.phpbbwp.com/floating-twitter-follow-badge-on-phpbb-forum/">Floating Twitter “Follow” Badge on PhpBB Forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/basic-configuration-over-a-new-installation-of-phpbb-forum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup a PhpBB forum from BlueHost account</title>
		<link>http://www.phpbbwp.com/setup-a-phpbb-forum-from-bluehost-account/</link>
		<comments>http://www.phpbbwp.com/setup-a-phpbb-forum-from-bluehost-account/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 18:15:01 +0000</pubDate>
		<dc:creator>phpbbwp</dc:creator>
				<category><![CDATA[Fresh]]></category>
		<category><![CDATA[PhpBB]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://www.phpbbwp.com/?p=31</guid>
		<description><![CDATA[I am a user of BlueHost webhosting for almost a year now, and i am very much satisfied with their services. This time i decided to use their inbuilt software/services for implementing the Phpbb forum. Their were two software choices available for implementing the forum, one was the simple scripts and the other one Fantastico [...]]]></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%2Fsetup-a-phpbb-forum-from-bluehost-account%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fsetup-a-phpbb-forum-from-bluehost-account%2F" height="61" width="51" /></a></div><p align="left">I am a user of <a href="http://www.bluehost.com/track/colorsofnet" target="_blank">BlueHost</a> webhosting for almost a year now, and i am very much satisfied with their services. This time i decided to use their inbuilt software/services for implementing the <a href="http://www.phpbb.com/" target="_blank">Phpbb</a> forum. Their were two software choices available for implementing the forum, one was the simple scripts and the other one Fantastico De Luxe. I preferred Simple Scripts for the implementation as their are lot of reasons for choosing them, we will discuss about that later.</p>
<h2>Installation of PhpBB Forum</h2>
<p align="left">I will be covering the installation step by step to make it easy for others to implement.</p>
<p align="left"><strong>Step 1:</strong> Login into your control panel.</p>
<p align="left"><strong>Step 2:</strong> Go to Software/Services, and open simple scripts. You will be redirected to a simple scripts page.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/selectsoftwareservices.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="select-software-services" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/selectsoftwareservices_thumb.jpg" border="0" alt="select-software-services" width="534" height="167" /></a></p>
<p align="left"><strong>Step 3:</strong> Select PhpBB forum from the available forum choices.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/selectforum.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="select-forum" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/selectforum_thumb.jpg" border="0" alt="select-forum" width="226" height="188" /></a></p>
<p align="left"><strong>Step 4:</strong> Now you will move to installation options, select <strong><em>install</em></strong> for a brand new installation.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/installationoptions.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="installation-options" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/installationoptions_thumb.jpg" border="0" alt="installation-options" width="529" height="99" /></a></p>
<p align="left"><strong>Step 5:</strong> In the installation preferences page, select the stable version of PhpBB. Select the domain for which you want the installation, and select the path (here i have selected forum, if you want it in root than leave it blank). Just enter the path and it will automatically create it over the server, you need not manually go to file manager and create it.</p>
<p align="left"><a href="http://www.phpbbwp.com/wp-content/uploads/2009/11/installationpreference.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="installation-preference" src="http://www.phpbbwp.com/wp-content/uploads/2009/11/installationpreference_thumb.jpg" border="0" alt="installation-preference" width="541" height="300" /></a><br />
Agree to the GPLv2 License agreement, and complete.</p>
<p align="left"><strong>Step 6:</strong> The forum is created and the details are available to you, use those details to login into your forum.</p>
<p align="left">Their are certain changes that needed to be implemented on a new forum, we will be covering that in our upcoming post.</p>
<p align="left">Till than you can try our <a href="http://www.phpbbwp.com/floating-twitter-follow-badge-on-phpbb-forum/">Floating Twitter “Follow” Badge on PhpBB Forum</a> post to implement a twitter badge, just like the one we have on our <a href="http://phpbbwp.com/forum" target="_blank">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpbbwp.com/setup-a-phpbb-forum-from-bluehost-account/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! -->