THIS JOURNAL IS ON 140 FAVORITE JOURNAL LISTSHonor: 13 [ Give / Take ]
1 entry this month
About forum03:25 Jun 14 2017
Times Read: 558
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.
RECENT FORUM POSTS
Sire (101)
Comment on the one above
00:33 - May 04 2025
READ POST

Premiere Sire (122)
Poke,Hug.Run.
20:04 - February 10 2025
READ POST

Great Sire (118)
What Are You Listening To?
Kajagoogoo - Too Shy (Official Music Video)... |
03:39 - May 10 2025
READ POST
THE FORUM
REAL VAMPIRES LOVE VAMPIRE RAVE
Vampire Rave is a member of
Page generated in 0.0448 seconds.
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;
}*/