Post by Welshling on Oct 8, 2013 4:29:21 GMT -8
umm in the home tab, layout templates i see. everything posted in the spoiler in my last post.
in my forum wrappers...
In the globals...
no, just a popit menu for the eerie theme.
in my forum wrappers...
<!DOCTYPE HTML>
$[tag.html.open]
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$[title] | $[forum.name]</title>
$[head]
</head>
<body>
{if $[maintenance_mode]}
<div class="maintenance-header">
{if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if}
</div>
{/if}
<div id="wrapper">
<header>
<div id="banner-container" role="banner">
<h2 id="banner">
$[forum.title]
</h2>
</div>
<a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a>
<a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a>
<div id="navigation-menu" class="ui-helper-clearfix">
<ul role="navigation">
{foreach $[navigation.menu]}
<li>
<a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}>
$[navigation.menu.name]
{if $[navigation.menu.notification.total]}
<div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;">
<div class="tip-number">$[navigation.menu.notification.total]</div>
<span class="tip"></span>
</div>
{/if}
</a>
</li>
{/foreach}
</ul>
<p id="welcome">
{if $[current_user.is_member]}
$[current_user.name] (<a href="$[logout_link.href]">signout</a>)
- <a href="/conversations/inbox"><b>Inbox:</b></a> <font color="#8fcf55">$[current_user.messages.inbox]</font> | New: <font color="#cf5558"><u>$[current_user.messages.new]</u></font>
{else}
Welcome Guest to $[forum.name]. $[login_link.] or $[register_link.]
{/if}
</p>
</div>
</header>
<div class="navTreeGroup" id="wrapper2">
$[participated_threads_link]
<div id="navigation-tree">
$[navigation.tree]
</div>
</div>
$[header]
<div id="content" role="main">
{if $[notice]}
<div class="container">
<div class="title-bar"><h2>$[notice.title]</h2></div>
<div class="content pad-all cap-bottom">
$[notice.message]
</div>
</div>
{/if}
<div class="wrapper2">$[content]
</div>
$[footer]
</div>
{if $[is_mobile_browser]}
<br /><p class="center">Switch to the $[mobile_switch_link].</p>
{/if}
</body>
</html>
<script type="text/javascript">
var threads = document.getElementsByTagName('a');
var thread_max = 18;
for(var ti=0; ti < threads.length; ti++) {
if(threads[ti].className == "lastpost" && threads[ti].innerHTML.length > thread_max)
threads[ti].innerHTML = threads[ti].innerHTML.substring(0,thread_max)+"...";
}
</script>
$[tag.html.open]
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$[title] | $[forum.name]</title>
$[head]
</head>
<body>
{if $[maintenance_mode]}
<div class="maintenance-header">
{if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if}
</div>
{/if}
<div id="wrapper">
<header>
<div id="banner-container" role="banner">
<h2 id="banner">
$[forum.title]
</h2>
</div>
<a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a>
<a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a>
<div id="navigation-menu" class="ui-helper-clearfix">
<ul role="navigation">
{foreach $[navigation.menu]}
<li>
<a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}>
$[navigation.menu.name]
{if $[navigation.menu.notification.total]}
<div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;">
<div class="tip-number">$[navigation.menu.notification.total]</div>
<span class="tip"></span>
</div>
{/if}
</a>
</li>
{/foreach}
</ul>
<p id="welcome">
{if $[current_user.is_member]}
$[current_user.name] (<a href="$[logout_link.href]">signout</a>)
- <a href="/conversations/inbox"><b>Inbox:</b></a> <font color="#8fcf55">$[current_user.messages.inbox]</font> | New: <font color="#cf5558"><u>$[current_user.messages.new]</u></font>
{else}
Welcome Guest to $[forum.name]. $[login_link.] or $[register_link.]
{/if}
</p>
</div>
</header>
<div class="navTreeGroup" id="wrapper2">
$[participated_threads_link]
<div id="navigation-tree">
$[navigation.tree]
</div>
</div>
$[header]
<div id="content" role="main">
{if $[notice]}
<div class="container">
<div class="title-bar"><h2>$[notice.title]</h2></div>
<div class="content pad-all cap-bottom">
$[notice.message]
</div>
</div>
{/if}
<div class="wrapper2">$[content]
</div>
$[footer]
</div>
{if $[is_mobile_browser]}
<br /><p class="center">Switch to the $[mobile_switch_link].</p>
{/if}
</body>
</html>
<script type="text/javascript">
var threads = document.getElementsByTagName('a');
var thread_max = 18;
for(var ti=0; ti < threads.length; ti++) {
if(threads[ti].className == "lastpost" && threads[ti].innerHTML.length > thread_max)
threads[ti].innerHTML = threads[ti].innerHTML.substring(0,thread_max)+"...";
}
</script>
In the globals...
no, just a popit menu for the eerie theme.