Re: navigation tree bar for direct subforum access?
Posted: 03 Oct 2010, 19:08
Nah, just open a tab with https://sourceforge.net/, login, close, refresh forums tab and voila
- Xander
- Xander
Give a child a robot, he'll play for an hour. Teach him to build, and he'll play forever.
https://mindboards.org:443/
Then don't use the adblocker or css filesspillerrec wrote:It is still not very intuitive for new users...
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.
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"]
Code: Select all
sourceforge.net##A[id="sf_logo"][href="https://sourceforge.net"]
Code: Select all
sourceforge.net##DIV[id="site-description"]
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. )
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
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;
}