[QUOTE=Pascall;28365084]this basically
You guys are free to discuss a little here and there, but when it becomes Fast Threads style posting, you're going too far.[/QUOTE]
But then I can't post anywhere anymore. Outside fast threads.
the characters fucked up on the website
[QUOTE=Portalz117;28367068]-snip-
[editline]1st March 2011[/editline]
[img_thumb]http://gyazo.com/e543219a1b9c1d7e4bef8f635ac26dd3.png[/img_thumb]
what is this[/QUOTE]
I really don't know
Escaped strings obviously.
hey compwhizii, can you consider the idea of making media tags be able to close after opening
[QUOTE=rampageturke 2;28367505]hey compwhizii, can you consider the idea of making media tags be able to close after opening[/QUOTE]
Sure, added to my todo list.
[QUOTE=rampageturke 2;28367505]hey compwhizii, can you consider the idea of making media tags be able to close after opening[/QUOTE]
[code]$(this).siblings('.mediablock').show( 'fast' ); $(this).hide(); return false;[/code]
to
[code]onclick="$(this).siblings('.mediablock').toggle( 'fast' ); return false;[/code]
[editline]0[/editline]
nm whzii answered
[QUOTE=Pascall;28365084]this basically
You guys are free to discuss a little here and there, but when it becomes Fast Threads style posting, you're going too far.[/QUOTE]
[QUOTE=garry;28362803]This is ask us about the forums, not a chat thread. Shut your faces.[/QUOTE]
I predict drama in six months when garry comes back :v:
If one mod sees a post flaming another mod, and the second mod doesn't care, can the first mod still ban them for mod sass? Or is it only the mod who was called a name that can ban them?
Only garry bans for mod sass
[QUOTE=CarlBooth;28367591][code]$(this).siblings('.mediablock').show( 'fast' ); $(this).hide(); return false;[/code]
to
[code]onclick="$(this).siblings('.mediablock').toggle( 'fast' ); return false;[/code]
[editline]0[/editline]
nm whzii answered[/QUOTE]
thing is will that always stop media like videos? I was thinking I'd have to remove everything in the media block, and have it only be a one way thing.
I've seen other people ban for it before the hezzy incident.
[QUOTE=Atokniro;28367703]I've seen other people ban for it before the hezzy incident.[/QUOTE]
Things change.
What is mod sass? Is it just attempting to annoy moderators? I don't pay anywhere near enough attention to know crap like that.
[QUOTE=Tentacle;28367748]What is mod sass? Is it just attempting to annoy moderators? I don't pay anywhere near enough attention to know crap like that.[/QUOTE]
Backtalk, basically.
probably the line between critique and flaming
[QUOTE=Tentacle;28367748]What is mod sass?[/QUOTE]
Moderator cheeky backtalk.
[QUOTE=compwhizii;28367689]thing is will that always stop media like videos? I was thinking I'd have to remove everything in the media block, and have it only be a one way thing.[/QUOTE]
yeah shit would carry on playing. You'd have to destroy the .mediablock element but then you wouldn't be able to open it again.
[QUOTE=Tentacle;28367748]What is mod sass? Is it just attempting to annoy moderators? I don't pay anywhere near enough attention to know crap like that.[/QUOTE]
i was banned for mod sass before. I called Lithifold fat.
sorry Lithifold
* Hezzy permabanned Arc Nova in this thread with the reason “Mod sass”
* Lithifold unbanned Arc Nova with the explanation “Not a dick”
* Dragon permabanned Arc Nova in Avatar Requests V2 with the reason “NO TABASCO, NO UNBAN
yeh thats how it went
[QUOTE=deggie;28367783]probably the line between critique and flaming[/QUOTE]
Closer to critique in many cases, it seems.
snip
So are we still allowed to call bullshit when a mod makes an obviously bad decision or not? It'd be nice if someone made a list of DO's and DON'T'S or something.
[QUOTE=I Broke The Sun!;28367995]So are we still allowed to call bullshit when a mod makes an obviously bad decision or not? It'd be nice if someone made a list of DO's and DON'T'S or something.[/QUOTE]
I think we're allowed to criticise what they do, but not outright insult them.
[QUOTE=I Broke The Sun!;28367995]So are we still allowed to call bullshit when a mod makes an obviously bad decision or not? It'd be nice if someone made a list of DO's and DON'T'S or something.[/QUOTE]
if you're not sure don't post
MOD SASS
MODSASS
MODS ASS
MOD'S ASS
postal joke
[editline]1st March 2011[/editline]
[QUOTE=Arc Nova;28368031]if you're not sure don't post[/QUOTE]
or just don't post
Because of all the forum jiggling, Music is no longer in creationism corner and as such has no dedicated mod. Does it need one?
[QUOTE=CoolCorky;28368326]Because of all the forum jiggling, Music is no longer in creationism corner and as such has no dedicated mod. Does it need one?[/QUOTE]
I'm in the vicinity a lot because of the Beatles thread, so I suppose I'll be hovering around that section more often.
[QUOTE=CoolCorky;28368326]Because of all the forum jiggling, Music is no longer in creationism corner and as such has no dedicated mod. Does it need one?[/QUOTE]
They seem pretty responsible in there.
[QUOTE=Chickens!;28368373]They seem pretty responsible in there.[/QUOTE]
no forum is completely responsible, everybody needs a good raping by a mod now and again
[QUOTE=compwhizii;28367689]thing is will that always stop media like videos? I was thinking I'd have to remove everything in the media block, and have it only be a one way thing.[/QUOTE]
do something like this quick mockup i made:
[code]<div class="mediatag">
<embed src="http://dicks/" />
</div>
<!-- Before removing everything, save a copy of the innerHTML -->
<script type=text/javascript">
var elem = $("div.mediatag");
jQuery.data(elem[0], "html", elem.html());
elem.children().remove();
// do your other stuff here
// then to put your stuff back, do this:
elem.html(jQuery.data(elem[0], "test"));
</script>[/code]
Sorry, you need to Log In to post a reply to this thread.