<?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; Mods</title>
	<atom:link href="http://www.phpbbwp.com/tag/mods/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>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"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.phpbbwp.com%2Fsimplest-mod-to-add-videos-in-phpbb3%2F&amp;source=colorsofnet&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</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>
	</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! -->
