Bob,
I just did a test upgrade from 0.8.0 to RC3. The upgrade went fine and you
new implmentation of converting links works good. One thing it does affect
are links in the form <a href="http://www.website.com">Website</a> It makes
them like this http://www.website.com>Website
Other than that...good work.
Mike
----- Original Message -----
From: "Bob Treumann" <bo...@el...>
To: <php...@li...>
Sent: Wednesday, April 10, 2002 10:08 PM
Subject: Re: [Phpwebsite-developers] Re function convert_to_links
> I have done and submitted all of the important files. I haven't done
> the "preview" functions or the userpage stuff.
>
> On 10 Apr 2002 at 16:01, Bob Treumann wrote:
>
> > I have added this function to mainfile.php. I am going to
> > start loooking for the spots that need to apply the function,
> > but if any developers want to add it to their own code
> > ( you may know better where to look than I do )
> > you can do that now
> >
> > All you have to do is to change
> >
> > print $body_text;
> > to
> > print convert_to_links($i_text=$body_text);
> >
> > Thats it!
> >
> > Thanks to anybody who does this!
> > --
> > Bob Treumann, 651-603-1245
> > Elmwood Solutions Inc. (St. Paul, Minnesota)
> > bo...@el...
> > http://www.elmwood.com
> > ORACLE Business Alliance Program Member
> >
> >
> > _______________________________________________
> > Phpwebsite-developers mailing list
> > Php...@li...
> > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>
> --
> Bob Treumann, 651-603-1245
> Elmwood Solutions Inc. (St. Paul, Minnesota)
> bo...@el...
> http://www.elmwood.com
> ORACLE Business Alliance Program Member
>
>
> _______________________________________________
> Phpwebsite-developers mailing list
> Php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>
>
|