From: Geoff S. <ge...@ho...> - 2001-07-26 02:20:13
|
I want to set up a bilingual English / Spanish phpWebsite site. It occurred to me that it could be done by: Setting up two copies of phpWebsite - one English and one Spanish Point each of them to the same database and the same directories for images through the config.php files. This would allow the user to switch back and forth between English and Spanish. The articles and pages uploaded would be in which ever language they're posted in. So, if you wanted a page to be in both English and Spanish, you'd either post it twice, or put the English and Spanish versions in the same page. Anyone tried this? I'm wondering if pointing two different copies of phpWebsite to the same image and userpage directories would work or if the code is dependent on these directories being in the same directory tree. Any comments? Geoff |
From: Jeremy A. <ja...@tu...> - 2001-07-26 07:17:21
|
It sounds like it should work. Also in cvs and the upcoming 0.7.10 there is user database abstraction. You can have a central user database for all your sites using phpwebsite. > > I want to set up a bilingual English / Spanish phpWebsite site. > > It occurred to me that it could be done by: > > Setting up two copies of phpWebsite - one English and one Spanish > > Point each of them to the same database and the same directories for > images through the config.php files. > > This would allow the user to switch back and forth between English and > Spanish. The articles and pages uploaded would be in which ever > language they're posted in. So, if you wanted a page to be in both > English and Spanish, you'd either post it twice, or put the English and > Spanish versions in the same page. > > Anyone tried this? I'm wondering if pointing two different copies of > phpWebsite to the same image and userpage directories would work or if > the code is dependent on these directories being in the same directory > tree. > > Any comments? > > Geoff > > > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University |
From: Simon R. <si...@ai...> - 2001-07-28 13:48:40
|
So, has the design been started for phpWebSiteII? I can't find any discussion of it, other than the mention on the website. |
From: Adam M. <ad...@tu...> - 2001-07-28 17:21:20
|
Indeed the design has started. We're basically going to "morph" phpws1 into phpws2. What we're doing is picking apart phpws into class based modules. Once we get each "object" into modules we'll make the rest of the core class based as well. I just finished coding up the userpage module recently and we're going to release it in v0.8.0. This is just the module end though and some database and core changes will be occuring in the future. Also I'm going to write the HOWTO for writing modules for phpws2. Don't worry if you've written a module for phpws1, it's pretty easy to port it over and it doesn't HAVE to be class based though it makes it a lot easier (and it runs faster I've found). I hope this gives you a heads up on whats going to be coming up in the future. It should be more clear when you get to see some code and read the HOWTO. Take care, Adam > So, has the design been started for phpWebSiteII? I can't find any > discussion of it, other than the mention on the website. > > > _______________________________________________ > 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: spiggy <th...@me...> - 2001-07-28 17:31:35
|
> Indeed the design has started. We're basically going to "morph" phpws1 into > phpws2. What we're doing is picking apart phpws into class based modules. > Once we get each "object" into modules we'll make the rest of the core > class based as well. are there any docs for the planned core database structure? |
From: Adam M. <ad...@tu...> - 2001-07-28 18:41:17
|
No there aren't any docs at this time. We've discussed it a little bit but nothing has been nailed down. We want to get phpws pulled apart into modules before we can get a clear idea of the database structure needed. Adam > >> Indeed the design has started. We're basically going to "morph" phpws1 > into >> phpws2. What we're doing is picking apart phpws into class based >> modules. Once we get each "object" into modules we'll make the rest of >> the core class based as well. > > are there any docs for the planned core database structure? > > > _______________________________________________ > 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... |