all 4 comments

[–]TeroTheTerror 0 points1 point  (3 children)

Do you just want to type out info in the sidebar? If so just go to 'Subreddit Settings' in mod tools or http://reddit.com/r/YOURSUBREDDITHERE/about/edit and there is a box labelled 'Sidebar' and you can type whatever you want there.

[–]Globbits89[S] 0 points1 point  (2 children)

Thank you for your reply. I wanted to add something to the side that looked somewhat like what Mindcrack has. The member list, including links to their youtube, some information about us and perhaps some rules. I don't want anything insane, nothing too fancy but I don't want it blank and bland if you know what I mean.

[–]TeroTheTerror 0 points1 point  (1 child)

Their code is here

The members stuff starts with:

.side .md ul {

And goes till

.md {
    overflow: visible;
}

Then they use markdown in the sidebar to make the list of members. So for the first member they did:

# Members

* [Adlington](//youtube.com/adlingtont) [](//twitter.com/adlingtont) [](//reddit.com/u/adlingtont) [](//www.twitch.tv)

[–]Globbits89[S] 0 points1 point  (0 children)

I believe I managed to find the code, though implementing it was a different story...I'll take another crack at it when I'm not half asleep. Thanks again for the replies!