Ed
02-03-2006, 08:55 PM
Just wanted to let you know of a bug in the new category screen.
If you create a new category and then want to create a sub category for that previous category it does not display in the drop down box until you refresh that page.
Its a simple fix but I haven't had a chance to look at it yet.
Simply place the code that generates the drop down list below the code that inserts the previously submitted category name.
So instead of:
<Code to display form>
<Code to insert new cat>
It should be:
<Code to insert new cat if POST>
<Code to display form>
- Ed
If you create a new category and then want to create a sub category for that previous category it does not display in the drop down box until you refresh that page.
Its a simple fix but I haven't had a chance to look at it yet.
Simply place the code that generates the drop down list below the code that inserts the previously submitted category name.
So instead of:
<Code to display form>
<Code to insert new cat>
It should be:
<Code to insert new cat if POST>
<Code to display form>
- Ed