The new Tamriel Foundry apocrypha theme!
OUTSTANDING ISSUES
- Delete comment JS
- Delete reply JS
- Delete infraction JS
- Guild Submission form
CORE HACKS
bbpress/includes/extend/buddypress/groups.php setup_variables() $this->enable_create_step = false; $this->enable_edit_item = current_user_can( 'delete_posts' ) ? true : false; $this->template_file = 'groups/single/forum';
create_screen() - restructure/format
display_forums() - restructure, change div#forums, remove <h3>s
buddypress/bp-groups/bp-groups-template.php bp_group_admin_tabs() - change "Photo" to "Avatar"
buddypress/bp-groups/bp-groups-notifications.php | LINE 609 case 'new_calendar_event' : return apply_filters( 'calendar_event_notification' , $item_id, $secondary_item_id );