PDA

View Full Version : PHPWebSite Integration...


sporto
02-27-2006, 02:45 PM
Can anyone here familiar with such beasts assist in integration issues with phpwebsite?


http://phpwebsite.appstate.edu/demo/0.10.x/ is the link to their online demo... login as admin, (user/pass on homepage) click on 'control panel' on the left, then go to 'administratior' at the top right, then 'boost' in the middle left.

This is their equivalent to mamba and joomla's interface for installing modules to the website. If there is no 'self-installer package' then I might be able to create a module by going to 'developer' on the top right of the control panel and then clicking on 'module maker' then click 'create module entry'. It has a lot of questions that I do not know the answers to. :D

If you want to login to my specific installation, pm me and I will add you as a superuser so you can login and poke around. Thanks.

ve9gra
02-27-2006, 09:08 PM
I researched a bit about phpWebSite and ironically, it doesn't allow PHP commands to be used in its blocks. You will have to create your own module and not through the website's interface. You'll have to research how a module is created and build the file first before you can integrate it into your installation.

If I knew more about phpws, I would love to help you but currently my schedule is already pretty full (did I mention that I hate dentists and wisdom teeth). There seems to be a pretty good community backing phpws, so I'm sure you'll be able to find plenty of information/help on their forums/wiki.

One tip... apparently you have to cache your output, otherwise anything you include will be outputted right at the top of the code... which would break your display... This post (http://www.easyphpcalendar.com/forums/showthread.php?t=3917) should help with that.

Good luck.