Until now, I still cannot fully integrate between igloo and CMS. Because to do complete integration, we should use API provided by the CMS. I have some documentation about API in Mambo and Drupal but it is still hard for me to learn it (sorry for my limited knowledge). So what I did is, first, install the CMS and Igloo. It is better installing them in separated folder.
Second, create your template. This template will be used in Igloo and the CMS. Third, learn the Templating system in the CMS. I assume that you have understood the templating system in Igloo. Drupal has better Templating system than mambo (i dont know much about joomla). Especially how to insert some PHP scripting. Fourth, the integration time! In fact, it is two separated system, the CMS and Igloo. But because you use the same template, it will look like it is from the same system. If you want to put the search form in CMS page, use some PHP scripting (inserted in CMS template) to parse the ($glb['dblist'][n]['name'] = 'xxx'; $glb['dblist'][n]['title'] = 'xxxxxxxx';) value from global_setting.inc.php. That's what I did in perpustakaan-elsam.or.id. Regards, Hendro Wicaksono On 6/17/07, jason.loton <[EMAIL PROTECTED]> wrote: > > can any1 help me integrate igloo5 into any of the current popular cms > options? > > > [Non-text portions of this message have been removed] -- Towards cyber libraries to support information society in Indonesia. Joining ICS-isis by sending mailto:[EMAIL PROTECTED] Visit ICS-Portal at http://digilib.binus.ac.id/ics/index.php Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ics-isis/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ics-isis/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
