From: Alain F. <al...@va...> - 2001-08-04 08:37:30
|
Hello, I mind sound very stupid now, but how do I configure/use the plug-ins with phpWebSite, I mean the ones that are included in the distribution package like phpWeather? I have checked my installation dirs for documentation, but I can't seem to find anything :) Thanks for some light on this... ----------------------- Alain Fontaine Consultant & Developer VAlain S.A. Tél: +32-4-2522950 ----------------------- |
From: Scott R. <sc...@sc...> - 2001-08-14 19:02:00
|
Hello all. Am I correct in saying 'Currently with phpwebsite the plug-in architecture only allows for dynamic content in the left box(es) at all times and in the center portion only when logged in as admin'? I ask because I'm integrating a Guestbook and Phone list into my phpwebsite (www.highcountryrugby.com). I'm going to do something like pass content.php a 'magic' number like say 9999 or something that tells it to go to the plug-in table for the code to include and execute for the center portion. The thing is, I don't want to do 'double-work' if possible. Scott Rogers |
From: Geoff S. <ge...@ho...> - 2001-08-04 13:02:27
|
Alain: Each of the plug-ins has documentation. However, here's the general proce= ss: Copy the files into the directories specified by the plug-in documentatio= n. (When you installed phpWebsite, the files for the calendar, weather, and newsletter plug-ins should have been copied into the correct directories. Login as administrator. Execute the setup script for the plug-in by typing in the address and nam= e of the plugin in the browser address field. (Each plug-in has its own set= up script.) The plug-in should ask if you want to install. Answer Yes. The control panel for the plug-in should now be available in the phpWebsi= te control panel. Hope this helps. Geoff Staples Dallas, Texas www.Hostricity.com Web Hosting www.RadioLeft.com Liberal / Progressive Internet Talk Radio -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Alain Fontaine Sent: Saturday, August 04, 2001 3:37 AM To: php...@li... Subject: [Phpwebsite-developers] Plug-ins Hello, I mind sound very stupid now, but how do I configure/use the plug-ins wit= h phpWebSite, I mean the ones that are included in the distribution package like phpWeather? I have checked my installation dirs for documentation, b= ut I can't seem to find anything :) Thanks for some light on this... ----------------------- Alain Fontaine Consultant & Developer VAlain S.A. T=E9l: +32-4-2522950 ----------------------- _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Alain F. <al...@va...> - 2001-08-04 13:18:38
|
Hello, Yup, that's what I thought, but the phpWeather thing does not have a setup script. Here's the list of files I have: <-- snip --> 04/08/2001 10:45 <DIR> . 04/08/2001 10:45 <DIR> .. 03/08/2001 17:26 2 514 AUTHORS 03/08/2001 17:26 18 934 ChangeLog 03/08/2001 17:26 18 324 COPYING 03/08/2001 17:26 2 094 INSTALL 03/08/2001 17:26 24 645 phpweather.inc 04/08/2001 15:15 361 phpweather.php 03/08/2001 17:26 1 787 README 03/08/2001 17:26 1 781 weather.gif 8 fichier(s) 70 440 octets <-- snip --> No setup or anything... ? -----Message d'origine----- De : php...@li... [mailto:php...@li...]De la part de Geoff Staples Envoyé : samedi 4 août 2001 15:02 À : php...@li... Objet : RE: [Phpwebsite-developers] Plug-ins Alain: Each of the plug-ins has documentation. However, here's the general process: Copy the files into the directories specified by the plug-in documentation. (When you installed phpWebsite, the files for the calendar, weather, and newsletter plug-ins should have been copied into the correct directories. Login as administrator. Execute the setup script for the plug-in by typing in the address and name of the plugin in the browser address field. (Each plug-in has its own setup script.) The plug-in should ask if you want to install. Answer Yes. The control panel for the plug-in should now be available in the phpWebsite control panel. Hope this helps. Geoff Staples Dallas, Texas www.Hostricity.com Web Hosting www.RadioLeft.com Liberal / Progressive Internet Talk Radio -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of Alain Fontaine Sent: Saturday, August 04, 2001 3:37 AM To: php...@li... Subject: [Phpwebsite-developers] Plug-ins Hello, I mind sound very stupid now, but how do I configure/use the plug-ins with phpWebSite, I mean the ones that are included in the distribution package like phpWeather? I have checked my installation dirs for documentation, but I can't seem to find anything :) Thanks for some light on this... ----------------------- Alain Fontaine Consultant & Developer VAlain S.A. Tél: +32-4-2522950 ----------------------- _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Laurent R. <lr...@te...> - 2001-08-04 13:42:11
|
Le Samedi 4 Août 2001 15:18, Alain Fontaine a écrit : > Hello, > > Yup, that's what I thought, but the phpWeather thing does not have a setup > script. Here's the list of files I have: > You have to look at the root of your website. You'll find the files weather_setup.php and weather_admin.php. -- Laurent Rathle |
From: Alain F. <al...@va...> - 2001-08-04 14:11:10
|
Hello, Yes, indeed, I got it integrated now. I do have some trouble getting the locale to "french", though. I have made the modifications to the phpweather.php file like this: <-- snip --> require('plug-ins/phpweather/locale_fr.inc'); include('plug-ins/phpweather/phpweather.inc'); $metar = get_metar('EBAW'); $box_content = pretty_print_metar_wap($metar, 'Belgique'); register_shutdown_function('update_metars_db'); <-- snip --> But everything is still displayed in US metrics etc. Maybe the plugin doesn't support the localization? Thanks :) -----Message d'origine----- De : php...@li... [mailto:php...@li...]De la part de Laurent Rathle Envoyé : samedi 4 août 2001 15:47 À : php...@li... Objet : Re: [Phpwebsite-developers] Plug-ins Le Samedi 4 Août 2001 15:18, Alain Fontaine a écrit : > Hello, > > Yup, that's what I thought, but the phpWeather thing does not have a setup > script. Here's the list of files I have: > You have to look at the root of your website. You'll find the files weather_setup.php and weather_admin.php. -- Laurent Rathle _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Adam M. <ad...@tu...> - 2001-08-04 18:12:30
|
The way we handle pulg-ins is changing a bit, Alain. I will be writing u= p some docs on how to write a plug-in and include it in v0.8.0. Adam > Hello, >=20 > I mind sound very stupid now, but how do I configure/use the plug-ins > with phpWebSite, I mean the ones that are included in the distribution > package like phpWeather? I have checked my installation dirs for > documentation, but I can't seem to find anything :) >=20 > Thanks for some light on this... >=20 > ----------------------- > Alain Fontaine > Consultant & Developer > VAlain S.A. > T=E9l: +32-4-2522950 > ----------------------- >=20 >=20 >=20 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University ad...@tu... |
From: Alain F. <al...@va...> - 2001-08-04 21:48:50
|
Hello Adam, Okay, that sounds great. Thanks! -----Message d'origine----- De : php...@li... [mailto:php...@li...]De la part de Adam Morton Envoyé : samedi 4 août 2001 20:08 À : php...@li... Objet : Re: [Phpwebsite-developers] Plug-ins The way we handle pulg-ins is changing a bit, Alain. I will be writing up some docs on how to write a plug-in and include it in v0.8.0. Adam > Hello, > > I mind sound very stupid now, but how do I configure/use the plug-ins > with phpWebSite, I mean the ones that are included in the distribution > package like phpWeather? I have checked my installation dirs for > documentation, but I can't seem to find anything :) > > Thanks for some light on this... > > ----------------------- > Alain Fontaine > Consultant & Developer > VAlain S.A. > Tél: +32-4-2522950 > ----------------------- > > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University ad...@tu... _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |
From: Karsten D. <k.d...@fi...> - 2001-08-24 11:42:01
|
On Sat, Aug 04, 2001 at 10:37:20AM +0200, Alain Fontaine wrote: This has been answered, but my 2 cents anyway: > I mind sound very stupid now, but how do I configure/use the plug-ins with > phpWebSite, I mean the ones that are included in the distribution package > like phpWeather? I have checked my installation dirs for documentation, but > I can't seem to find anything :) Doh! Look at point eight of the INSTALL file in the docs dir. I can clearly see it :-) If any of this needs to be corrected, drop me an email. Regards, Karsten -- fishfarm - Karsten Dambekalns Echternstr. 73 - 38100 Braunschweig Tel. +49 531 1232902 mailto:k.d...@fi... Fax. +49 531 1232906 http://www.fishfarm.de/ ----------------------------------------------------- |
From: Scott R. <sc...@sc...> - 2001-08-24 12:54:50
|
Any interest in guestbook plug in? check out www.highcountryrugby.com for an example. It's very simple. Scott Rogers ----- Original Message ----- From: "Karsten Dambekalns" <k.d...@fi...> To: <php...@li...> Sent: Friday, August 24, 2001 7:31 AM Subject: Re: [Phpwebsite-developers] Plug-ins > On Sat, Aug 04, 2001 at 10:37:20AM +0200, Alain Fontaine wrote: > > This has been answered, but my 2 cents anyway: > > > I mind sound very stupid now, but how do I configure/use the plug-ins with > > phpWebSite, I mean the ones that are included in the distribution package > > like phpWeather? I have checked my installation dirs for documentation, but > > I can't seem to find anything :) > > Doh! Look at point eight of the INSTALL file in the docs dir. I can > clearly see it :-) If any of this needs to be corrected, drop me an > email. > > Regards, > Karsten > -- > fishfarm - Karsten Dambekalns > Echternstr. 73 - 38100 Braunschweig > > Tel. +49 531 1232902 mailto:k.d...@fi... > Fax. +49 531 1232906 http://www.fishfarm.de/ > ----------------------------------------------------- > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: webmaster <web...@is...> - 2001-08-24 20:13:23
|
I have done one as well and you can see it here.... http://www.islandncs.com/index.php Bob McCambridge -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Scott Rogers Sent: Friday, August 24, 2001 8:54 AM To: php...@li... Subject: Re: [Phpwebsite-developers] Plug-ins Any interest in guestbook plug in? check out www.highcountryrugby.com for an example. It's very simple. Scott Rogers ----- Original Message ----- From: "Karsten Dambekalns" <k.d...@fi...> To: <php...@li...> Sent: Friday, August 24, 2001 7:31 AM Subject: Re: [Phpwebsite-developers] Plug-ins > On Sat, Aug 04, 2001 at 10:37:20AM +0200, Alain Fontaine wrote: > > This has been answered, but my 2 cents anyway: > > > I mind sound very stupid now, but how do I configure/use the plug-ins with > > phpWebSite, I mean the ones that are included in the distribution package > > like phpWeather? I have checked my installation dirs for documentation, but > > I can't seem to find anything :) > > Doh! Look at point eight of the INSTALL file in the docs dir. I can > clearly see it :-) If any of this needs to be corrected, drop me an > email. > > Regards, > Karsten > -- > fishfarm - Karsten Dambekalns > Echternstr. 73 - 38100 Braunschweig > > Tel. +49 531 1232902 mailto:k.d...@fi... > Fax. +49 531 1232906 http://www.fishfarm.de/ > ----------------------------------------------------- > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > _______________________________________________ Phpwebsite-developers mailing list Php...@li... http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers |