New forum! Post bugs & errors in here *CHECK FIRST POST FOR ISSUES FIRST - P.S. THE MM IS OPEN*

Status
Not open for further replies.
I don't know if it's been mentioned yet, but links that are posted which lead to another thread/post on this forum don't open in a new tab like external likes. Can this be fixed?
 
Right now I like the forums without padding. If padding is introduced, I hope it is made optional for users and not forced upon those that don't need or even want it.

:confused: there's padding all over the place, hence reducing it reduces the wasted space and improves the looks.
 
:confused: there's padding all over the place, hence reducing it reduces the wasted space and improves the looks.

i have a feeling you don't quite know what padding is :D
I thought Glaucus just meant padding on the left and right of the forums so the forum was narrower and perhaps easier to read for some users, such as those on ultra-wide monitors.
 
Can we please also make the rest collapsable, ie:
Staff Online Now
Members Online Now
New Posts
New Profile Posts
Forum Statistics

if you're using stylish, the below code will hide them for good

Code:
#boardStats {
   display: none;   
} 

.profilePostList{
   display: none;   
} 

.membersOnline {
    display: none;   
}

.threadList {
    display: none;     
}
 
I don't know if it's been mentioned yet, but links that are posted which lead to another thread/post on this forum don't open in a new tab like external likes. Can this be fixed?

Surely simplest solution would just be to right click on the link (or a double click on Mac) and select 'open in new tab'?
 
Status
Not open for further replies.
Back
Top Bottom