Post by tunescool on May 27, 2013 3:49:44 GMT -8
i have all i could do with it in there now, the Forum Wrapper
i just want the links that are above participated on this site
thenotablenook.com
to left of participated so they look like one row of links, same margin. its all over the place vertically now but the navigation tree, participated row should just be one row
somehow it all has to be moved to the rite
tunescool.proboards.com
heres the whole template
i just want the links that are above participated on this site
thenotablenook.com
to left of participated so they look like one row of links, same margin. its all over the place vertically now but the navigation tree, participated row should just be one row
somehow it all has to be moved to the rite
tunescool.proboards.com
heres the whole template
<!DOCTYPE HTML>
$[tag.html.open]
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$[title] | The Notable Nook - Celebrity Picture Forum</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">
<a id="logo" href="/">$[forum.title]</a><br>
<div id=forumdescription>Celebrity Pic Forum</div>
</h2>
</div>
<a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden">Skip Navigation</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]" accesskey="$[navigation.menu.accesskey]">
$[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" style="padding-right:14px;">
{if !$[current_user.is_member]}
<i>Welcome Guest Please</i> $[login_link] <i>Or</i> $[register_link]
{else}
<span><i>Welcome $[current_user.name]</i></span> $[logout_link]
{/if}
</p>
</div>
</header>
$[header]
<table width="100%">
<tr>
<td width="100%" class="menutable" valign="top">
<div id="navigation-menu" class="ui-helper-clearfix" style="float:left; padding-right:5px;">
<ul role="navigation">
<li>
<div id="navigation-tree" style="float:left;">
$[navigation.tree]
</div>
</li>
<li>
<a href="http://thenotablenook.com/threads/recent" accesskey="">
New Posts
</a>
</li>
<li>
<script type="text/javascript">
if(proboards.data('user').is_logged_in) {
document.write('<li><a href="http://thenotablenook.com/user/'+proboards.data('user').id+'/recent_threads" accesskey="">Your Posts</a></li>');
}
</script>
</li>
<li>
<a href="http://thenotablenook.com/search" accesskey="">
Search
</a>
</li>
<li>
<a href="javascript:proboards.home.markBoardsRead();" accesskey="">
Mark As Read
</a>
</li>
<li>
$[participated_threads_link]
</li>
</ul>
</div>
</td>
</tr>
</table>
<script type="text/Javascript">
$("#navigation-tree ul#nav-tree li:last-child").remove();
</script>
<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}
$[content]
<!-- $[shoutbox] -->
</div>
</div>
$[footer]
{if $[is_mobile_browser]}
<br /><p class="center">Switch To The $[mobile_switch_link]</p>
{/if}
</body>
</html>