<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035157" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035157</link>
    <description></description>
    <language>en</language>
          <item>
    <title>This may help</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/php-forum-help#comment-1204163</link>
    <description> &lt;p&gt;Try &lt;a href=&quot;http://www.thesitewizard.com&quot; class=&quot;bb-url&quot;&gt;http://www.thesitewizard.com&lt;/a&gt; for script tutorials&lt;br /&gt;
&lt;a href=&quot;http://www.ac-webdesign.net&quot; class=&quot;bb-url&quot;&gt;ac-webdesign.net&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 07:53:03 +0000</pubDate>
 <dc:creator>brikz</dc:creator>
 <guid isPermaLink="false">comment 1204163 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Integrating phpBB into a site</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/php-forum-help#comment-1203955</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;script_master wrote:&lt;/strong&gt; Hello everybody&lt;/p&gt;
&lt;p&gt;I&#039;m rather new to website development but i know lots of HTML script and JavaScript&lt;/p&gt;
&lt;p&gt;I have got the phpbb.com files for a forum but how can i intergrade it into my site?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;By &lt;em&gt;integrate&lt;/em&gt; I am assuming you mean linking in and out from the rest of your site.&lt;/p&gt;
&lt;p&gt;Linking in shouldn&#039;t be too difficult - wherever in your site you want to be able to jump to the phpBB forum, just do something along these lines:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;phpBBforum/index.php&quot; target=&quot;_top&quot;&gt;&lt;br /&gt;
  &lt;img name=&quot;enter_forum&quot; src=&quot;images/buttons/enter_forum.jpg&quot; title=&quot;Script Master Forums&quot; id=&quot;SM_forum&quot; /&gt;&lt;br /&gt;
	 &lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Modify &quot;phpBBforum/index.php&quot; to point to the index.php file for phpBB, wherever you&#039;ve placed it.  And, of course, all this image, title and id stuff should be modified to suit your design.&lt;/p&gt;
&lt;p&gt;Getting phpBB to link back to the rest of your site is a bit more problematic.  The simplest method I know is to modify the &lt;strong&gt;overall_header.tpl&lt;/strong&gt; template file, but you still have to do this for &lt;em&gt;every&lt;/em&gt; template (skin) you make available to your users.&lt;/p&gt;
&lt;p&gt;Look in the &lt;strong&gt;overall_header.tpl&lt;/strong&gt; file for the table structure that defines its title banner and navigation bar.  In the default template, &lt;strong&gt;subSilver&lt;/strong&gt;, it is the last table structure in the file, and within that table you&#039;re looking for these lines:&lt;/p&gt;
&lt;p&gt;{SITENAME}&lt;br /&gt;
{SITE_DESCRIPTION}&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;and change them to:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;      &lt;a href=&quot;../your_site_directory/index.php&quot; title=&quot;Click here to return to the Script Master main site.&quot;&gt;{SITENAME}&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;{SITE_DESCRIPTION}&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This modification causes the SITENAME (the title of your phpBB forum) to become a link back to the other part of your site.  I&#039;ve highlighted where the forum title was changed into a return link.  You can use the phpBB variable SITENAME as the visible text for the link if it suits your design, or put in text as you would any other link.  Just remember it will change the title of your forum page.&lt;/p&gt;
&lt;p&gt;Alternatively, if you follow further into this table structure (beyond the point with the class=&quot;mainmenu&quot; you&#039;ll find the point where you can add your back-link in as a navigation menu item.&lt;/p&gt;
&lt;p&gt;Hope that helps...&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jul 2006 17:21:41 +0000</pubDate>
 <dc:creator>RangerLord</dc:creator>
 <guid isPermaLink="false">comment 1203955 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
