I just wonder if it is any way possible to get the forum to look little more like it did before the latest update. Is there somekind of a skin or something that can fixx that? The forum is way to messy after the upgrade to the point i have lost interest in even check it. Now it is like things is all over the place. I miss the more cleaner look it had before.
Advertising Information |
|
Members Online: | 810 |
Total Members: | 35,185 |
World Visitor Map |
COMMENTS
-
TheGunslinger
02:24 Jun 15 2017
If you create a site wide skin and put the following block of code in it, it should force the browser to display the forums.
Let me know if it works.
forum-div-1, forum-div-2, forum-div-3, forum-div-4, forum-div-5 {
display: block !important;
}
TheGunslinger
08:31 Jun 17 2017
You can delete my last comment this is as close as I can get it. Site wide skin and add the following CSS:
#forum-div-1, #forum-div-2, #forum-div-3, #forum-div-4, #forum-div-5 {
display: block !important;
}
#forum-button-1, #forum-button-2, #forum-button-3, #forum-button-4, #forum-button-5 {
display: none !important;
}
.forum img{
display:none;
}
.forum .new-marker {
margin: -5px 10px 0 0 !important;
}
.forum_back div, .forum_rip_back div {
margin-bottom: 0 !important;
margin: 0 0 0 0 !important;
}
.forum_back div:first-child, .forum_rip_back div:first-child {
float: left;
margin-right:20px;
width: auto !important;
}
.forum_back div:last-child, .forum_rip_back div:last-child {
float: left;
width: auto !important;
}
.forum_back div a, .forum_rip_back div a {
padding: 0 10px 0 10px;
display: inline-block;
}
.forum br{
display: none;
}
.forum_back:after, .forum_rip_back:after {
content: "";
display: block;
clear: both;
}
/* Uncomment if you want to hide RIP posts from view */
/*.forum_rip_back {
display: none;
}*/