Re: jcow forums php error for IE
Angel <[email protected]> Fri, 7 Apr 2023 05:29:12 -0700 (PDT)
| Newsgroups | alt.comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
Hello.....................
What do You think of making together business in programming field ?
I have developed a chat script, that is fast and easy to use. Because it us=
es a small database system data.php.
groups.google.com/g/airplane/c/D7cxKuHvccQ
Chat pages made with this:
youthmeetupplace.talk4fun.net/a.php
If You are willing to make business with me, then e-mail me: y000000000000@=
@@@@@ya.ee or call: (+372) 56091196
Kristjan Robam from Estonia.
On Thursday, November 3, 2011 at 3:25:21=E2=80=AFPM UTC+2, Dave wrote:
> After I post in the Forums on my site using jcow forums, I have a problem=
=20
> with Internet Explorer but not FireFox in the News Feed - I get a "No pic=
t=20
> box" in the News Feed.=20
>=20
> http://twitterrooms.co.uk/forums/viewthread/338?succ=3D1=20
>=20
> One suggestion was: "i think you have a problem in the stream_display=20
> function "=20
>=20
> This is a portion of the code:=20
>=20
> if (in_array(1,$forum['read_roles']) || in_array(2,$forum['read_roles']))=
=20
> {=20
> $posturl =3D '<a href=3D"'.$posturl.'">'.t('View').'</a>';=20
> $attachment =3D array(=20
> 'cwall_id' =3D> 'none',=20
> 'name'=3D> t('Reply to'),=20
> 'des' =3D> addslashes(h(utf8_substr($post['message'],60)))=20
> );=20
> $app =3D array('name'=3D>'forums','id'=3D>$thread['id']);=20
> $replyurl =3D url('forums/newreply/'.$pid,t('Reply'));=20
> $stream_id =3D stream_publish(=20
> addslashes(h(utf8_substr(stripslashes($_POST['form_content']),120)).'=20
> <span style=3D"float:right;">'.$posturl.' | '.$replyurl.'</span>'),=20
> $attachment,$app);=20
> sql_query("update ".tb()."forum_posts set stream_id=3D'$stream_id' where=
=20
> id=3D'$pid'");=20
> }