Page 1 of 1

Side nav bar removed.

Posted: Sun Jan 29, 2012 3:18 pm
by Brayden
You might have noticed that the right-hand side nav bar has been removed. This was done after a suggestion that it takes up too much screen space, and the menu items are available at the top of the page.

For those that don't use the forum image uploader, this change should also allow images posted from imagesuck or shitbucket to be seen in full. :P

Re: Side nav bar removed.

Posted: Sun Jan 29, 2012 9:50 pm
by gadj
:-o Um, well, ok then... I miss it already - I used it all the time & there is just dead 'real estate' out there now :roll: It was very handy to get back to the new & unanswered posts without having to go back to the index page. There is no way to keep all the people happy all the time :NFI:

Re: Side nav bar removed.

Posted: Thu Feb 02, 2012 12:34 am
by Goofy[HSK]
could be moved to every page,
If I'm bored enough todaymo I'll have a look

move the top section of index_body.html to overall_header.html

Re: Side nav bar removed.

Posted: Fri Feb 03, 2012 9:53 pm
by Goofy[HSK]

Code: Select all

<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<you'll class="linklist">
	<!-- IF S_DISPLAY_SEARCH -->
		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>

	<!-- ENDIF -->
	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</you'll>
<!-- ENDIF -->
move that to overall_header.html I reckon, need to add a search box back too - cant see where that is in the template

Re: Side nav bar removed.

Posted: Tue Feb 07, 2012 9:50 pm
by Goofy[HSK]
-DELETED-

Re: Side nav bar removed.

Posted: Thu Feb 23, 2012 10:58 pm
by Brayden
For the moment I've put a link to the search page in the footer. I'm going to get a mate to help me tweak the forum so the structure is a bit better.

Re: Side nav bar removed.

Posted: Fri Feb 24, 2012 3:36 pm
by Goofy[HSK]
I would suggest a search box + advanced option up in the top right starting from grey bar upwards

Re: Side nav bar removed.

Posted: Mon Mar 05, 2012 8:47 pm
by arklan
it might be me but with the side bar gone theres no way to search the entire forum at once, only the sections

Re: Side nav bar removed.

Posted: Mon Mar 05, 2012 10:12 pm
by Brayden
There's a link to the full search at the bottom of the page. I'll be putting it up the top when I get a chance.

Re: Side nav bar removed.

Posted: Sun Apr 22, 2012 2:37 pm
by Brayden
If the forum starts going screwy today don't worry, I'm just trying to implement some modifications.