From: Alessandro P. (T. / J578) <al...@ti...> - 2001-11-28 23:34:30
|
Hi all. Thinking about post bug-#486233-defeat (i'm working on it) times, I have some ideas about next items in my todo list, and I would love to hear your comments about them. 1- an on-the-fly themes configuration system: to change themes from the admin panel instead of having to edit config.php 2- an on-the-fly translation system: instead of having localized builds, I thought it would be nice to have such a thing...eventually with the possibility to switch language from the admin panel. 3- a native downloads module: i'm pretty unhappy with the existing downloads plugins which are ported from phpNuke/postNuke. Please anyone feel free to make comments, suggestions, criticisms (even rude ones...), etc... bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 INWO Project coordinator http://www.inwoproject.f2s.com "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |
From: Scott R. <sc...@sc...> - 2001-11-29 01:48:29
|
Hey, I don't talk much on this forum, or contribute a whole lot (a couple of b= ug=20 reports), I would like to see a 'native' phpwebsite downloads module. I'= ve=20 been evaluating different ones, and they all leave something to be desire= d. =20 Scott Rogers P.S. If you want to see what I've done with phpwebsite check out=20 www.highcountryrugby.com=20 It's my rugby club. On Wednesday 28 November 2001 18:31, Alessandro "Pisani (TXM / J578)" wro= te: > Hi all. > Thinking about post bug-#486233-defeat (i'm working on it) times, I hav= e > some ideas about next items in my todo list, and I would love to hear > your comments about them. > > 1- an on-the-fly themes configuration system: to change themes from the > admin panel instead of having to edit config.php > > 2- an on-the-fly translation system: instead of having localized builds= , > I thought it would be nice to have such a thing...eventually with the > possibility to switch language from the admin panel. > > 3- a native downloads module: i'm pretty unhappy with the existing > downloads plugins which are ported from phpNuke/postNuke. > > Please anyone feel free to make comments, suggestions, criticisms (even > rude ones...), etc... > > bye, > Alessandro |
From: Matthew M. <ma...@tu...> - 2001-11-29 13:57:08
|
> Hi all. > Thinking about post bug-#486233-defeat (i'm working on it) times, I > have some ideas about next items in my todo list, and I would love to > hear your comments about them. > > 1- an on-the-fly themes configuration system: to change themes from the > admin panel instead of having to edit config.php Yes agreed. > 2- an on-the-fly translation system: instead of having localized > builds, I thought it would be nice to have such a thing...eventually > with the possibility to switch language from the admin panel. Nuke did this and it slowed down the system with a huge switch statement. I was talking to Brian about having a built in system for compiling the program into a certain language. You could then run the compile again later if you wanted another language. The language file could also possibly help you write a translate file and identify phrases not yet translated. Overall though, it would keep the translation straight HTML. > 3- a native downloads module: i'm pretty unhappy with the existing > downloads plugins which are ported from phpNuke/postNuke. Not familiar with this really although I have heard there are problems with security with this. Let me know more. > Please anyone feel free to make comments, suggestions, criticisms (even > rude ones...), etc... Rude ones? Who would do such a thing? Matt Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 |
From: Alessandro P. (T. / J578) <al...@ti...> - 2001-11-29 14:09:40
|
On Thu, 2001-11-29 at 14:52, Matthew McNaney wrote: > > Hi all. > > Thinking about post bug-#486233-defeat (i'm working on it) times, I > > have some ideas about next items in my todo list, and I would love to > > hear your comments about them. > > > > 1- an on-the-fly themes configuration system: to change themes from the > > admin panel instead of having to edit config.php > > Yes agreed. Okay... I'll start working on this as soon as possible (= when the bugs i'm working on could be considered "fixed") > Nuke did this and it slowed down the system with a huge switch statement. I > was talking to Brian about having a built in system for compiling the > program into a certain language. You could then run the compile again later > if you wanted another language. The language file could also possibly help > you write a translate file and identify phrases not yet translated. Overall > though, it would keep the translation straight HTML. I was thinking about something smarter than Nuke's system: I said and hereby say that I do not like Nuke (and its derivates) at all :> I though about a new runtime system which can use the existing .pp files, without having to rewrite/rearrange them... but I need to make a detailed masterplan on this. As soon as I have time to do it (I hope this weekend), I'll post it to all of us. > > 3- a native downloads module: i'm pretty unhappy with the existing > > downloads plugins which are ported from phpNuke/postNuke. > > Not familiar with this really although I have heard there are problems with > security with this. Let me know more. Well... it depends on implementation.... I have to think about this... again, as soon as I have a project, I'll discuss it with all the other developers... > > Please anyone feel free to make comments, suggestions, criticisms (even > > rude ones...), etc... > > Rude ones? Who would do such a thing? LOL :> I was joking.... ;-> Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 INWO Project coordinator http://www.inwoproject.f2s.com "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |