Ask us more about the forums: READ THE OP or get BANNED. Yes, search is currently disabled for blue
10,008 replies, posted
[QUOTE=YourFriendJoe;36930467]Where did garry get the pack of ratings?
I know I could just save the ones now, but I remember seeing them somewhere and I want to use them on my website.[/QUOTE]
[url]http://findicons.com/pack/1581/silk[/url]
Looks like them to me
Is there any way I can get in touch with the moderators?
[QUOTE=Stonem;36930582]Is there any way I can get in touch with the moderators?[/QUOTE]
PM them
[QUOTE=Stonem;36930582]Is there any way I can get in touch with the moderators?[/QUOTE]
PM them
[img]http://puu.sh/LCLN[/img]
Click that on their profile page
[QUOTE=Stonem;36930582]Is there any way I can get in touch with the moderators?[/QUOTE]
Contact them via PM or on their profile pages.
[QUOTE=Daniellynet;36930598]Contact them via PM or on their profile pages.[/QUOTE]
I have no idea who the mods are though. Haha.
[QUOTE=Stonem;36930632]I have no idea who the mods are though. Haha.[/QUOTE]
[url]http://www.facepunch.com/showgroups.php[/url]
[QUOTE=Gumi;36930675][url]http://www.facepunch.com/showgroups.php[/url][/QUOTE]
and just so you don't forget how to get to that page:
[img]http://i.imgur.com/etfft.png[/img]
keep in mind that's not a full list though. it only lists people that have been specifically assigned a forum in the backend.
[QUOTE=Lexic;36930384]If you only log in on public computers, you should really trash all cookies before and after using it. You don't want other people's grot and they don't want yours.[/QUOTE]
Net cafes - when your session is up, delete browsing history and cookies for that matter. Happens to me when I check facebook if say I'm at the mall in the coast very briefly for 3 minutes. Once it's done it'll say
"Your time is up, thank you!" then delete everything that I viewed and just wait for the next person to sign in.
You don't really have to worry about it in that case
[QUOTE=Chirno;36927279]Bullshit, I got banned for manual.[/QUOTE]
It was probably because he's new.
That would be cool if it meant it was bannable now though, shit is annoying.
What happens when a poster dies?
[QUOTE=Griffster26;36934306]What happens when a poster dies?[/QUOTE]
Nothing
I don't see why anything special should happen
[QUOTE=Griffster26;36934306]What happens when a poster dies?[/QUOTE]
Just like it does in real life.
But no, they just stop posting obv.
If they are saying they're killing themselves or something usually mods ban them for "dead" or something.
[QUOTE=Griffster26;36934306]What happens when a poster dies?[/QUOTE] If they announce their death, they'll be banned and said to be presumed dead.. If they don't announce it, nothing will happen. Unless they're someone important, there'll be no announcement.
[QUOTE=oakman26;36934230][url]http://www.facepunch.com/showthread.php?t=1200530&p=36934190#post36934190[/url]
guy asks for us to give him CSS content for gmod
on his linked steam he has CSS but not gmod[/QUOTE]
Pro-tip: you can't go off of the steam profile link. Lots of people that join here don't understand what they're supposed to put there for some tragic reason, either thinking it's supposed to be the steam login username or the alias they're currently going by on steam friends. Some people even put their steam id number. Result is they link to some other account sometimes and so if i went by that I would've wrongly banned a lot of people for seemingly not owning gmod. You wouldn't believe how many times i see shit like "http://steamcommunity.com/id/http://steamcommunity.com/id/*name here*" on accounts, and it would stay that way for ages with them never realizing it.
[editline]25th July 2012[/editline]
I'll wait to see what he says anyways, though
Tho his name on his steam account actually matches his fp name
Are we allowed to tell someone when their threads break the rules?
[QUOTE=CheeseMan;36938447]Tho his name on his steam account actually matches his fp name[/QUOTE]
icon is probably his current steam alias and he probably put it there instead of his url
i mean there's no way a kid that posts like that has been on steam for 8 years
[QUOTE=CheeseMan;36938447]Tho his name on his steam account actually matches his fp name[/QUOTE]
the name is just 'icon', that's not a unique name at all (over 3000 steam profiles with that name) and it doesn't make sense he'd claim he doesn't own css when that account he linked shows he does, does it?
besides everyone who pirates gmod reveals it eventually
so we just wait and see
[QUOTE=CheeseMan;36938447]Tho his name on his steam account actually matches his fp name[/QUOTE]
the location of the steam account and the location of the twitter account don't even match, so i think its safe to assume at least one of those isn't correct
[QUOTE=Jo The Shmo;36938756]the location of the steam account and the location of the twitter account don't even match, so i think its safe to assume at least one of those isn't correct[/QUOTE]
I would guess the twitter account, I mean, look at it
Does anybody have advice for blue members to navigate the site considering the disabled search? I've been trying to use Google to search threads, but I can't get actual hits. For example, I'm looking for the Taco Bell thread, but when I search "facepunch taco bell thread" or entries of the sort, I receive random results such as "The Facepunch 'Yap and Blabber' Thread" and Pascall's profile.
hi
do this
site:facepunch.com "taco bell" -"yap and blabber" -"pascall"
site:facepunch.com intitle:"taco bell"
intitle searches the thread titles only
embedded youtube videos should get back the functionality to open the video on youtube when clicking on the video title because the right-clicking and url copying sometimes just doesnt want to work for me.
[url=http://facepunch.com/showthread.php?t=1183052]Overv made a UserScript for that[/url].
On the note of userscripts, does anyone have that one which stops webm videos autoplaying? I've got it on my computer at home but I can't find it on userscripts.org for this one.
[QUOTE=Lexic;36942112][url=http://facepunch.com/showthread.php?t=1183052]Overv made a UserScript for that[/url].
On the note of userscripts, does anyone have that one which stops webm videos autoplaying? I've got it on my computer at home but I can't find it on userscripts.org for this one.[/QUOTE]
I can't find a link anywhere, but here's the script I currently have installed.
[code]
// ==UserScript==
// @name Garry Video Fixer
// @namespace fpgarryremover
// @version 0.1
// @include http://facepunch.com/threads/*
// @include http://facepunch.com/showthread.php*
// @include http://www.facepunch.com/threads/*
// @include http://www.facepunch.com/showthread.php*
// @description Changes the videos in FP back to the good ol' way.
// @copyright 2011 - Yogurt
// ==/UserScript==
var vids = document.getElementsByTagName("video");
for(var i = 0; i < vids.length; i++){
var vid = vids[i];
vid.setAttribute("controls", "controls");
vid.removeAttribute("autoplay");
vid.removeAttribute("loop");
vid.removeAttribute("onmouseover");
vid.removeAttribute("onmouseout");
vid.removeAttribute("onplay");
vid.removeAttribute("onclick");
}
[/code]
[QUOTE=horsedrowner;36942146]I can't find a link anywhere, but here's the script I currently have installed.
[code]
// ==UserScript==
// @name Garry Video Fixer
// @namespace fpgarryremover
// @version 0.1
// @include http://facepunch.com/threads/*
// @include http://facepunch.com/showthread.php*
// @include http://www.facepunch.com/threads/*
// @include http://www.facepunch.com/showthread.php*
// @description Changes the videos in FP back to the good ol' way.
// @copyright 2011 - Yogurt
// ==/UserScript==
var vids = document.getElementsByTagName("video");
for(var i = 0; i < vids.length; i++){
var vid = vids[i];
vid.setAttribute("controls", "controls");
vid.removeAttribute("autoplay");
vid.removeAttribute("loop");
vid.removeAttribute("onmouseover");
vid.removeAttribute("onmouseout");
vid.removeAttribute("onplay");
vid.removeAttribute("onclick");
}
[/code][/QUOTE]
Ta. I'd tweak it thusly though:
[code]// ==UserScript==
// @name Garry Video Fixer
// @namespace fpgarryremover
// @version 0.1
// @include http://facepunch.com/threads/*
// @include http://facepunch.com/showthread.php*
// @include http://www.facepunch.com/threads/*
// @include http://www.facepunch.com/showthread.php*
// @description Changes the videos in FP back to the good ol' way.
// @copyright 2011 - Yogurt
// ==/UserScript==
//
var vids = document.getElementsByTagName("video");
for(var i = 0; i < vids.length; i++){
var vid = vids[i];
vid.setAttribute("controls", "controls");
vid.setAttribute("loop", "loop");
vid.setAttribute("preload", "metadata");
vid.removeAttribute("autoplay");
vid.removeAttribute("onmouseover");
vid.removeAttribute("onmouseout");
vid.removeAttribute("onplay");
vid.removeAttribute("onclick");
vid.removeAttribute("muted");
}
[/code]
since people make videos that they expect to loop, and it's nice to have a thumbnail.
Sorry, you need to Log In to post a reply to this thread.