Embedded in EgoCMS 3.2.22

cljk2

Joined: 2003-11-22
Posts: 1
Posted: Sat, 2003-11-22 23:41

Today - on this wonderful saturday - I successfully embedded the Gallery (1.4.1 RC4) in EgoCMS (visit http://www.egocms.de).
Some technical infos:
I´ve copied and modified the index.php to egoindex.php and implemented this egoindex.php in a new page-type script in EgoCMS.
The wrapper-script starts an ob-buffer and clears it after the gallery-processing and inserts the content in the Ego-Template-System.
Modified in util.php the makeGalleryUrl-Function to use "this_url()" of EgoCMS (generates a rewrite-Url) and some other scripts
If anybody uses this CMS and wants to get my wrapper-scripts, contact me under

Next days (better.... weeks!) I´ll also pack the modified scripts to an tar-file and upload it to my website.

p.s.
in the navigator.php.... why aren´t there used the makeGalleryUrl() - Function-calls - but $url."page=".$prevPage like Links?
I had to replace all these links by the makeGalleryUrl-Calls....
makeGalleryUrl would make other ports much more simple...