Page 5 of 5

Re: Coco_XH

Posted: Sun Sep 18, 2016 10:23 am
by bastingse
Tata wrote: IMHO:
It is easier for user to relay on working newsboxes. As he only needs standardly edit a hidden page once a time. Using Coco, he needs to edit each box separately.
Yes, you are right Tata, now it is easier to use newsbox. But first i thought that coco was showing on each page, then that would be handy. Now i now that it is not working that way, indeed i stuck to newsbox :D

Re: Coco_XH

Posted: Wed Jul 11, 2018 4:32 pm
by manu
In 1.6.x Coco used a function called XH_getStreamContents() which disappeared in 1.7.x.
Any substitute function for XH_getStreamContents()?
regards
manu

Re: Coco_XH

Posted: Wed Jul 11, 2018 5:00 pm
by cmb
manu wrote:
Wed Jul 11, 2018 4:32 pm
In 1.6.x Coco used a function called XH_getStreamContents() which disappeared in 1.7.x.
Any substitute function for XH_getStreamContents()?
You can just use the native PHP stream_get_contents() (available as of PHP 5.0.0).

Re: Coco_XH

Posted: Thu Jul 12, 2018 6:29 am
by manu
What Coco Version is the most recent stable? My installed Coco 1.0 looks different than your 1.0 in GitHub :? .

Re: Coco_XH

Posted: Thu Jul 12, 2018 1:42 pm
by cmb
manu wrote:
Thu Jul 12, 2018 6:29 am
What Coco Version is the most recent stable? My installed Coco 1.0 looks different than your 1.0 in GitHub :? .
The most recent stable would be Coco_XH 1.0. Please don't compare to the source download (or the Github tree), but rather to the downloadable Coco_XH-1.0.zip. Note though, that Coco_XH 1.0 is still not compatible to XH 1.7 (the upgrade appears to be much harder than it should have been).