From: skaill <sk...@ro...> - 2004-07-08 22:19:13
|
One other thing about this help system. Since it is user/admin input into records and regenerated into an html page, the code needs to be cautious about what html and php commands are used, if any. Some are handy, and many forum packages allow such as phpbb including commands like bold, highlight, paragraph, list, etc. Of course, for paragraph there is a php command that can recognize them and format appropriately. If only admin has access then not too dangerous but still probably good to keep people from shooting themselves in the foot! Steve ----- Original Message ----- From: "Daintrees" <p.d...@pa...> To: <web...@li...> Sent: Thursday, July 08, 2004 5:33 PM Subject: Re: [Web-erp-developers] CVS updates > > Beauty! We could incorporate a facility I have already done for users to > > update help. It's basic. A screen with a huge text box and Save/Cancel > > kind of thing. I'll have to figure out the css to get it looking like the > > rest of the system unless someone else with some time and experience with > > webERP could do that part. Does this sound good? > > > Yep, thats what I did. This new script Help.php has a textarea for entry of > new help records. > Just nothing in the help table yet. > > > Once that's in place it won't be too difficult to copy and paste chunks > from > > the manual(s) into the various script help areas/records to get started. > > > > Now thats an area I'd really appreciate some help with. Followed by a dump > of the data to an sql script that is emailed to me. > > > Just a thought at this point. It would be nice if eventually we could > have > > a process that knew how to go through an updated manual, clip the chunks > and > > update the help records. Possibly it could work by table of contents > titles > > or some kind of indicator. Kind of like anchors. This is not a first > > priority but would be nice. This would only work if user added help was > > kept separate from default help though. We could give user/admin access > to > > modify each of 2 records for each script that get concatenated when > > displayed with default help then user help. If they modify default help > > then they just don't ever use the function to update help automatically. > Or > > we could explain how they need to modify/replace the manual then run > > automatic update. > > the manual though is kind of more a how it works manual than a step by step > this is how you do it tutorial. I guess I am seeing a difference between the > online help and the manual in this sense. Although heck there's no reason > why the online help can't include the higher level descriptions of what is > going on too. I personally need to understand the workings of things to be > able to operate them effectively. I guess this is why the manual is the way > it is. > > Phil > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |