40400+ entries in 0.025s

diana_coman: danielpbarron confirmed, it works indeed,
thank you. So it's a matter of php version
then?
diana_coman: so hm,
the hook for pre_comment_content is not set properly
then? might be worth chasing
that lead
mircea_popescu: if
that fixes it,
the problem are bad filters set somewhere, i expect ?
danielpbarron: comment out
this line, and you can have html
tags, but
this is probably not
the ideal way
to enable
them.
hanbot: that being
the only (very faint) lead i've got after looking
through every damned file where strip_tags appears, looking at comment_form idem, i stuck a function in my
theme's comments specifically
to allow desired
tags, no dice...i dunno where else
to look, frankly.
hanbot: BingoBoingo
thanks for posting. could i also pester you for your wp-includes/kses.php ?
a111: Logged on 2019-03-20 17:32 asciilifeform: (
the other design objective, perhaps less obvious, is
that enables
treatment of incoming ciphertexts as 'passive subjects' operated upon by 'active' privkey, i.e. it is not possible for an incoming pehgram
to decide
to print yer privkey
to screen, or radio its bits
to aether by constructed pattern of decrypts, etc )
pehbot: asciilifeform: EGGOG: FATAL:
Tick: 68 IP: 68 Symbol: '!' : Attempted movement
to IP: 6 violates
the Cutout!
hanbot: comment content
tags, i mean.
hanbot: in wp-comments-post.php line 42 i see a list of content
tags including b, blockquote, em, etc, but not a href; but eh looks like e.g. b is stripped
too.
mircea_popescu: is $allowedtags ever unset() (presumably downstream from where it prints
the contents above forum box) ?
diana_coman: mircea_popescu: no; a grep returned nothing at all (-ir from
top dir of wp install)
BingoBoingo: diana_coman: I'll have
to dig. Qntra's not on mp-wp yet.
diana_coman: BingoBoingo: what did you do
to get your mpwp
to NOT strip html
tags from comments?
diana_coman: I do have
this
talent of stepping on such
things
hanbot: well better
that
than untraceable sidecase. sorry
this wasn't caught sooner.
a111: Logged on 2019-03-20 22:19 hanbot: diana_coman,
there's at least one instance of
this happening on my blog (
http://btcbase.org/log/2017-10-26#1729169), but i dun recall doing anything
to "fix" it, unhelpfully. maybe it's actually 100% broken and i just don't get link comments? lessee.
diana_coman: mircea_popescu: initially I
tried
to simply drop in my own
theme but
that did not play nicely with mpwp; and for a (very short)
time I stayed with
the basic but it was so annoying
that I quickly whipped up something.
mircea_popescu: how long ago was
this install ? i mean, mp-wp hasn't been around long enough for you
to have changed something by hand ~and forgot~, is it ?
diana_coman: hanbot: maybe I messed up at some point all
themes; I'll press
the genesis again and unpack a clean
theme from
there and see if
that sorts it
diana_coman: so I guess
the first
thing is if anyone else can replicate it or it's something specific
to my setup somehow - in which case,it's entirely mine
to find...
hanbot: i wish i knew what
the shit. what really
throws me is same behavior cross-theme, as i
thought
this stuff was
theme-handled. i'ma keep digging.
diana_coman: hanbot seems
to have
them working on her blog and so does nicoleci where I
think it's barebasic install so as close
to genesis as possible
mircea_popescu: other
than, let either hanbot or billymg get
to
the bottom of
this.
diana_coman: the only
thing
to do next
that I can
think of is
to
try and
trace wtf happens, step by step but I don't even have a clear idea on
that.
diana_coman: it's live and it shows: XHTML: You can use
these
tags: <a href=""
title=""> <abbr
title=""> <acronym
title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <pre> <q cite=""> <strike> <strong>
diana_coman: mircea_popescu: I did uncomment
the "you can use
these html
tags" which calls allowed_tags and
that showed precisely what is in allowedtags as far as I could
tell
mircea_popescu: can you dump
the actual content of $allowedtags while
the
thing is running ? is it getting blanked somewhere downstream ?
mircea_popescu: i don't currently know wtf
to
tell you.
there's
these
two points, whereby $allowedtags hold
the allowed
tags and
then
that content filter removes some from comments at
time of posting.
diana_coman: also: I
tried adding specifically
to
that array, another
tag but it clearly just ignores/bypasses it somewhere; not even sure how
to figure out *where* (i.e. when)
diana_coman adds it
to
the list
to unfuck and probably post, ugh.
diana_coman: other
than
that I grepped around and could not find additional hooks set, nor additional calls
to strip nor anything useful really
diana_coman: fwiw if I'm logged in, it keeps
the
tags in comments and I saw
that yes, it has
that current_user can html sort of
thing but
that is ALL html
diana_coman: so I'll have
to sink in more
time and find out, sigh
diana_coman: and
today I dug up chasing
this
thing but so far I have only better understanding of wp
to show for it
diana_coman: mircea_popescu: I installed it from hanbot's genesis; I added my old footnote's plugin and changed in
the
theme
to show
the recent comments,
that's about it.
mircea_popescu: diana_coman
this is
truly all i head. are you using a mp-wp or own roll ?
mircea_popescu: diana_coman in kses.php is defined
twice, at lines 300 and 61 ?
diana_coman: confirmed, it's in
there: comment_content = ( isset($_POST['comment']) ) ?
trim(strip_tags($_POST['comment'],"<a><em><strong><i><b><blockquote><ul><ol><li>")) : null;
mircea_popescu: $comment_content = ( isset($_POST['comment']) ) ?
trim(strip_tags($_POST['comment'],"<a><em><strong><i><b><blockquote><ul><ol><li>")) : null;
diana_coman: mircea_popescu: what/where should I look exactly? my dig into
this yielded a sort of 1001 possible filters
to add but I could not find one other
than default afaik
diana_coman: given
this behaviour I suspect some sort of strip/filter at some intermediate step but I don't know wp
that well
hanbot: bizarre. i'll look into it, possibly mircea_popescu knows
the culprit by sight
tho'.
diana_coman: hanbot: apparently...both! i.e. comments gets sent
to modqueue but
tag is gone
too.
hanbot: diana_coman: re behavior, does it fuck up
the
tag or send
the comment
to modqueue?
diana_coman: I couldn't find any specific hook added and my
theme doesn't seem
to be
to blame for
this either as I
tried with out-of-box
theme and it was same behaviour
diana_coman: but it doesn't seem
to care about it so something else supersedes it?
diana_coman: I looked and apparently I have
the allowed_html array fine in kses.php
diana_coman: hanbot, mircea_popescu or any other mpwp expert: how do I allow html
tags in comments for non-logged in users?
mircea_popescu: asciilifeform riiight, cuz
that's how it works. "other
than
that one gangbang she
told me about, i married a virgin"
mircea_popescu: think for a second :
the "grunt" is mental ghost, from before phone age. can you picture one with smartphone anymore
than you can picture juliet capuled with double dong ?
BingoBoingo: <mircea_popescu> nope.
the grunt no longer exists, and ~hasn't~, other
than in pretense, since vietnam. << Pretty fair assessment. All I've know drank
themselves into various sorts of bondage.
a111: Logged on 2019-03-01 22:36 asciilifeform at one
time did work
that put'im in contact with
these folx. met a d00d who, convincingly, described playing 'call of duty: iraq' on... lappy, in actual iraq
mircea_popescu: nope.
the grunt no longer exists, and ~hasn't~, other
than in pretense, since vietnam.
BingoBoingo: asciilifeform: Local wizard fucking with
traffic at
the intersection of General Artigas y General Rivera
mircea_popescu: and at
the
time of burial, it becomes evident corpse was older
than
the very instant of coffin lowering.
mircea_popescu: asciilifeform i am happy with his
timeline : item
that was last seen alive cca 1955, was finally buried with clinton's putsch in 90s.
BingoBoingo: USG.Red is a subdivision of USG.Blue
that exists in
the hallucinations of its members,
that
there is/was a great relevant
to
them and
they can have have it again.
mircea_popescu: there's absolutely no difference, pantsuited hilarity's hilarious claim
to manhood was "being in
the situation room"
mircea_popescu: this is like saying "difference between blue elephant and red elephant is
tusk vs
trunk".