navigation tree bar for direct subforum access?
Re: navigation tree bar for direct subforum access?
Nah, just open a tab with https://sourceforge.net/, login, close, refresh forums tab and voila
- Xander
- 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)
| 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)
-
- Posts: 358
- Joined: 01 Oct 2010, 06:37
- Location: Denmark
- Contact:
Re: navigation tree bar for direct subforum access?
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/
RICcreator, an alternative to nxtRICeditV2: http://riccreator.sourceforge.net/
Re: navigation tree bar for direct subforum access?
Then don't use the adblocker or css filesspillerrec wrote:It is still not very intuitive for new users...
- 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)
| 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)
Re: navigation tree bar for direct subforum access?
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?schodet wrote:I suppose you will have problems with user accounts, as you are using sourceforge account now.
John Hansen
Multi-platform LEGO MINDSTORMS programming
http://bricxcc.sourceforge.net/
http://bricxcc.sourceforge.net/
-
- Posts: 323
- Joined: 29 Sep 2010, 05:03
Re: navigation tree bar for direct subforum access?
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
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
Re: navigation tree bar for direct subforum access?
maybe I'm missing something...
but is this thread still to the TO topic?
but is this thread still to the TO topic?
Re: navigation tree bar for direct subforum access?
EDIT: BTW, you can avoid the Log-in problem by changing Xander's code to work with only https://sourceforge.netmightor wrote:Cool, just added the following to my adblocker on Chrome:Code: Select all
sourceforge.net##div[id="sf_header"]
How about:
Code: Select all
sourceforge.net##A[id="sf_logo"][href="https://sourceforge.net"]
Code: Select all
sourceforge.net##DIV[id="site-description"]
Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE
Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
Re: navigation tree bar for direct subforum access?
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.muntoo wrote:And what's up with the "Secret Volcano"? (Oops... it's not a secret anymore. )
- 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)
| 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)
Re: navigation tree bar for direct subforum access?
You'll never get me alive!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
(OK, that's enough off-topicness.)
Commit to LEGO Mindstorms Robotics Stack Exchange:
bit.ly/MindstormsSE
Commit to LEGO Stack Exchange: bit.ly/Area51LEGOcommit
-
- Posts: 224
- Joined: 30 Oct 2010, 04:10
- Location: 127.0.0.1
- Contact:
Re: navigation tree bar for direct subforum access?
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
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
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
- background_jumpbox.gif (661 Bytes) Viewed 12524 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/
Minboards IRC Channel #mindboards on Freenode
My blog: http://timpattinson.wordpress.com/
Who is online
Users browsing this forum: No registered users and 0 guests