Third Party Plugins to CMSimple - how to install, use and create plugins
Moderator: Tata
-
bastingse
- Posts: 257
- Joined: Fri Jun 06, 2008 9:38 pm
- Location: Netherlands
-
Contact:
Post
by bastingse » Sun Sep 18, 2016 10:23 am
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

-
manu
- Posts: 717
- Joined: Wed Jun 04, 2008 12:05 pm
- Location: St. Gallen - Schweiz
-
Contact:
Post
by manu » 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()?
regards
manu
-
cmb
- Posts: 13114
- Joined: Tue Jun 21, 2011 11:04 am
- Location: Mü-Sa, RLP, DE
-
Contact:
Post
by cmb » Wed Jul 11, 2018 5:00 pm
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).
-
manu
- Posts: 717
- Joined: Wed Jun 04, 2008 12:05 pm
- Location: St. Gallen - Schweiz
-
Contact:
Post
by manu » 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

.
-
cmb
- Posts: 13114
- Joined: Tue Jun 21, 2011 11:04 am
- Location: Mü-Sa, RLP, DE
-
Contact:
Post
by cmb » Thu Jul 12, 2018 1:42 pm
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).