Page 3 of 4

Re: navigation tree bar for direct subforum access?

Posted: 03 Oct 2010, 19:08
by mightor
Nah, just open a tab with https://sourceforge.net/, login, close, refresh forums tab and voila :)

- Xander

Re: navigation tree bar for direct subforum access?

Posted: 03 Oct 2010, 19:58
by spillerrec
It is still not very intuitive for new users...

Re: navigation tree bar for direct subforum access?

Posted: 03 Oct 2010, 20:00
by mightor
spillerrec wrote:It is still not very intuitive for new users...
Then don't use the adblocker or css files :)

- Xander

Re: navigation tree bar for direct subforum access?

Posted: 04 Oct 2010, 00:48
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

Re: navigation tree bar for direct subforum access?

Posted: 04 Oct 2010, 19:23
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

Re: navigation tree bar for direct subforum access?

Posted: 04 Oct 2010, 20:01
by HaWe
maybe I'm missing something...
but is this thread still to the TO topic?

Re: navigation tree bar for direct subforum access?

Posted: 08 Oct 2010, 01:38
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: )

Re: navigation tree bar for direct subforum access?

Posted: 08 Oct 2010, 06:14
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

Re: navigation tree bar for direct subforum access?

Posted: 08 Oct 2010, 15:56
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.)

Re: navigation tree bar for direct subforum access?

Posted: 31 Oct 2010, 03:06
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 12529 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;
}