Index page: > Create topic form ----- Optional content ----- // CHECK EVERYTHING ABOUT THESE - < and > (use .text instead .append to do that type script) Labels: > Users can add labels that inform others about something - content warning, unfinished content, etc. Image gallery: > Check if you can make a row of images > Custom screen to view all images that are loaded on a certain entry Topic settings page: > Topics can be public or private - (make an option for it and a function in the database) > User rules - (database table - id, user_id, topic_id, can_view, can_create, can_upload, can_edit_entries, can_edit_files, can_edit_topic, can_delete) Other: > After logging in, user returns to the previous page (window.history) > Comment hell again!