I have too much content that I am always adding and removing from my menus. At this point I need to convert my menus to some kind of database system.
Should be pretty simple. Just need a database with info and an admin page.
What I need is to have an admin page where I can go, see all the categories in my menu (movies |
music videos |
sports etc..) and then with a form I can submit new content into the menu, or delete current content easily. As well as add or delete categories, and I would like each category to be sorted alphabetically.
Ideally the form would be
css/
xml/
php based and read and submit content to a database and each category would be able to have it's own RSS feed.
Submission form needs at least 10 variables. Currently I am using a basic form with
php strings, below is an example of one option:
<option value="|?channel=33nf5q/videoname.divx&w=672&h=368&type=a&rightmenu=movies-divxavi">Name of the Video</option>
All the fields should be just type in fields that output back to
php variables.
To see the menu's current functionality and use please go to: thesmartass.info/theater
Also I need a "broken link reporter". Just a text link that when clicked will flag the video as broken and display that flag on the admin page in some way... maybe a different color, or a list of reported broken items etc.. then an admin can test the video and quickly delete it on the admin page if it is broken.