> My approach is to
> add an extra form to the Admin Menu with a selection box which allows
> them to choose the file they wish to edit (page_top, page_bottom,
> help, welcome).  Once the file selection is submitted, I planned to
> use fopen and fgets to retrieve lines from the existing file and use a
> while loop to display all contents in a textarea box.  The customer
> would then be able to make changes to said file and resubmit.  I would
> then use fputs to rewrite the file.
It would be cool if the admin could edit any screen in the site.  You
can display all of these screens using a tree structure (like
admin_deparment).  Furthermore, if you're ambitious, you can have a form
to upload images to the images directory, etc.  You might even
incorporate CVS.  You're basically developing a content management
system for Freetrade.  One decent open source content management system
is Zope--hence, you might want to check it out to get good ideas.

Cheers,
-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to