> OK, now i've done it.
> I mucked around so much trying to get a new field in the Item table to work
> I ended up really hossing Freetrade.  Now I'm using a copy backed up a
> couple of days ago.  AAARRRGGGG.
> 
> How do I add a field to a table?
> I want to add "Author" to the Table "Item" and be able enter in author info
> and update it, etc.  What do I need to do to make this work?  The following
> are the files I tried editing.
> 
> Update_item - /actions
> 
> item_functions - /include
> 
> search_results - /screens
> 
> admin_item - /screens
> 
> item - /screens
> 
> english - /language
> 
> add_item - /screens
> 
> ADD_ITEM - /actions
> 
> This sorta worked, I could add items and display them, but whenever I tried
> to edit an item I got a blank screen.
> What did I miss?
Take it one step at a time.  If you've got the add_item screen to show
you the field where you enter the author--good.  If you've got the
action module set up so that you could actually add the information to
the database--good (make sure you use MySQL to check that the
information is really there).  If the screen where you edit the item is
messed up, look at the HTML source, as I said a second ago, to see if
there are any error messages output.  PHP probably just halted the
script and left a table unclosed, resulting a blank screen.  That's why
you need to look at the HTML source.  Once you get through this problem,
continue down the road of fixing things--step by step.  

Good luck,
-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