Post by ghazny18 on Jun 18, 2018 21:44:15 GMT -8
Forum URL: nbaxeries.proboards.com/
I used the Redwood Themes by Smangii, this is a nice theme but my problem is the icon "new" will not appear in every new post on board, but in home the new icon will appear. this is the example.
AND THIS IS WHAT INSIDE OF THIS THREAD:
I try to fix it in layout template but i dont know what exactly i'm going to do. please help me.
another thing is i want to change the word "HOME" to image or icon in my Navigation key just like this forum site:
This is my Forum Wrapper Code:
I used the Redwood Themes by Smangii, this is a nice theme but my problem is the icon "new" will not appear in every new post on board, but in home the new icon will appear. this is the example.
AND THIS IS WHAT INSIDE OF THIS THREAD:
I try to fix it in layout template but i dont know what exactly i'm going to do. please help me.
another thing is i want to change the word "HOME" to image or icon in my Navigation key just like this forum site:
This is my Forum Wrapper Code:
<!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}
<header>
<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>
$[participated_threads_link]
<p id="welcome">
{if !$[current_user.is_member]}
Welcome Guest. Please $[login_link] or $[register_link].
{else}
<span>Welcome $[current_user.name].</span> $[logout_link]
{/if}
</p>
</div>
<div id="navigation-tree">
$[navigation.tree]
</div>
<div id="banner-container" role="banner">
<h2 id="banner">
</h2>
</div>
</header>
<div id="wrapper">
$[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}
$[content]
<div id="copyright"><a href="http://smangii.proboards.com">Theme by Smangii</a></div>
</div>
$[footer]
</div>
{if $[is_mobile_browser]}
<br /><p class="center">Switch to the $[mobile_switch_link].</p>
{/if}
</body>
</html>