Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
So I came to thinking about how the forums used to store a cookie value for closing a given section of the RSOF. Well FunOrb still had theirs and it'll take a bit of tweaking to make it work on here (because who uses TABLES anymore? Divs are all the rage!).

Beautified it so it's easier to read the original: http://pastebin.com/yvpZ560H
I was thinking of making it work for the current forums, but figured it would be best to place here if anyone else wants to work with it ( particularly you, Indy :) ). I haven't started on the minor change to work with the RSOF due to the fact that I dislike dealing with nested div's. I'm a stick in the mud.

Also, I'm looking for a specific forum post that was in this thread (or maybe the version before this one) that had talked about custom theme's for the RSOF which had either the JS or CSS to rip out the styles for pretty much everything that wasn't the header, the RSN's, message text, and a couple other items.

I'd think it would be then possible to reuse http://www.funorb.com/css/forum/forum3-7.css in some aspects to make a 'Legacy'-like RSOF. It's just something that cropped into my head when I decided to see how dead FunOrb was and its' forums.

24-Aug-2014 06:55:16

Blasty
Feb Member 2017

Blasty

Posts: 9,319 Rune Posts by user Forum Profile RuneMetrics Profile
Ryan M said :
I'd think it would be then possible to reuse http://www.funorb.com/css/forum/forum3-7.css in some aspects to make a 'Legacy'-like RSOF. It's just something that cropped into my head when I decided to see how dead FunOrb was and its' forums.


I was surprised to find out how few changes were needed to get that working properly :O (well, just on posts anyway)

http://i.imgur.com/BIbEM2P.png

.Bubble {
background-image: none !important;
}
.BubbleHeader {
background-image: none !important;
}
.BubbleFooter {
background-image: none !important;
}
.message {
position: relative;
min-height: 200px;
}
.leftpanel {
position: absolute;
top: 0;
bottom: 0;
}
.msgcreator.uname {
box-sizing: border-box;
margin: 0 0 6px 0;
}
.usertitle {
}
.Bubble {
margin-right: 0;
}

­­­­­­­­­­­­ .:
Blasty
the Blue
:.­­­­­­­­­
Blasty
// @BlastytheBlue // Blasty#5167
| Co-owner of Mine Nation

24-Aug-2014 07:35:58 - Last edited on 24-Aug-2014 07:55:51 by Blasty

Ryan M
May Member 2008

Ryan M

Posts: 3,095 Adamant Posts by user Forum Profile RuneMetrics Profile
Blasty said :
Ryan M said :
I'd think it would be then possible to reuse http://www.funorb.com/css/forum/forum3-7.css in some aspects to make a 'Legacy'-like RSOF. It's just something that cropped into my head when I decided to see how dead FunOrb was and its' forums.


I was surprised to find out how few changes were needed to get that working properly :O

http://i.imgur.com/BIbEM2P.png

.:
Blasty
the Blue
:.

Fantastic. ^_^

24-Aug-2014 07:44:29

Quick find code: 261-262-33-65181208 Back to Top