<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Creating a page with the forum header and footer and you own content]]></title>
		<link>https://punbb.informer.com/forums/topic/25463/creating-a-page-with-the-forum-header-and-footer-and-you-own-content/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/25463/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Creating a page with the forum header and footer and you own content.]]></description>
		<lastBuildDate>Thu, 15 Nov 2012 08:19:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/147083/#p147083</link>
			<description><![CDATA[<p><a href="http://punbb.informer.com/forums/topic/25538/howto-creating-blank-page-in-punbb/">http://punbb.informer.com/forums/topic/ … -in-punbb/</a></p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Thu, 15 Nov 2012 08:19:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147083/#p147083</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/147074/#p147074</link>
			<description><![CDATA[<p>creating a new page with same header and footer.</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Wed, 14 Nov 2012 17:36:01 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147074/#p147074</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/147072/#p147072</link>
			<description><![CDATA[<p>what exactly are you looking for, creating pages or the navlinks stuff.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Wed, 14 Nov 2012 12:08:53 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147072/#p147072</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/147069/#p147069</link>
			<description><![CDATA[<p>any update on this?</p>]]></description>
			<author><![CDATA[null@example.com (otf)]]></author>
			<pubDate>Wed, 14 Nov 2012 10:40:55 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/147069/#p147069</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146526/#p146526</link>
			<description><![CDATA[<p>ok after 2 hrs of research and codeheadace. i finally managed to create a php code.</p><div class="codebox"><pre><code>&lt;?php

    define(&#039;FORUM_ROOT&#039;, &#039;../../&#039;); // Point to the forum directiry
    define(&#039;FORUM_PAGE&#039;, &#039;formation_creator&#039;);
    require FORUM_ROOT.&#039;include/common.php&#039;;

    $forum_hooks[&#039;hd_main_elements&#039;][] = &#039;unset($main_elements[\&#039;&lt;!-- forum_crumbs_top --&gt;\&#039;]); unset($main_elements[\&#039;&lt;!-- forum_crumbs_end --&gt;\&#039;]);&#039;;

    // Setup breadcrumbs
    $forum_page[&#039;crumbs&#039;] = array(
    array($forum_config[&#039;o_board_title&#039;], forum_link($forum_url[&#039;index&#039;])),
    &#039;Formation Creator&#039; // Set up your page title here
    );

    require FORUM_ROOT.&#039;header.php&#039;;

    // START SUBST - &lt;!-- forum_main --&gt;
    ob_start();

?&gt;

    &lt;div id=&quot;brd-main&quot;&gt;
        &lt;h1 class=&quot;main-title&quot;&gt;Formation Creator&lt;/h1&gt;

        &lt;div id=&quot;brd-crumbs-top&quot; class=&quot;crumbs&quot;&gt;
    &lt;p&gt;&lt;span class=&quot;crumb crumbfirst&quot;&gt;&lt;a href=&quot;http://myfootballcafe.com/&quot;&gt;MyFootballCafe.com&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;crumb crumblast&quot;&gt;&lt;span&gt; &amp;rarr;&amp;#160;&lt;/span&gt;Formation Creator&lt;/span&gt; &lt;/p&gt;
&lt;/div&gt;
        
        
        &lt;div class=&quot;main-head&quot;&gt;
        &lt;h2 class=&quot;hn&quot;&gt;&lt;span&gt;Formation Creator&lt;/span&gt;&lt;/h2&gt;
    &lt;/div&gt;

    &lt;div class=&quot;main-content main-frm&quot;&gt;
&lt;div style=&quot;padding:15px;&quot;&gt;
&lt;object width=&quot;100%&quot; height=&quot;500px&quot;&gt;
    &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;
    &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
    &lt;param name=&#039;flashVars&#039; value=&quot;send=Draw+this+11&amp;tipText=Click+to+edit&amp;open=open&amp;save=save&amp;saveAs=save+as&amp;add=add&amp;remove=remove&amp;changeShirt=change+shirt&amp;player=player&amp;fileNameLabel=Team+name&quot;&gt;

    &lt;embed src=&quot;http://this11.com/files/board4.swf&quot; AllowScriptAccess=&quot;always&quot; width=&quot;100%&quot; height=&quot;500px&quot; wmode=&quot;transparent&quot; flashVars=&quot;send=Draw+this+11&amp;tipText=Click+to+edit&amp;open=open&amp;save=save&amp;saveAs=save+as&amp;add=add&amp;remove=remove&amp;changeShirt=change+shirt&amp;player=player&amp;fileNameLabel=Team+name&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/div&gt;
    &lt;/div&gt;
        
        &lt;div id=&quot;brd-crumbs-end&quot; class=&quot;crumbs&quot;&gt;
    &lt;p&gt;&lt;span class=&quot;crumb crumbfirst&quot;&gt;&lt;a href=&quot;http://myfootballcafe.com/&quot;&gt;MyFootballCafe.com&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;crumb crumblast&quot;&gt;&lt;span&gt; &amp;rarr;&amp;#160;&lt;/span&gt;Formation Creator&lt;/span&gt; &lt;/p&gt;
&lt;/div&gt;
    &lt;/div&gt;

&lt;?php

    $tpl_temp = trim(ob_get_contents());
    $tpl_main = str_replace(&#039;&lt;!-- forum_main --&gt;&#039;, $tpl_temp, $tpl_main);
    ob_end_clean();
    // END SUBST - &lt;!-- forum_main --&gt;

    // Uncomment this if you don&#039;t want the footer
    //$tpl_main = preg_replace(&#039;#&lt;div id=&quot;brd-about&quot; class=&quot;gen-content&quot;&gt;.*?&lt;/div&gt;#us&#039;, &#039;&#039;, $tpl_main);

    require FORUM_ROOT.&#039;footer.php&#039;;</code></pre></div><p>the problem is that i also added this page in the navlinks. now when i open the page, the navlink doesnt show its open.</p><p>i am talking about the isactive class. how do i add that rule to it that when that page is open, add the isactive to the page.</p><div class="codebox"><pre><code>&lt;li id=&quot;navrules&quot; class=&quot;isactive&quot;&gt;&lt;a href=&quot;http://www.myfootballcafe.com/rules/&quot;&gt;Rules&lt;/a&gt;&lt;/li&gt;</code></pre></div><p>anyone have a clue.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Sat, 29 Sep 2012 18:16:19 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146526/#p146526</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146504/#p146504</link>
			<description><![CDATA[<p>Extension, you dont really need to rewrite the whole thing, this portal by daris extension has it in it, and i think it working, but it has all the other stuff that i dont want: <a href="http://punbb.wiiem.pl/download_extensions/?f=portal_by_daris_2.4.3.zip">http://punbb.wiiem.pl/download_extensio … _2.4.3.zip</a></p><p>You just need to dissect the code and release a separate ext.</p><p>Though thanks alot for this.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Tue, 25 Sep 2012 21:41:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146504/#p146504</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146503/#p146503</link>
			<description><![CDATA[<p>If I have time, I will develop an extensions which add this feature.</p>]]></description>
			<author><![CDATA[null@example.com (Trace)]]></author>
			<pubDate>Tue, 25 Sep 2012 19:00:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146503/#p146503</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146481/#p146481</link>
			<description><![CDATA[<div class="quotebox"><cite>SuperMAG wrote:</cite><blockquote><p>To any admin/mod.</p><p>Can i have the php file of the extensions page. i want to dissect its content and replace it with mine and then use it.</p></blockquote></div><p>Bump! anyone, this place is totally dead, barley any bug/extension support, even the development on the core punbb is totally dead. the fork of fluxbb was the worst thing that happened to punbb. The devs and users have been separated into 2 places, both are almost equally dead, at least they devs who are working on new stuff.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Sun, 23 Sep 2012 14:30:14 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146481/#p146481</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146406/#p146406</link>
			<description><![CDATA[<p>This would be useful....would be nice to use the space on the right header...for listing topics or subject matter link....</p>]]></description>
			<author><![CDATA[null@example.com (bwdeen)]]></author>
			<pubDate>Mon, 17 Sep 2012 12:49:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146406/#p146406</guid>
		</item>
		<item>
			<title><![CDATA[Re: Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146396/#p146396</link>
			<description><![CDATA[<p>To any admin/mod.</p><p>Can i have the php file of the extensions page. i want to dissect its content and replace it with mine and then use it.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Sat, 15 Sep 2012 17:38:28 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146396/#p146396</guid>
		</item>
		<item>
			<title><![CDATA[Creating a page with the forum header and footer and you own content]]></title>
			<link>https://punbb.informer.com/forums/post/146393/#p146393</link>
			<description><![CDATA[<p>I want to create pages. Daris portal used to have this, but unfortunatily it is not supported anymore and doesnt work with 1.4.</p><p>I want the page to have the top menu, with all the correct links like login, register, profile etc. And then the content in the middle and footer at the bottom.</p><p>i am willing to do this manually without extension, since i am creating few number of pages. i think this can be done by creating a php page with some php line to load the css, menu, footer etc. unfortunatily i am not a coder to i have no idea what to write.</p>]]></description>
			<author><![CDATA[null@example.com (SuperMAG)]]></author>
			<pubDate>Thu, 13 Sep 2012 16:59:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/146393/#p146393</guid>
		</item>
	</channel>
</rss>
