Re: Child themes are not being accepted to the REPO at this time
Got a back and forth convo of reviewers that’s quit comical. They did approve. I think BuddyPress should be an exception but at the same time must use all BuddyPress functions / components and of course pass WordPress theme scan.
The child theme they are questioning is just a CSS file one page template and a funtions file. That should pass 100% but they scan it and it fails 99% because they are scanning against WordPress not BuddyPress
How big is BP? Should it have it’s on theme section in the repo or will the requirement be that it will work as WP theme when BP is switched off? Do we as a community need our own site for free BP child themes? These questions and many more when we come back from this commercial break.
Reviewers requirements for bp-default:
`REQUIRED: No content width has been defined. Example:
if ( ! isset( $content_width ) ) $content_width = 900;
REQUIRED: Could not find post_class. See: post_class <div id="post-” >
REQUIRED: Could not find comment_form. See: comment_form
REQUIRED: Could not find add_theme_support( ‘automatic-feed-links’ ). See: add_theme_support
REQUIRED: options.php. Themes should use add_theme_page() for adding admin pages.
Line 5: add_action( ‘admin_menu’, array( ‘Bp_Dtheme_Options_Page’, ‘add_options_page’ ) );Line 8: function add_options_page() {
REQUIRED: get_the_author_email found in the file search.php. Deprecated since version 2.8. Use get_the_author_meta(’email’) instead.
Line 28:
REQUIRED: get_the_attachment_link found in the file attachment.php. Deprecated since version 2.5. Use wp_get_attachment_link() instead.
Line 15: ID, true, array(450, 800)); This also pop
REQUIRED: get_links_list found in the file links.php. Deprecated since version 2.1. Use wp_list_bookmarks() instead.
Line 19:
REQUIRED: delete_usermeta found in the file ajax.php. Deprecated since version 3.0. Use delete_user_meta() instead.
Line 95: delete_usermeta( $bp->loggedin_user->id, ‘bp_new_mention_count’ );
REQUIRED: .gallery-caption css class is needed in your theme css.`