<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Template: Global Business</title>
        <description> Just playing around with a template based on the standard lightweight.

I&amp;#039;ll make some improvements over time. Feedback welcome.</description>
        <link>https://www.phorum.org/support/read.php?63,155469,155469#msg-155469</link>
        <lastBuildDate>Wed, 09 Sep 2026 17:02:24 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,156123#msg-156123</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,156123#msg-156123</link>
            <description><![CDATA[ I split part of the thread.<br />
<br />
Joe &quot;rchecka&quot; wrote:<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>rchecka</strong><br />
Ok, after many trials and tribulations, I have finally been able to make this template work on all fronts. I am slowly but surely figuring this stuff out! Turns out you can declare the css file in the header and that is what I did along with adjusting the css file in the forum directory.<br />
<br />
Anyways, here&#039;s what it looks like. I&#039;m thinking it turned out pretty nice. I even made a few helpful HTML help pages that I linked to in the top which hopefully will make BB-Code easier for my non technical members. </div></blockquote>
<br />
The following discussion about how to build a static page with template style is found <a href="http://www.phorum.org/phorum5/read.php?61,156057" target="_blank" >here</a>.]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 25 Sep 2015 02:33:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,156113#msg-156113</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,156113#msg-156113</link>
            <description><![CDATA[ Scott, I appreciate you sticking with me on this but it&#039;s not worth it any more.  The html pages on my site are functioning just fine, the header and footer are working without the include statement, and I just can&#039;t justify spending another day after today for something this minor.  <br />
<br />
FYI, that static pages module doesn&#039;t work.  You can edit the sample page and it doesn&#039;t show you your changes.  You can create a new page that doesn&#039;t work it bombs out.  I dug thru all that code and because it&#039;s module code it&#039;s not the same as the simple php with html that I&#039;m trying to accomplish.<br />
<br />
Also, adding include_once( &quot;./common.php&quot; ); says &quot;cannot modify the header&quot; and I&#039;ve tried digging around for the code in the other locations you provided without any luck.  I know others probably know the way to do this but I guess I don&#039;t know the secret handshake because I get answers like &quot;Oh maybe you should look at emerald, to understand the software better, there&#039;s only 100 files in there so figure it out.&quot;  I don&#039;t have time to understand all the ins and outs of this old-ass software, all I want is a simple static page that calls the header and that&#039;s apparently not gonna happen unless I know the secret handshake.  <br />
<br />
It should be easy to accomplish this, but the documentation on how phorum calls the header or footer isn&#039;t in the developer pages which I read 5x.  <b>That developer pages documentation is, I&#039;ll just say it, horrible.</b>  It&#039;s like one sentence per page of useless info that reads like a stereo manual written for a guy who builds stereos for a living.  It is not even remotely helpful and frankly I think it&#039;s archaic looking and should be scrapped for documentation that actually goes through the logical flow of the programming with examples of how to make something that actually matters.  Something as simple as phorum starts with this file and moves to this file next and so on would be helpful but you are expected to just guess or go thru all the code to find out and that&#039;s ridiculous.  I got more of that php to work on external sources than I did from that documentation, so what does that tell you.<br />
<br />
But as for you, I appreciate all the help you offered around here, you are an asset to this place.  Thanks again.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 18 Sep 2015 16:12:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,156100#msg-156100</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,156100#msg-156100</link>
            <description><![CDATA[ If you wish to add &quot;stuff&quot; that is imported automatically in Phorum, you need to ...<br />
This is from     index. p h p   this is where you land in Phorum if your URL doesn&#039;t name some specific page.<br />
<br />
[code=&quot;php&quot;]<br />
&lt;?php<br />
<br />
// name your page, then replace &#039;index&#039; with the page name, if you don&#039;t it may not work (see also read.php)  //<br />
define(&#039;phorum_page&#039;,&#039;index&#039;);<br />
<br />
include_once( &quot;./common.php&quot; );<br />
<br />
include_once( &quot;./include/format_functions.php&quot; );<br />
[/code]<br />
... and then locate where and how the template (in common. p h p) and css are called and duplicate it.<br />
<br />
<br />
Did you look at  <a href="http://www.phorum.org/phorum5/read.php?62,139196,139196#msg-139196" target="_blank" >Module: Static Pages</a>    ?     And yes there is a learning curve here also.  It may simplify your life, or make it more complicated. No I have not tried this module.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 17 Sep 2015 18:29:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,156099#msg-156099</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,156099#msg-156099</link>
            <description><![CDATA[ Ok, <a href="http://cratedigging.co/contact.php" target="_blank"  rel="nofollow">here is what I got so far</a>, you can see it&#039;s functioning without the search bar, the breadcrumbs or the log in and log out options.<br />
<br />
The ONLY reason it is working is because I took the code that does function from the header and pasted it directly in the page before the body starts.  I obviously don&#039;t want to do that, I just want to call the header so it will just do it&#039;s thing.<br />
<br />
Likewise I pasted functioning footer code directly on that page and likewise I&#039;d rather just call it with the proper command.<br />
<br />
Here is the code I am using right now for this...<br />
<br />
[code=&quot;php&quot;]<br />
&lt;?php<br />
if ($PHORUM[&#039;DATA&#039;][&#039;CHARSET&#039;]) {<br />
    header(&quot;Content-Type: text/html; charset=&quot;.htmlspecialchars($PHORUM[&#039;DATA&#039;][&#039;CHARSET&#039;]));<br />
    echo &#039;&lt;?xml version=&quot;1.0&quot; encoding=&quot;&#039;.$PHORUM[&#039;DATA&#039;][&#039;CHARSET&#039;].&#039;&quot;?&gt;&#039;;<br />
} else {<br />
    echo &#039;&lt;?xml version=&quot;1.0&quot; ?&gt;&#039;;<br />
}<br />
?&gt;<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;DTD/xhtml1-transitional.dtd&quot;&gt;<br />
<br />
&lt;!-- START TEMPLATE header.tpl --&gt;<br />
&lt;html xmlns=&quot;[<a href="http://www.w3.org/1999/xhtml&quot" target="_blank"  rel="nofollow">www.w3.org</a>]; xml:lang=&quot;{LOCALE}&quot; lang=&quot;{LOCALE}&quot;&gt;<br />
<br />
&lt;head&gt;<br />
<br />
&lt;title&gt;&lt;?php { HTML_TITLE; }?&gt;&lt;/title&gt; <br />
<br />
 &lt;?php { LANG_META; }?&gt;<br />
<br />
&lt;!-- if(PRINTVIEW){<br />
&#039;&lt;meta name=&quot;robots&quot; content=&quot;NOINDEX,NOFOLLOW&quot; /&gt;&#039;;<br />
} else {<br />
    &#039;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{ URL-&gt;CSS; }&quot; media=&quot;screen&quot; /&gt;&#039;;<br />
    &#039;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{ URL-&gt;CSS_PRINT; }&quot; media=&quot;print&quot; /&gt;&#039;;<br />
	&#039;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{ template_url; }/global_style_alt.css&quot; /&gt;&#039;;<br />
}?&gt;<br />
--&gt;<br />
<br />
<br />
&lt;LINK rel=&quot;stylesheet&quot; href=&quot;[<a href="http://cratedigging.co/templates/global/global_style_alt.css&quot;&gt" target="_blank"  rel="nofollow">cratedigging.co</a>];<br />
<br />
<br />
<br />
<br />
	<br />
	<br />
	<br />
 &lt;?php	{ HEAD_TAGS; }?&gt;<br />
<br />
<br />
<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
<br />
<br />
&lt;body onload=&quot;{IF FOCUS_TO_ID}var focuselt=document.getElementById(&#039;{FOCUS_TO_ID}&#039;); if (focuselt) focuselt.focus();{/IF}&quot;&gt;<br />
<br />
&lt;div id=&quot;templatemo_site_title_bar_wrapper&quot;&gt;<br />
	&lt;div id=&quot;templatemo_site_title_bar&quot;&gt;<br />
    <br />
    	&lt;div id=&quot;site_title&quot;&gt;<br />
            &lt;h1&gt;&lt;a href=&quot;/&quot;&gt;<br />
                &lt;!-- Cratedigging Cooperative &lt;span&gt;crate digging&lt;/span&gt; --&gt;<br />
                	<br />
                &lt;span&gt;The Cratedigging Co-Op&lt;/span&gt;<br />
            &lt;/a&gt;&lt;/h1&gt;<br />
        &lt;/div&gt;<br />
        <br />
        &lt;ul class=&quot;social_network&quot;&gt;<br />
	<br />
		&lt;img border=&quot;0&quot; align=&quot;center&quot; &lt;li&gt;&lt;a href=&quot;[<a href="http://instagram.com/cratedigging.co&quot;&gt;&lt;img" target="_blank"  rel="nofollow">instagram.com</a>] src=&quot;/templates/global/images/CDC-Instagram-sm.png&quot; alt=&quot;Instagram&quot; /&gt;&lt;/a&gt;&lt;/li&gt; <br />
			<br />
        &lt;/ul&gt;<br />
    <br />
    &lt;/div&gt; &lt;!-- end of templatemo_site_title_bar --&gt;<br />
<br />
&lt;/div&gt; &lt;!-- end of templatemo_site_title_bar_wrapper --&gt;<br />
<br />
&lt;div id=&quot;templatemo_banner_wrapper&quot;&gt;<br />
	<br />
    &lt;div id=&quot;templatemo_banner&quot;&gt;<br />
    <br />
    	&lt;div id=&quot;banner_content&quot;&gt;<br />
    <br />
&lt;img border=&quot;0&quot; hspace=&quot;&quot; align=&quot;center&quot; src=&quot;/templates/global/images/CDC-Logo-Main.png&quot; alt=&quot;&quot; title=&quot;&quot; style=&quot;HEIGHT: 196px; BORDER-TOP-COLOR: ; WIDTH: 699px; BORDER-LEFT-COLOR: ; BORDER-BOTTOM-COLOR: ; BORDER-RIGHT-COLOR:&quot;&gt;<br />
            <br />
		&lt;/div&gt;<br />
        <br />
        <br />
    &lt;/div&gt; &lt;!-- end of templatemo_banner --&gt;<br />
<br />
&lt;/div&gt; &lt;!-- end of templatemo_banner_wrapper --&gt;<br />
<br />
<br />
&lt;div id=&quot;templatemo_menu_wrapper&quot;&gt;<br />
<br />
	&lt;div id=&quot;templatemo_menu&quot;&gt;<br />
    	&lt;ul&gt;            &lt;li&gt;&lt;a href=&quot;[<a href="http://cratedigging.co&quot;&gt;&lt;span&gt;&lt;/span&gt;Forums&lt;/a&gt;&lt;/li&gt" target="_blank"  rel="nofollow">cratedigging.co&quot;&gt;&lt;span&gt;&lt;</a>];            &lt;li&gt;&lt;a href=&quot;[<a href="http://cratedigging.co/mission.htm&quot;&gt;&lt;span&gt;&lt;/span&gt;Mission&lt;/a&gt;&lt;/li&gt" target="_blank"  rel="nofollow">cratedigging.co</a>];            &lt;li&gt;&lt;a href=&quot;[<a href="http://cratedigging.co/formatting-help.htm&quot;&gt;&lt;span&gt;&lt;/span&gt;Formatting" target="_blank"  rel="nofollow">cratedigging.co</a>] Help&lt;/a&gt;&lt;/li&gt;            &lt;li&gt;&lt;a href=&quot;[<a href="http://cratedigging.co/FAQs.htm&quot;&gt;&lt;span&gt;&lt;/span&gt;FAQs&lt;/a&gt;&lt;/li&gt" target="_blank"  rel="nofollow">cratedigging.co</a>];            &lt;li&gt;&lt;a href=&quot;[<a href="http://cratedigging.co/contact.htm&quot;&gt;&lt;span&gt;&lt;/span&gt;Contact&lt;/a&gt;&lt;/li&gt" target="_blank"  rel="nofollow">cratedigging.co</a>];        &lt;/ul&gt; <br />
  	<br />
    <br />
    &lt;/div&gt; &lt;!-- end of templatemo_menu --&gt;<br />
<br />
&lt;/div&gt; &lt;!-- end of templatemo_menu_wrapper --&gt;<br />
<br />
&lt;div id=&quot;templatemo_content&quot;&gt;<br />
<br />
&lt;body onload=&quot;{IF FOCUS_TO_ID}var focuselt=document.getElementById(&#039;{FOCUS_TO_ID}&#039;); if (focuselt) focuselt.focus();{/IF}&quot;&gt;<br />
<br />
&lt;div id=&quot;phorum&quot;&gt;<br />
<br />
 &lt;div id=&quot;user-info&quot; class=&quot;{IF LOGGEDIN}logged-in{ELSE}logged-out{/IF}&quot;&gt;<br />
<br />
 <br />
<br />
<br />
&lt;/div&gt;<br />
<br />
<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
<br />
&lt;!-- Put Body of Work HERE  --&gt;<br />
<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
<br />
&lt;h1 align=&quot;center&quot;&gt;Contact Us&lt;/h1&gt;<br />
<br />
&lt;p&gt;The Cratedigging Cooperative is the brainchild of long-time friends rchecka and Uptownkid.&amp;nbsp; The CDC is<br />
maintained and upgraded by rchecka.&lt;/p&gt;<br />
<br />
&lt;p&gt;&lt;strong&gt;rchecka:&lt;/strong&gt; moderator and webmaster&amp;nbsp;&lt;/p&gt;<br />
<br />
&lt;p&gt;&lt;strong&gt;Uptownkid:&lt;/strong&gt; moderator&lt;/p&gt;<br />
<br />
&lt;h2 align=&quot;center&quot;&gt;Please PM if Possible&lt;/h2&gt;<br />
<br />
&lt;p align=&quot;center&quot;&gt;&lt;img title=&quot;&quot;<br />
     border=&quot;0&quot;<br />
     alt=&quot;&quot;<br />
     src=&quot;[<a href="http://cratedigging.co/templates/global/images/PM-first.jpg&quot;&gt;&lt;/p&gt" target="_blank"  rel="nofollow">cratedigging.co</a>];<br />
<br />
&lt;p&gt;&lt;br&gt;<br />
&lt;strong&gt;To communicate with the moderators and\or webmaster&amp;nbsp;we prefer PMs verses<br />
emails.&lt;/strong&gt;&amp;nbsp;&amp;nbsp;Either PM rchecka or Uptownkid if you need to discuss anything on your mind.&lt;/p&gt;<br />
<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
<br />
&lt;h2 align=&quot;center&quot;&gt;&amp;nbsp;If all else fails...&lt;/h2&gt;<br />
<br />
&lt;p align=&quot;center&quot;&gt;&lt;img title=&quot;&quot;<br />
     border=&quot;0&quot;<br />
     alt=&quot;&quot;<br />
     src=&quot;[<a href="http://cratedigging.co/templates/global/images/email2.jpg&quot;&gt;&lt;/p&gt" target="_blank"  rel="nofollow">cratedigging.co</a>];<br />
<br />
&lt;p&gt;&lt;strong&gt;For non members with Cratedigging.co questions, or new users having difficulty signing<br />
up...&lt;/strong&gt;&lt;/p&gt;<br />
<br />
<br />
<br />
&lt;p&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;strong&gt;For general feedback or inquiries:&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;<br />
<br />
<br />
<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
<br />
<br />
<br />
<br />
&lt;!-- thru here --&gt;<br />
<br />
&lt;/script&gt;&lt;div class=&quot;paging&quot;&gt;<br />
&amp;nbsp;<br />
&lt;/div&gt;&lt;/div&gt;<br />
    	&lt;div class=&quot;cleaner&quot;&gt;&lt;/div&gt;<br />
    &lt;/div&gt;<br />
<br />
 &lt;!-- end of templatemo_content --&gt;<br />
&lt;div id=&quot;templatemo_content_bottom&quot;&gt;&lt;/div&gt;<br />
<br />
&lt;div id=&quot;templatemo_footer&quot;&gt;<br />
  <br />
<br />
    <br />
               Copyright 2015 &lt;a href=&quot;&quot;&gt;Cratedigging Cooperative&lt;/a&gt;. Driven by &lt;a href=&quot;[<a href="http://www.phorum.org/&quot;&gt;Phorum&lt;/a&gt" target="_blank" >www.phorum.org</a>];. Template by osDesk. <br />
&lt;/div&gt;<br />
&lt;br /&gt;&lt;br /&gt;<br />
	  <br />
	<br />
  <br />
	  <br />
	  <br />
    &lt;/div&gt;<br />
<br />
<br />
<br />
  <br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
&lt;!-- END TEMPLATE {TEMPLATE}/footer.tpl --&gt;<br />
?&gt;<br />
<br />
[/code]<br />
<br />
This trial and error messing around crap is taking me literally days when there must be a simple answer of where to place the 2 includes and to somehow get the login information from the database.<br />
<br />
Can I get some specific help on that one little part so I can please be done with this?<br />
<br />
Thanks!<br />
<br />
<span style="font-size:small">edit: removed unnecessary information.</span>]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 17 Sep 2015 16:32:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155904#msg-155904</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155904#msg-155904</link>
            <description><![CDATA[ ^Scott, I appreciate the help but I&#039;m sorry, I just don&#039;t understand where those values are declared.  I looked at global_styles.css and I don&#039;t see anything in there.  I just went thru half the template files looking for where you are seeing this and I am not finding the smoking gun.<br />
<br />
Regarding testing it out in a sub folder, I thought of doing this, and I&#039;d still like to, but I&#039;m afraid of putting another database on my server, I&#039;m just afraid I&#039;ll screw up my current forum&#039;s database.<br />
<br />
Where and how are you seeing this <br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
Your paths don&#039;t match where your template is located. May be as simple as a missing / . or dot. <pre class="bbcode">
Landing/Home page :  h t tp://cratedig  ging. co/templates/global/global_style.css
General Discussion :   h t tp://cratedig  ging. co/<span style="color:#FF0000">list</span>/templates/global/global_style.css</pre>
<br />
</div></blockquote>
<br />
Where and how are you seeing this <br />
<br />
I am using Firebug to look at the html code behind the scenes and I still don&#039;t even see how that tells me what files declare these urls.  <br />
<br />
Can you tell me specifics as to what I am missing?  <br />
<br />
Also, why would it be ok with the simple blue template and not the global?  Was this a mistake on user Pemba&#039;s part or did I not flip the right switch?  <br />
<br />
This is very frustrating, I am trying to figure it out with the help you are giving me but I&#039;m not there yet with you.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 13 Jul 2015 13:20:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155901#msg-155901</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155901#msg-155901</link>
            <description><![CDATA[ Your paths don&#039;t match where your template is located. May be as simple as a missing / . or dot. <pre class="bbcode">
Landing/Home page :  h t tp://cratedig  ging. co/templates/global/global_style.css
General Discussion :   h t tp://cratedig  ging. co/<span style="color:#FF0000">list</span>/templates/global/global_style.css</pre>
<br />
<br />
<br />
You can create a new forum, and then change its template from the default simple blue, to global. Without the need to &quot;read only&quot;.    <br />
<br />
Or<br />
 A whole New separate install for testing. Put the whole install in a subdirectory, change the prefix in the config to use a different database and table prefix, then type the URL to get there.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 10 Jul 2015 16:07:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155900#msg-155900</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155900#msg-155900</link>
            <description><![CDATA[ I have it turned on now if anyone can take a look at it for me I&#039;d appreciate it greatly.  I have it in read only mode for a few hours and have this basically broke template running so if you see anything causing the problem specific, I can get started right away on changing the template files that need the fix.<br />
<br />
Thanks!]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 10 Jul 2015 14:54:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155899#msg-155899</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155899#msg-155899</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Scott Finegan</strong><br />
The only template I see is simple blue on any page as an  unregistered visitor.</div></blockquote>
<br />
I had it turned to simple blue since it&#039;s basically broke and simple blue isn&#039;t.  I will turn to Global and leave it on for your inspection when ever you are ready just comment on this thread and I&#039;ll do so immediately.<br />
<br />
Thanks Scott!]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 06 Jul 2015 10:46:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155898#msg-155898</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155898#msg-155898</link>
            <description><![CDATA[ The only template I see is simple blue on any page as an  unregistered visitor.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 03 Jul 2015 12:45:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155897#msg-155897</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155897#msg-155897</link>
            <description><![CDATA[ I&#039;m sorry to be a pest, but can one of you guys get me started on doing this?   <br />
<br />
I can&#039;t find the variables that need to be changed to get the template that works just fine when you are at cratedigging.co...<br />
<br />
It looks like this...<br />
<br />
<img src="http://i.imgur.com/fKASgES.jpg" class="bbcode" border="0" /><br />
<br />
...but then as soon as you click on any of the forums it goes back to this<br />
<br />
<img src="http://i.imgur.com/4bGMcSV.jpg" class="bbcode" border="0" /><br />
<br />
I looked in all the .tpls mentioned and the info.php and the settings and I am not seeing where this is controlled from primary page to each sub forum.<br />
<br />
If you get me started down the right path for one of the modules, I think I can apply that to each spot that needs changing.<br />
<br />
ALSO I&#039;m not sure why this would be happening since the other templates when turned on don&#039;t do this.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 02 Jul 2015 15:43:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155895#msg-155895</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155895#msg-155895</link>
            <description><![CDATA[ Thanks Thomas and Scott.  I finally have time to work on it, so I&#039;m working on it now.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 30 Jun 2015 13:04:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155892#msg-155892</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155892#msg-155892</link>
            <description><![CDATA[ probably some related links to images, not starting with / and you are using a sef module which generates different links for the forums.<br />
check the settings.tpl and if its not only there, you probably have to check all the templates as scott suggested.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 24 Jun 2015 00:41:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155890#msg-155890</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155890#msg-155890</link>
            <description><![CDATA[ There is an index tpl, a list tpl, and read tpl, plus a lot of others. you probably need to adjust them all.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 23 Jun 2015 16:28:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155889#msg-155889</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155889#msg-155889</link>
            <description><![CDATA[ So I am editing this template now for use and things are going smoothly as I substitute my elements for the ones built into this template.<br />
<br />
I am using simple blue in the meantime while I edit this template.<br />
<br />
I have run into one problem though, maybe someone can help me identify where to fix this template so the background top and sides stay with the first page.  In other words, it looks great until I click on any sub forum or off the primary page and at that point it can&#039;t find the background and top and side images.<br />
<br />
How do I make the template stick on more than the primary page?  Is there something wrong with the template or did I forget a step?<br />
<br />
Thanks in advance.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 23 Jun 2015 15:08:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155790#msg-155790</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155790#msg-155790</link>
            <description><![CDATA[ Figuring out what to change, or add requires you to have an idea where it is coming from to begin with. You should  have a browser like FireFox that supports Firebug or equivalent (Chrome?), and learn its basic uses.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 03 Jun 2015 16:30:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155784#msg-155784</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155784#msg-155784</link>
            <description><![CDATA[ This is one of the cleanest, nicest templates I&#039;ve ever seen for Phorum.  I tried to make it work with mine and I got all your surrounding elements.  Is this template available just with the guts (the inner HTML stuff only, not the outer borders and icons and such) or could you show me how to edit the template for my icons and links instead. <br />
<br />
Sorry I know this is a newb question, but I haven&#039;t touched my template in years and it&#039;s time for a change.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 02 Jun 2015 11:59:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155503#msg-155503</guid>
            <title>Re: Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155503#msg-155503</link>
            <description><![CDATA[ Your designs are beautiful!]]></description>
            <dc:creator>Benny</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 10 Nov 2014 14:36:52 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,155469,155469#msg-155469</guid>
            <title>Template: Global Business</title>
            <link>https://www.phorum.org/support/read.php?63,155469,155469#msg-155469</link>
            <description><![CDATA[ Just playing around with a template based on the standard lightweight.<br />
<br />
I&#039;ll make some improvements over time. Feedback welcome.]]></description>
            <dc:creator>Pemba</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 17 Oct 2014 12:13:10 -0500</pubDate>
        </item>
    </channel>
</rss>
