Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2012 16:44:09 GMT -8
I want to do something similar to this: So is it possible to hide the categories completely with access to them from buttons via side bar? While I'm at it, I guess I would also need to hide the Welcome Table
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 8, 2012 17:42:25 GMT -8
Your first one I can't help you with, sorry. But the welcome table one. Do you just want like the banner completely removed? Or just hidden and can be shown with the click of a button?
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2012 17:47:53 GMT -8
The welcome table, nav bar, that whole section removed. I will use buttons in a side menu to navigate
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 8, 2012 18:02:56 GMT -8
okay. Go to Admin Home > Themes > Layout Templates and then click the Forum Wrapper template. Find the code below..
<header> <div id="banner-container" role="banner"> <h1 id="banner"> <a id="logo" href="/">$[forum.title]</a> </h1> </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"> {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> </header>
And remove it.
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2012 18:43:10 GMT -8
Thank you very much
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 8, 2012 18:46:13 GMT -8
Did you want the Navigation bar removed too? Wasn't sure, so I didn't include that in the code to remove. And if you don't do you want space between the top of the forum and that navigation menu?
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2012 19:27:10 GMT -8
I do want the nav bar removed
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 8, 2012 19:39:43 GMT -8
In that same template from before, find this
$[participated_threads_link]
<div id="navigation-tree"> $[navigation.tree] </div>
And remove it.
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2012 20:39:55 GMT -8
Thanks again. Can't wait to get home from work now
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 8, 2012 20:50:22 GMT -8
No problem. Sorry I couldn't help with the Categories thing.
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 8, 2012 21:54:07 GMT -8
No problem. I'm not worried. It'll happen when it happens
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 10, 2012 11:43:49 GMT -8
Anyone? Help with the categories?
|
|
Former Member
inherit
guest@proboards.com
164531
0
Nov 24, 2024 4:55:05 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 13, 2012 12:54:55 GMT -8
So?
|
|