[QUOTE=Coolboy;39573402]Imagine a flashing gif as backround, changing text colors or horrible small text.[/QUOTE]
Sounds like the OIFY.
[QUOTE=DarthTealc;39573516]...oh no, what have I done!
Sorry Facepunch, I'll show myself out >_<[/QUOTE]
You just gave him the gun, he fired it. According to gun debate logic you're in the clear.
garry you made my day thanks
Still missing:
- Random flashing/animated gif's (As many you can fit in).
- Use marquee to show updates.
- Change the background to a basic Microsoft pattern.
Inspiration: [url]http://webtekrocks.com[/url]
Found this somewhere just for this oppurtunity
[url]http://www.textfiles.com/underconstruction/[/url]
This one is very SA like [img]http://www.textfiles.com/underconstruction/TokyoField2642smiley_construction.gif[/img]
[QUOTE=aurum481;39574349]Found this somewhere just for this oppurtunity
[url]http://www.textfiles.com/underconstruction/[/url]
This one is very SA like [img]http://www.textfiles.com/underconstruction/TokyoField2642smiley_construction.gif[/img][/QUOTE]
Damn .. that page nearly crashed my Firefox .. but then again, it doesn't take much to crash it.
[QUOTE=Matt-;39567242]Be a dear and host a developer wiki where the developers are in control please.[/QUOTE]
If someone wants to take the time to port everything over I can host a Wiki for us
[editline]13th February 2013[/editline]
[QUOTE=Wizard of Ass;39567476]Implying that wasn't done already.[/QUOTE]
Do you mean the one hosted at [url]http://maurits.tv/[/url] because you can't edit that (unless I'm missing something)
You are missing something.
mind telling me what that something is?
The wiki on maurits.tv is still on GM12. It's quite old.
Although it can still be handy sometimes, a lot of the information there is outdated.
I'm using
[url]http://wiki.garrysmod.com/index.php?title=Main_Page&useskin=vector[/url]
instead of using garry's skin.
It may be harder to put ?useskin=vector on each page, but it's easier to read.
This can be used along side the previous script to prevent pages loading twice by modifying all the page's links before you go to them. Previous script takes care of non-links obviously, like searching.
Script:[code]
// ==UserScript==
// @name GMod Wiki Links
// @namespace tehbiga.gmwiki
// @include http://wiki.garrysmod.com*
// @include https://wiki.garrysmod.com*
// @version 1
// @run-at document-end
// ==/UserScript==
$("a").each(function() {
var url = this.href;
if(url.match("\\?")) {
$(this).attr('href', url + "&useskin=monobook");
} else {
$(this).attr('href', url + "?useskin=monobook");
}
});
[/code]
I also like how the last update garry did displays everything in lowercase.
We want democracy!
[QUOTE=Persious;39575532]We want democracy![/QUOTE]
You won't find that on facepunch tho.
I know :(
[QUOTE=TehBigA;39575483]
I also like how the last update garry did displays everything in lowercase.[/QUOTE]
Don't forget the lovely placed exclamation marks [B]!![/B]
Both were added by DarthTealc's CSS actually, if you look closely you can see:
[code]
text-transform:lowercase;
h1:after, h2:after {content: "!!";}
[/code]
[QUOTE=mib999;39574858]I'm using
[url]http://wiki.garrysmod.com/index.php?title=Main_Page&useskin=vector[/url]
instead of using garry's skin.
It may be harder to put ?useskin=vector on each page, but it's easier to read.[/QUOTE]
It's patched ..
I feel like I'm stuck in the 90′s
[img]http://blogcdn.flowtown.com/blog/wp-content/uploads/2010/09/medium_2222074838_b6f5035ded_o-514x233.jpg[/img]
hahahahahah this is hilarious as fuck
i mean holy shit it looks like my first website i did when i was 9 but its funny at the same time
it would be funny if garry kept it this way
[QUOTE=Xandaros;39574804]The wiki on maurits.tv is still on GM12. It's quite old.
Although it can still be handy sometimes, a lot of the information there is outdated.[/QUOTE]
I use it often if im reading badly written code, some function syntaxes change and I'm stupid. Handy to know how things used to work at times.
[editline]13th February 2013[/editline]
Well done Garry...
He deleted the old theme files, monobook etc. And now anyone who had it set/bugged that way can no longer pick ANY theme so they are stuck like:
[IMG]http://bybservers.co.uk/sharex/Garry's_Mod_-_Google_Chrome_2013-02-13_19-15-09.png[/IMG]
Worked fine for me. Was hard to find the buttons to get to settings -> appearance but still managed to changed to the *cough* new and improved *cough* theme.
[url]http://wiki.garrysmod.com/page/Special:Preferences[/url]
I like how the old wiki snapshot is STILL better in EVERY way than what garry has done.
[QUOTE=danielga;39566311]You should do a theme following this as a guide [url]http://www.theworldsworstwebsiteever.com[/url][/QUOTE]
Atleast that site is actually usable.
[QUOTE=TehBigA;39577222]I like how the old wiki snapshot is STILL better in EVERY way than what garry has done.[/QUOTE]
Not every way.. try to edit it.
I'm starting to like the new wiki now. You should steal the background of cash4ads.biz because that is the best idea ever. Also get some music playing, preferably Harry Enfield's 'Loadsamoney'. Just don't forget to add an eyeraping gif for the background.
I see how this resembles Garry's Mod, but the function lists need to be toned down.
[img]http://puu.sh/222Ox[/img]
Get multiple columns or something, I shouldn't need to scroll this much.
I kinda like the new wiki :)
[QUOTE=danielga;39576985]Worked fine for me. Was hard to find the buttons to get to settings -> appearance but still managed to changed to the *cough* new and improved *cough* theme.
[url]http://wiki.garrysmod.com/page/Special:Preferences[/url][/QUOTE]
Been and set, still loads old one. Well, it tries.
[QUOTE=garry;39577417]Not every way.. try to edit it.[/QUOTE]
A challenge appears..
[QUOTE=NightmareX91;39577500]I'm starting to like the new wiki now. You should steal the background of cash4ads.biz because that is the best idea ever. Also get some music playing, preferably Harry Enfield's 'Loadsamoney'. Just don't forget to add an eyeraping gif for the background.[/QUOTE]
who wouldn't want to enjoy top class music such as 'loadsamoney' while browsing the beautifully designed wiki? that would be nobody
garry make it happen
Sorry, you need to Log In to post a reply to this thread.