Active
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2010 at 19:38 UTC
Updated:
26 Jan 2011 at 05:48 UTC
MAIN FORUM PAGE
- Search box
TF: theme('advanced_forum_search_forum')
CT: forum_search.inc
TODO: CT contains div that should be in theme function. CT only searches all forums, not individual forums.
- Forum list
TF: theme('forum_list') [Needs prep work]
CT: forum_list.inc
- Forum tools jump menu
TF: Not needed? Called by advanced_forum_forum_tools()
CT:
TODO: Create CT
- Folder con legend
TF: theme('advanced_forum_forum_legend')
CT: forum_legend.inc
- Statistics
TF: theme('advanced_forum_statistics')
CT: forum_statistics.inc
- (optional) Mark read
TF: None - advanced_forum_get_mark_read_link($tid)
CT: forum_mark_read.inc
TODO: CT contains div that should be in theme function. Create theme function.
CONTAINER (See above)
- Search box
- Forum list
- Folder con legend
FORUM
- Search box (See above)
- New content links
TF: theme('advanced_forum_node_type_create_list')
CT:
TODO: Create CT
Note: This is called from the topic list for better positioning.
- Topic list
TF: Handled by view. Invoked with advanced_forum_get_topics().
CT: forum_topic_list.inc
- Topic sort boxes
TF: Handled by view. Invoked with advanced_forum_forum_topic_list_sort();
CT: forum_topic_list_sort.inc
- Forum tools jump menu (See above)
- Topic con legend
TF: theme('advanced_forum_topic_legend')
CT: forum_topic_legend.inc
Comments
Comment #1
michelleTagging
Comment #2
michelleMade a content type for forum tools and node creation links. The rest is minor and can be done after alpha.
Michelle