<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Template: Tabbed Emerald</title>
        <description>This template allows you to create a number of forum folders and display them as tabs rather than all on one long page.  It is based off of the Emerald template and uses the same color scheme with some slight alterations.  Please note that this template only works if you utilize the folder system and are using the flat structure to display your forums and folders on the index page.

I have attached two screenshots which show  a sample forum similar to the phorum.org site if it were to use this template.  One shows a single row of tabs and the other demonstrates how a second row would look if there were too many tabs to fit in one row.

This is a first release so please let me know if you find any bugs and I will work on them promptly.

[b]Installation and Usage:[/b]
Extract this template into your templates folder.  Be sure you have setup your phorum as forums within folders and that you are using the flat structure to display your forums and folders on the index page.  You can also add one further layer with forums within folders within folders.  The second set of folders would appear in the forum list for their parent folder.

There are no variables you need to change, however you may do so in the settings.tpl file if you wish.  The default minimum width is set to 800px.  This allows the tabs to be displayed without looking awkward on a smaller screen.  If you change this figure, you should also change the maximum row length as this determines the number of tabs that can fit on a row.

This template supports three rows of tabs.  The row lengths are based on the number of characters in the names of your folders.  For example, if you have four folders named &quot;Folder 1&quot;, &quot;Folder 2&quot;, &quot;Folder 3&quot;, and &quot;Folder 4&quot;, then your row length would be 32, or well within the default 90.  However, if you were to have &quot;A Forum Collection Folder 1&quot;, &quot;A Forum Collection Folder 2&quot;, &quot;A Forum Collection Folder 3&quot;, and &quot;A Forum Collection Folder 4&quot;, then you would have 108 characters, which would cause the template to split the tabs into two rows.  This template automatically staggers the tabs so that the bottom row is the largest.  In this last example, the last two tabs would be on the second row, not just the last tab.  This is done by taking the number of characters and dividing them by the number of rows, then making that new number the maximum row length.  Using the example above, the new row lengths would be 54 characters.  If you do not want to follow this method, you can set your own row length to create your own staggering system.

If you have any questions on the installation and use of this template, please post them here.

[b]Todo:[/b]
 - Add support for the Easy Color Scheme Manager module.

 - Add features as requested or as they pop into my head.</description>
        <link>https://www.phorum.org/support/read.php?63,130569,130569#msg-130569</link>
        <lastBuildDate>Sat, 08 Aug 2026 23:24:26 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,155377#msg-155377</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,155377#msg-155377</link>
            <description><![CDATA[ Hello There from Costa Rica,<br />
<br />
Just wanted to say I&#039;m Enjoying your Posts, Styles, and Mods. I know it&#039;s been awhile since you last logged on here, but I&#039;m new to Phorum and it certainly appears to be losing steam, although it&#039;s much more fun than phpBB and that ilk.<br />
<br />
I&#039;ve just started using Your Tabbed Emerald and am slowing making tweeks.<br />
<br />
But, I do have a Question I posted earlier today in Support, but perhaps you have an answer: <br />
<br />
Here&#039;s what I posted:<br />
<br />
I want Phorum to open and function within my HomePage.<br />
<br />
I can Open Phorum with a Load Content Command within my Website.<br />
<br />
I have a separate Header, and Left SideBar that I want to remain Static.<br />
<br />
But, when I select a Post, Phorum jumps into its own Page.<br />
<br />
Can I change Coding or URLs within Phorum files to Open Posts, etc., within itself and not into a new Page?<br />
<br />
Here&#039;s the WebSite I&#039;m building [<a href="http://SlothCreek.com" target="_blank"  rel="nofollow">SlothCreek.com</a>].<br />
<br />
If you click on PUBLICATIONS at the top left it loads Phorum into that.<br />
<br />
Thanks Alot for All,<br />
<br />
Roland<br />
ZenBlaster<br />
Costa Rica<br />
<br />
<a href="mailto:&#82;&#111;&#108;&#97;&#110;&#100;&#64;&#83;&#108;&#111;&#116;&#104;&#67;&#114;&#101;&#101;&#107;&#46;&#99;&#111;&#109;">&#82;&#111;&#108;&#97;&#110;&#100;&#64;&#83;&#108;&#111;&#116;&#104;&#67;&#114;&#101;&#101;&#107;&#46;&#99;&#111;&#109;</a><br />
SlothCreek.com]]></description>
            <dc:creator>ZenBlaster</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 13 Sep 2014 14:06:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,141877#msg-141877</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,141877#msg-141877</link>
            <description><![CDATA[ I am using this template with many folders needed.  Trouble is the tabs listing has stopped creating a new line of tabs with the 3rd line of tabs going over the forum width.  How can I alter the settings to solve this?<br />
<br />
Edit:  I can see where the problem lies.  It appears that index_new.tpl file is limited to 3 rows.  I have attempted to add an extra row but nothing seems to be happening.<br />
<br />
Update:  Worked this out now.  To display more than 3 rows you alter 2 files - index_new.tpl and list.tpl.  Using this code inplace of the old will allow 4 rows.  You will be able to work out how to add more rows should you need them from looking at the code alterations:<br />
<br />
[code=&quot;php&quot;]<br />
$PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_current_length&quot;] = 0;<br />
$row_2_printed = 0;<br />
$row_3_printed = 0;<br />
$row_4_printed = 0;<br />
?&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
function tab_highlight(el) {<br />
	el.className = &quot;te_selected_tab&quot;;<br />
}<br />
function tab_normal(el) {<br />
	el.className = &quot;te_tab&quot;;<br />
}<br />
function open_folder(el) {<br />
	new_id = el.id.substr(el.id.lastIndexOf(&quot;_&quot;)+1);<br />
	window.location.replace(&quot;{URL-&gt;HTTP_PATH}?tab=&quot;+new_id);<br />
}<br />
<br />
&lt;/script&gt;<br />
<br />
	&lt;div id=&quot;te_tab_enclosure&quot; class=&quot;new_tab_enclosure&quot;&gt;&lt;table cellspacing=0 cellpadding=0 border=0&gt;&lt;tr valign=&quot;bottom&quot;&gt;<br />
	{LOOP FORUMS}<br />
	{IF FORUMS-&gt;parent_id 0}<br />
	{VAR template_tabbed_emerald_current_forum_id FORUMS-&gt;forum_id}<br />
&lt;?php<br />
$PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_current_length&quot;] += strlen($PHORUM[&quot;DATA&quot;][&quot;FORUMS&quot;][$full_iters][&quot;name&quot;]);<br />
if ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_current_length&quot;] &lt; $PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row_length&quot;]) {<br />
	$PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row&quot;] = 1; <br />
} else if ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_current_length&quot;] &lt; ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row_length&quot;]*2) || $PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_total_rows&quot;] == 2) {<br />
	$PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row&quot;] = 2;<br />
	if ($row_2_printed == 0) {<br />
		print &quot;&lt;/tr&gt;&lt;/table&gt;&lt;table cellspacing=0 cellpadding=0 border=0&#039;&gt;&lt;tr valign=&#039;bottom&#039;&gt;&quot;;<br />
		$row_2_printed = 1;<br />
	}<br />
} else if ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_current_length&quot;] &lt; ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row_length&quot;]*3) || $PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_total_rows&quot;] == 3) {<br />
	$PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row&quot;] = 3;<br />
	if ($row_3_printed == 0) {<br />
		print &quot;&lt;/tr&gt;&lt;/table&gt;&lt;table cellspacing=0 cellpadding=0 border=0&#039;&gt;&lt;tr valign=&#039;bottom&#039;&gt;&quot;;<br />
		$row_3_printed = 1;<br />
	}<br />
} else if ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_current_length&quot;] &lt; ($PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row_length&quot;]*4) || $PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_total_rows&quot;] == 4) {<br />
	$PHORUM[&quot;DATA&quot;][&quot;template_tabbed_emerald_row&quot;] = 4;<br />
	if ($row_4_printed == 0) {<br />
		print &quot;&lt;/tr&gt;&lt;/table&gt;&lt;table cellspacing=0 cellpadding=0 border=0&#039;&gt;&lt;tr valign=&#039;bottom&#039;&gt;&quot;;<br />
		$row_4_printed = 1;<br />
	}<br />
}<br />
?&gt;<br />
[/code]<br />
<br />
Works fine on my site now - see sig.]]></description>
            <dc:creator>Bluesplayer</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 12 Nov 2009 14:18:21 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139810#msg-139810</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139810#msg-139810</link>
            <description><![CDATA[ LOL Your parents had that exact same problem when making you. &quot;Coherently challenged&quot; they call it.<br />
<br />
I really do not get your point of linking to the subforums module. Phorum is flexible. Even so flexible that one can program a module that implements subforums without having to hack the core of the system and even without having to hack templates to get a different view. Without coherency in the system, this would not be possible. That is cool. Thanks for reminding me of this accomplishment.<br />
<br />
If you cannot stand this kind of flexibility, then please, sod off and find a forum that matches your needs or start your own project that does what you need. We wouldn&#039;t want to bother you any longer with this incoherent, stupid piece of software that we wrote.<br />
<br />
BTW: we&#039;re not that good at insulting people. You sir, are actually the first person on these boards that makes me post the truth in very direct wordings. I am sure that there are many Phorum admins on this board that can vouch for me being a friendly, patient and helpful person (read back all the replies on your early posts and you&#039;ll see that this is a true statement). There is a big chance that it&#039;s your personality that is triggering these insults.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 05 Aug 2009 13:42:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139807#msg-139807</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139807#msg-139807</link>
            <description><![CDATA[ You, developers, are good to insult people who don&#039;t know coding, but i begin to doubt about your capacity to make global things coherent:<br />
<br />
[<a href="http://www.phorum.org/phorum5/read.php?62,138818" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 05 Aug 2009 13:09:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139738#msg-139738</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139738#msg-139738</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ab1</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Brian Moon</strong><br />
Nice thinking out of the box.</div></blockquote>
<br />
The more important part of the work is: thinking. Coding is secondary, and reserved to specialists.</div></blockquote>
<br />
Any moron can think of some insane feature.  Making it happen is all that matters.  What a friggin moron.  There is only one type of useful person.  That is a person that is smart <b>AND</b> gets things done.  Without one of the other, they are waste of oxygen.  You sir, don&#039;t appear to be big on getting things done.  And, still not sure how smart you are.]]></description>
            <dc:creator>Brian Moon</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 03 Aug 2009 14:08:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139667#msg-139667</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139667#msg-139667</link>
            <description><![CDATA[ That is not a bug.<br />
The tabbed template simply does not support deeper levels.<br />
<br />
And you keep seeing the tabs/forums relation wrong. I cannot explain things any better, but you are not on the correct path in understanding what they are, what they represent and why it is coherent with Phorum&#039;s core.<br />
<br />
With tabbed emerald, you can assign a template to the folders. The issue is that the template design does not provide links to those folders. The tabs are <b>NOT</b> links to the folders, but they are links that tell the index page to render differently. So the functional target for the links that are beneath the folder names has changed, which changes the concept.<br />
<br />
When doing things like you have them in mind (when you open a tab, you expect that to be the view of the folder), you&#039;d need an additional module that collects data from the database to be able to render all the tabs, since that&#039;s not information that is readily available from the core when visiting a subfolder.<br />
<br />
If you still do not get this, then I hope that somebody else can explain this to you. I will retreat from this discussion now.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 13:58:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139659#msg-139659</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139659#msg-139659</link>
            <description><![CDATA[ For people interested by this configuration, concerning the use of different banners for element included in a tab, the only possible patch for doing this actually is to configure separate tabbed templates, not for folders included in a tab, or for tabs themselves, but for forums included in a tab. This is possible because Phorum allows each particular forum to have its own particular template (cf edit forum in admin panel).<br />
<br />
So, one can have this possible configuration (waiting for further improvements by specialists):<br />
<br />
<pre class="bbcode">
Root folder (default forum template settings)

tab1 (default template)
---forum1.1 (template forum1.1)
---forum1.2 (template forum1.2)
---
---forumx (template forum1.x)

tab2 (default template)
---forum2.1 (template forum2.1)
---forum2.2 (template forum2.2)
---
---forumx (template forum2.x)
...
tabx (default template)
---forumx.1 (template forumx.1)
---forumx.2 (template forumx.2)
---
---forumx.x (template forumx.x)</pre>
<br />
After saying this, this is clear that the tabbed feature is not only or merely  a template, but a kind of module concerning templates, because it is possible to apply a tabbed configuration to any templates whatsoever.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 10:42:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139658#msg-139658</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139658#msg-139658</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Brian Moon</strong><br />
Nice thinking out of the box.</div></blockquote>
<br />
The more important part of the work is: thinking. Coding is secondary, and reserved to specialists.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 10:24:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139657#msg-139657</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139657#msg-139657</link>
            <description><![CDATA[ Another bug: i create a series of folders as following, with the tabbed template:<br />
<br />
RootFolder--<br />
Folder1<br />
------Folder2<br />
----------Folder3<br />
---------------Forum1<br />
<br />
<br />
The forum 1 is accessible via the jumpmenu, but is not accessible via the index page which shows:<br />
<br />
tab1<br />
folder2<br />
folder3<br />
<br />
without any access within for the folder3 which contains the forum1]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 10:17:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139656#msg-139656</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139656#msg-139656</link>
            <description><![CDATA[ For example, i have a tabbed emerald template and a tabbed fruity template. One logical configuration would be that on one tab i could place the emerald and on one other i could place the fruity, for example. Such an independent framework ( which already exists concerning folders with other templates) would allow also to use the banner manager module separately according to each template and each tab.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 10:01:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139654#msg-139654</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139654#msg-139654</link>
            <description><![CDATA[ Tabs are not only a different representation of folders. Tabs are the folders of the forum itself. Because you can not create tabs without creating first a folder, as pointed out in the description of the template. In doing so, the folder derived as a tab loses the capacity of having a new template attributed (which is understandable because tabs only exists with tabbed templates). But where is the loss, is that other tabbed templates can not be attributed to specific tabs, which means that the admin panel loses its coherence regarding to the gestion of display settings concerning tabs-folders.<br />
<br />
So it is not just a question of customization, but a question of coherence of the release itself: either the template is not totally integrated and finished, either the core of the phorum is not enough advanced to support this kind of new templates, but i really don&#039;t have the ability to correct this as a simple user and a newbie in informatics. <br />
<br />
Thanks for your understanding.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 09:49:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139648#msg-139648</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139648#msg-139648</link>
            <description><![CDATA[ Tabs are not an existing concept, so therefore this is as coherent as it gets. Tabs are just a different kind of representation for folders on the index page. Nothing more, nothing less.<br />
<br />
What you seem to think, is that viewing a tab is the same thing as viewing a folder in another template. That is not true. You are always viewing the root index page in a different layout: folders shown as tabs and only the forums from the selected tab are shown; the rest of the forums in the other folders/tabs are simply hidden. So this template gives you a more compact index page, in the same way as a template that would allow collapsing folders.<br />
<br />
And a request: please stop telling us that you don&#039;t have enough experience in coding. We all started like that. If you want to do customization that you cannot handle yourself and that is not picked up by any of the developers that hang around on these forums (e.g. because it&#039;s such a cool concept or because it&#039;s requested very often by Phorum admins), then either take care of gaining experience or hire some coder that will do the required changes for you.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 09:08:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139640#msg-139640</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139640#msg-139640</link>
            <description><![CDATA[ I&#039;ve not currently enough experience in code to do that. <br />
<br />
But in another way, it would have seemed more coherent, from my personal point of view, to generate a template which is totally integrated with the admin board functions, which contains the possibility via <i>edit_folder.php</i>, to change templates for each significant elements of phorum: forums, folders, and why not tabs, which are indicated as folders into the admin section.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 07:04:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139632#msg-139632</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139632#msg-139632</link>
            <description><![CDATA[ One could, but it&#039;s not how this template was implemented and not how the template will be implemented, now I checked out the code.<br />
<br />
The tabbed template always opens the root folder for the index. By means of a tabbed template specific parameter &quot;tab&quot;, the template is told what tab to view.<br />
<br />
This makes sense, since for the root view, all forums and folders are available. When you view a folder in one of the other templates, you will see that there&#039;s only the folder and it&#039;s contents and no longer any information on the context of the folder (sibling folders and their forums).<br />
<br />
So remember that the tabbed template simply is a different representation of the standard root index view and that tabs are not a subfolder view. You are comparing two different things here. Your idea will not work.<br />
<br />
The way to go: hack the template and show a different header based on the &quot;tab&quot; parameter that is used by the tabbed template.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 04:55:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139630#msg-139630</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139630#msg-139630</link>
            <description><![CDATA[ I&#039;ve just made the test with other templates: the function works very well.<br />
<br />
One can attribute a specific template for each forum and each folder independently of the one of the index, which is the template of forum default settings.<br />
<br />
But with a tabbed template like the tabbed emerald tpl, the default tpl is attributed to each tab (ex-folders). For the default tab (the first or main tab), it is necessary, but one could make a thing for that the following tabs can be configured with their own tpl, in conformity with the admin board.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 01 Aug 2009 04:38:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139618#msg-139618</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139618#msg-139618</link>
            <description><![CDATA[ Well, i have finally localised the problem with this template: it seems that one can not change the templates of folders made as a tab, though it is allowed by the core of phorum (admin page--&gt;edit folder--&gt;.display settings-&gt;template)]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 31 Jul 2009 17:23:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139616#msg-139616</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139616#msg-139616</link>
            <description><![CDATA[ It doesn&#039;t dismiss the utility, but it doesn&#039;t match your exact need. Modifying the template instead of using the banner is your solution. The other solution is to submit solid patches that provide this feature as part of the banner manger module. It really is not related to the workings of this template. It works like this for the Emerald template as well. Index is index, no matter if you view the root folder or the contents of some subfolder.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 31 Jul 2009 17:14:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139612#msg-139612</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139612#msg-139612</link>
            <description><![CDATA[ Ok, that&#039;s a sympathic template, but is there a means that there is a  new page for each tab ?<br />
<br />
When one changes from one tab to another, one is still on the main page of phorum. One can change templates for each tab, this is cool, but the page is still the same, and so one can not have different banners for each tab.<br />
<br />
The only solution, as it is, would be to not use the banner manager module, and to directly incorporate the banners via html code in the different templates associated with each tab, but it would be to dismiss the utility of the banner manager module for this case.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 31 Jul 2009 15:15:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139609#msg-139609</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139609#msg-139609</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Read me</strong><br />
Please note that this template only works if you utilize the folder system.</div></blockquote>
<br />
I take note...<br />
<br />
sorry for my english, i confused &quot;within&quot; and &quot;without&quot;.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 31 Jul 2009 12:17:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,139608#msg-139608</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,139608#msg-139608</link>
            <description><![CDATA[ I have a problem while trying this template: no forum appears on the main page.<br />
<br />
However my settings seem to be correct:<br />
<br />
<b>General Settings:</b><br />
How to Display Forums and Folders on the Index Page: <i>Flat structure</i><br />
<br />
I have two forums inside the root folder and settings are made with: Folder: <i>none</i>]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 31 Jul 2009 11:46:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,137463#msg-137463</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,137463#msg-137463</link>
            <description><![CDATA[ Joshy, that module is capable of changing all of the colors, but not the background and tab images for the Tabbed Emerald template. PM me with your forum details and I will be happy to help you create tab images in the appropriate colors.]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sun, 29 Mar 2009 19:53:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,137460#msg-137460</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,137460#msg-137460</link>
            <description><![CDATA[ Have you gotten support for the Color Scheme mod yet?]]></description>
            <dc:creator>Joshy</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sun, 29 Mar 2009 15:44:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132605#msg-132605</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132605#msg-132605</link>
            <description><![CDATA[ Learn HTML and incorporate the original code from the header.tpl in your site&#039;s header. Do not include your site&#039;s header in Phorum&#039;s header.tpl like you did now, but instead combine yours and Phorum&#039;s into a new header.tpl for Phorum.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 13:14:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132603#msg-132603</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132603#msg-132603</link>
            <description><![CDATA[ I need my header and sidebar!]]></description>
            <dc:creator>SecretNinjaMan Maker</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 11:34:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132601#msg-132601</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132601#msg-132601</link>
            <description><![CDATA[ so how to I fix it?]]></description>
            <dc:creator>SecretNinjaMan Maker</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 11:31:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132598#msg-132598</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132598#msg-132598</link>
            <description><![CDATA[ Come on... I have told you that your HTML code is very broken, because you simply included your header above Phorum&#039;s header. You created broken HTML that way and there is no guarantee in what way browsers will render your pages. You have multiple &lt;html&gt; and &lt;body&gt; open tags now, which is *WRONG*. You acted like you didn&#039;t care, but now I get a different feeling. So, get to it and fix that HTML.<br />
<br />
You can also use [<a href="http://validator.w3.org/" target="_blank"  rel="nofollow">validator.w3.org</a>] to check your pages.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 11:21:45 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132596#msg-132596</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132596#msg-132596</link>
            <description><![CDATA[ <b><u>OMIGOSH 82 errors? Where? Where? Help!!!</u></b><br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br /># In Firefox, there are no issues.</div></blockquote>
Actually, its the exact opposite. I have both on my computer and it works fine in IE regardless but not so much in FireFox.<br />
<br />
I also found out how to temporarily &quot;fix&quot; the problem. When I delete all the cookies on my computer it somehow works again. I am very confused, and I am also very freaked out about the 82 different errors. Please help!!<br />
<br />
<b><u>AHHH!!! 82 ERRORS?!</u></b><br />
<br />
And what&#039;s the LightWeight Error? <br />
<br />
OMIGOSH SO MANY ERRORS!!!]]></description>
            <dc:creator>SecretNinjaMan Maker</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 10:54:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132595#msg-132595</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132595#msg-132595</link>
            <description><![CDATA[ Ok, here is what I am seeing and I don&#039;t think it is a Tabbed Emerald error:<br />
<br />
<ul><li> In Firefox, there are no issues. </li><li> In MS IE7, if you change your template from Tabbed Emerald to Emerald, the tab&#039;s do not appear for the pages you visited while in Emerald. This means that any index.php or list.php will not display the tab images if you visted one of those pages while in Emerald. </li><li> A CTRL-F5 will force IE7 to do a full refresh and will then show the tab images. </li><li> This led me to find that the css files are not refreshed simply by opening a page in Tabbed Emerald. The page code will be the Tabbed Emerald code, but the css will still be Emerald. Thus the class definitions for the tabs will not be present. </li><li> However, this is only happening on your secretninjaman site. On my test site, changing between templates works fine. I was not able to test whether the same would happen between Lightweight and Emerald as your Lightweight template produces a PHP error. </li><li>You may want to download the <a href="http://www.debugbar.com" target="_blank" rel="nofollow">DebugBar</a> for IE7 and address the 82 other warnings your page presented. Any one of these could be causing your issue. </li><li>Beyond that, you could simply inform your IE7 users that they will need to do a hard refresh any time they change templates. </li></ul>]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 10:45:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132591#msg-132591</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132591#msg-132591</link>
            <description><![CDATA[ There is a problem with this template when I allow users to select different templates to use, as Azumandias suggested. When I change to Emerald Template and then back, the tabs disappear, as shown in my previous image. In my previous post I said that there was a problem with my header and footer, but this doesn&#039;t seem to be the case. I&#039;m attaching another image just in case...anyone have any idea why it is doing this? When I just have Tabbed Emerald it is working fine, but then the moment I switch to Emerald and then back, the Tabs mess up. AND THIS IS ONLY HAPPENING FOR 1 FORUM! ALL THE OTHER ONES WORK FINE! I really have no clue why this is happening. Any help would be much appreciated. Thanks!]]></description>
            <dc:creator>SecretNinjaMan Maker</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Aug 2008 09:13:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,130569,132509#msg-132509</guid>
            <title>Re: Template: Tabbed Emerald</title>
            <link>https://www.phorum.org/support/read.php?63,130569,132509#msg-132509</link>
            <description><![CDATA[ Oh thanks I fixed it there was a problem when the forum was put in with my website&#039;s header and sidebar. Thanks!]]></description>
            <dc:creator>SecretNinjaMan Maker</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 08 Aug 2008 20:50:06 -0500</pubDate>
        </item>
    </channel>
</rss>
