Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
2 things

 
Post new topic   Reply to topic Printable version
 View previous topic  Renaming Subspace! Post :: Post Hello  View next topic  
Author Message
Cheese
Wow Cheese is so helpful!


Joined: Mar 18 2007
Posts: 1017
Offline

PostPosted: Thu Aug 06, 2015 4:57 pm   Post maybe stupid    Post subject: 2 things Reply to topic Reply with quote

2 things ive always wondered:

1) why has there never been a site meta forum for threads about the mgb forums/wiki themselves
seems like it would have helped with organization

2) why has there never been a forums skin chooser
ive always hated sites with eye searing white
_________________
SSC Distension Owner
SSCU Trench Wars Developer
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:40
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3614
Location: Las Vegas
Offline

PostPosted: Fri Aug 28, 2015 4:48 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

1) Make a subreddit?

2) Because these forums are old as fuck and all the custom modifications and security patches have made themes completely broken. Run your own custom CSS for the site (Firefox/Chrome plugins)?
Back to top
View users profile Send private message Add User to Ignore List Send email
SamHughes
Server Help Squatter


Joined: Jun 30 2004
Posts: 251
Location: Greenwich
Offline

PostPosted: Sat Sep 05, 2015 9:19 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I too suffer from the eye-searing white the 3 hours a day I peruse these forums.
Back to top
View users profile Send private message Add User to Ignore List
Cheese
Wow Cheese is so helpful!


Joined: Mar 18 2007
Posts: 1017
Offline

PostPosted: Mon Sep 07, 2015 10:24 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

been using greasemonkey for ages but dont spend enough time here to custom skin it
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
HangsToTheLeft
Newbie


Gender:Gender:Female
Joined: Oct 02 2015
Posts: 1
Offline

PostPosted: Fri Oct 02, 2015 12:52 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Here Cheese. Been using this for a couple of years to browse these forums.

Code: Show/Hide

// ==UserScript==
// @name          jQuery Example
// @require       http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==

$(function() {
    $("td").each(function() {
        var hue = 'rgb(' + (Math.floor((256-199)*Math.random()) + 200) + ',' + (Math.floor((256-199)*Math.random()) + 200) + ',' + (Math.floor((256-199)*Math.random()) + 200) + ')';
         $(this).css("background-color", hue);
    });
   $("img").each(function() {
       $(this).css('transform', 'rotate(180deg)');
    });
$("b a").text(function () {
    return $(this).text().replace("Cheese", "Cuck").replace("Mine GO BOOM", "Hitler");
});
});
[/code]
Back to top
View users profile Send private message Add User to Ignore List
Cheese
Wow Cheese is so helpful!


Joined: Mar 18 2007
Posts: 1017
Offline

PostPosted: Fri Oct 02, 2015 6:20 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

random bg color and sideways pictures, seems helpful
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 692 page(s) served in previous 5 minutes.

phpBB Created this page in 0.457191 seconds : 31 queries executed (88.3%): GZIP compression disabled