[Phpsitemadeeasy-devel] January....
Brought to you by:
catbuffalo,
matchboy
From: MaTcHBoY <mat...@te...> - 2002-01-07 15:10:11
|
Hello Everyone, sorry for the delay... Here are some tasks that need to be worked on and.or finished. ------------- Gerald (are you still here?) A few months ago, I added the news table for you in the sql. # news table CREATE TABLE psme_news ( id INT(5) NOT NULL AUTO_INCREMENT, title VARCHAR(90), text VARCHAR(255), author VARCHAR(64), date TIMESTAMP(14) NOT NULL, onpage INT(1)DEFAULT '1' NOT NULL, PRIMARY KEY (id)); Did you still want to work on this piece? If not, I;m open for volunteers. Basically this will be the primary website news table and functions that run it. We will also need a comments table and set of functions to go along with that... --------------- Administration Page, I've had some offers for help with the design... but not so much with the coding behind the site. Anyone here familiar with user/password programming. If someone could come up with a user/right/password error check that we could use on all our pages for security, that would be a good thing to start working on. Another task would be to come up with a clean easy wizard like-design for the admin site ----------- Need someone to create a page that will retrieve the link categories and sort them. Then when a user clicks on the category, it will load all the links that belong to that category. Shouldn't be too difficult to set up. ---------- people to offer new ideas and insights... please speak up and offer your guidance. -robby |