Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 943 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 943 Bytes

apoc2

The new Tamriel Foundry apocrypha theme!


OUTSTANDING ISSUES

  1. Delete comment JS
  2. Delete reply JS
  3. Delete infraction JS
  4. 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 );