Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2011 08:52:58 AM (15 years ago)
Author:
johnjamesjacoby
Message:

First pass at introducing forums directory, single forum, and single topic views. This is mostly copy/paste from groups component with some rough logic in place to display the proper screens. More to do here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-loader.php

    r3933 r4012  
    129129                        'parent_url'      => $forums_link,
    130130                        'parent_slug'     => $this->slug,
    131                         'screen_function' => 'bp_forums_screen_topics',
     131                        'screen_function' => 'bp_member_forums_screen_topics',
    132132                        'position'        => 20,
    133133                        'item_css_id'     => 'forums-friends'
     
    140140                        'parent_url'      => $forums_link,
    141141                        'parent_slug'     => $this->slug,
    142                         'screen_function' => 'bp_forums_screen_replies',
     142                        'screen_function' => 'bp_member_forums_screen_replies',
    143143                        'position'        => 40,
    144144                        'item_css_id'     => 'forums-friends'
     
    151151                        'parent_url'      => $forums_link,
    152152                        'parent_slug'     => $this->slug,
    153                         'screen_function' => 'bp_forums_screen_favorites',
     153                        'screen_function' => 'bp_member_forums_screen_favorites',
    154154                        'position'        => 60,
    155155                        'item_css_id'     => 'forums-favs'
Note: See TracChangeset for help on using the changeset viewer.