Making WordPress.org


Ignore:
Timestamp:
08/17/2018 09:32:41 AM (7 years ago)
Author:
vedjain
Message:

WordCamp: Multiple changes to Meetup Application.

  1. Make styling more consistent of Meetup Application with WordCamp Application.
  2. Added more statuses and tags. Specifically, added checkboxes for statuses like Needs Swag, Needs Orientation etc, which will add a tag for easy filtering.
  3. Added tag column in Meetup listing view.
  4. Add different questions for Meetup location and for organizer's mailing address.
  5. Street address, state and zip code fields are optional.
  6. Added log box for tracking tag changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/class-wordcamp-application.php

    r7607 r7619  
    4141        );
    4242
    43         wp_register_style(
    44             'wordcamp-application',
    45             plugins_url( 'css/applications/wordcamp.css', __DIR__ ),
    46             array( 'wp-community-applications' ),
    47             1
    48         );
    49 
    5043        if ( isset( $post->post_content ) && has_shortcode( $post->post_content, self::SHORTCODE_SLUG ) ) {
    5144            wp_enqueue_script( 'wordcamp-application' );
    52             wp_enqueue_style( 'wordcamp-application' );
    5345        }
    5446    }
Note: See TracChangeset for help on using the changeset viewer.