I'm used to scrolling all the way down to get to the "good" forums (the ones I think most people are interested in posting in). I saw on punbb-hosting, they have like [-] on each category bar thing and when you click it, the forum section folds up and it becomes [+]
Offline
I could do with a complete remake of these forums, they really are terrible, you need to relog for something to be marked as read.
The forums Wurm uses are brilliant, they have everything a good forum needs.
Offline
Andres-Vander wrote:
I'm used to scrolling all the way down to get to the "good" forums (the ones I think most people are interested in posting in). I saw on punbb-hosting, they have like [-] on each category bar thing and when you click it, the forum section folds up and it becomes [+]
I think a better way to phrase the suggestion is "the option to make forum sections collapsible".
I'm not very involved with the website design, but I would to see collapsible forums when the old forum system is finally rewritten.
Offline
If you're using Firefox or Chrome, download the Stylish addon and create a user style with this code:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("scratch.mit.edu") { #idx5 {display: none !important;} }
If you're not... too bad.
Offline
scimonster wrote:
If you're using Firefox or Chrome, download the Stylish addon and create a user style with this code:
Code:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("scratch.mit.edu") { #idx5 {display: none !important;} }If you're not... too bad.
In Chrome, you have to remove the namespace and -moz-document flags, just leaving the ID selector and then specifying it for /forums/ and /forums/index.php
Offline
scimonster wrote:
If you're using Firefox or Chrome, download the Stylish addon and create a user style with this code:
Code:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("scratch.mit.edu") { #idx5 {display: none !important;} }If you're not... too bad.
What does that do?
Offline
ImagineIt wrote:
scimonster wrote:
If you're using Firefox or Chrome, download the Stylish addon and create a user style with this code:
Code:
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("scratch.mit.edu") { #idx5 {display: none !important;} }If you're not... too bad.
What does that do?
Hides the fifth forum index.
Now I'm working on a user script to make it collapsible. ;D
Offline