navigation tree bar for direct subforum access?

Any feedback to improve the content of this site is appreciated!
mightor
Site Admin
Posts: 1079
Joined: 25 Sep 2010, 15:02
Location: Rotterdam, Netherlands
Contact:

Re: navigation tree bar for direct subforum access?

Post by mightor »

Nah, just open a tab with https://sourceforge.net/, login, close, refresh forums tab and voila :)

- Xander
| My Blog: I'd Rather Be Building Robots (http://botbench.com)
| RobotC 3rd Party Driver Suite: (http://rdpartyrobotcdr.sourceforge.net)
| Some people, when confronted with a problem, think, "I know, I'll use threads,"
| and then two they hav erpoblesms. (@nedbat)
spillerrec
Posts: 358
Joined: 01 Oct 2010, 06:37
Location: Denmark
Contact:

Re: navigation tree bar for direct subforum access?

Post by spillerrec »

It is still not very intuitive for new users...
My blog: http://spillerrec.dk/category/lego/
RICcreator, an alternative to nxtRICeditV2: http://riccreator.sourceforge.net/
mightor
Site Admin
Posts: 1079
Joined: 25 Sep 2010, 15:02
Location: Rotterdam, Netherlands
Contact:

Re: navigation tree bar for direct subforum access?

Post by mightor »

spillerrec wrote:It is still not very intuitive for new users...
Then don't use the adblocker or css files :)

- Xander
| My Blog: I'd Rather Be Building Robots (http://botbench.com)
| RobotC 3rd Party Driver Suite: (http://rdpartyrobotcdr.sourceforge.net)
| Some people, when confronted with a problem, think, "I know, I'll use threads,"
| and then two they hav erpoblesms. (@nedbat)
afanofosc
Site Admin
Posts: 1256
Joined: 26 Sep 2010, 19:36
Location: Nashville, TN
Contact:

Re: navigation tree bar for direct subforum access?

Post by afanofosc »

schodet wrote:I suppose you will have problems with user accounts, as you are using sourceforge account now.
I think this was a comment in reference to the possibility of switching to phpBB on sourceforge but not as a hosted app. I don't know if that would impact whether we would use sourceforge accounts or not. Do the leJOS forums use sourceforge accounts?

John Hansen
Multi-platform LEGO MINDSTORMS programming
http://bricxcc.sourceforge.net/
gloomyandy
Posts: 323
Joined: 29 Sep 2010, 05:03

Re: navigation tree bar for direct subforum access?

Post by gloomyandy »

Hi John,
I'm pretty sure it does not. You have to register separately to use the leJOS forum... To be honest I'm not sure if this is good or bad! One thing it does mean is that we can keep track of who is registered and who is not... We can also delete/ban spamming users... I guess the other advantage is that usernames are less likely to have been used already...

Andy
HaWe
Posts: 2500
Joined: 04 Nov 2014, 19:00

Re: navigation tree bar for direct subforum access?

Post by HaWe »

maybe I'm missing something...
but is this thread still to the TO topic?
muntoo
Posts: 834
Joined: 01 Oct 2010, 02:54
Location: Your Worst Nightmare
Contact:

Re: navigation tree bar for direct subforum access?

Post by muntoo »

mightor wrote:Cool, just added the following to my adblocker on Chrome:

Code: Select all

sourceforge.net##div[id="sf_header"]
EDIT: BTW, you can avoid the Log-in problem by changing Xander's code to work with only https://sourceforge.net

How about:

Code: Select all

sourceforge.net##A[id="sf_logo"][href="https://sourceforge.net"]
And for overkill (well..., not really):

Code: Select all

sourceforge.net##DIV[id="site-description"]
And what's up with the "Secret Volcano"? (Oops... it's not a secret anymore. :oops: )
Image

Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE


Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
mightor
Site Admin
Posts: 1079
Joined: 25 Sep 2010, 15:02
Location: Rotterdam, Netherlands
Contact:

Re: navigation tree bar for direct subforum access?

Post by mightor »

muntoo wrote:And what's up with the "Secret Volcano"? (Oops... it's not a secret anymore. :oops: )
Please remain where you are and wait for the MindBOARDS police to arrive to take you to the re-education camp to help you forget all about this secret forum.

- Xander
| My Blog: I'd Rather Be Building Robots (http://botbench.com)
| RobotC 3rd Party Driver Suite: (http://rdpartyrobotcdr.sourceforge.net)
| Some people, when confronted with a problem, think, "I know, I'll use threads,"
| and then two they hav erpoblesms. (@nedbat)
muntoo
Posts: 834
Joined: 01 Oct 2010, 02:54
Location: Your Worst Nightmare
Contact:

Re: navigation tree bar for direct subforum access?

Post by muntoo »

mightor wrote:Please remain where you are and wait for the MindBOARDS police to arrive to take you to the re-education camp to help you forget all about this secret forum.

- Xander
You'll never get me alive! :lol:

(OK, that's enough off-topicness.)
Image

Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE


Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
timpattinson
Posts: 224
Joined: 30 Oct 2010, 04:10
Location: 127.0.0.1
Contact:

Re: navigation tree bar for direct subforum access?

Post by timpattinson »

This is a modification of the CSS to float the jumpbox BUT it puts a nice background image behind so it doesn't look so complicated ;)
You will need to download the attached picture and put it in the same directory as the custom stylesheet for it to work or you could change the file path in the background-image property
It should look like this
This is what it should (hopefully) look like
This is what it should (hopefully) look like
ScreenClip000004.jpg (27.69 KiB) Viewed 12516 times

Code: Select all

#jumpbox{
    position: fixed !important;
    top:10px !important;
    right:20px !important;
    background-image:url(background_jumpbox.gif);
    padding:5px !important;
    background-attachment: fixed;
    background-position: left top;
   }
#jumpbox fieldset{ margin-top: 0px !important }
#jumpbox + h3{
   clear:both !important;
   padding-top: 10px !important;
}

Attachments
This is the file that is the background image for the jump box. It needs to be in the same directory as the custom CSS file
This is the file that is the background image for the jump box. It needs to be in the same directory as the custom CSS file
background_jumpbox.gif (661 Bytes) Viewed 12516 times
Commit to Lego Mindstorms StackExchange Q&A http://area51.stackexchange.com/proposals/4105
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests