Welcome! This is the home of the Make Community Team for the WordPress open sourceOpen SourceOpen Source denotes software for which the original source code is made freely available and may be redistributed and modified. Open Source **must be** delivered via a licensing model, see GPL. project!
This team helps the community with official events like:
Discuss: Here we have policy debates, project announcements and status reports. Everyone is welcome to comment on posts and join the discussion.
Plan: Want to organize a meetupMeetupMeetup groups are locally-organized groups that get together for face-to-face events on a regular basis (commonly once a month). Learn more about Meetups in our Meetup Organizer Handbook. in your community? Excited to host a WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.? Check out one of our handbooks to get started.
Assist: Participate in the Meetup Reactivation project, apply to be a Community DeputyDeputyCommunity Deputies are a team of people all over the world who review WordCamp and Meetup applications, interview lead organizers, and generally keep things moving at WordCamp Central. Find more about deputies in our Community Deputy Handbook., or help out as a WordCamp MentorMentorSomeone who has already organised a WordCamp and has time to meet with their assigned mentee every 2 weeks, they talk over where they should be in their timeline, help them to identify their issues, and also identify solutions for their issues..
Discover:Â Any skill level can find a way to be involved in our Team Projects.
Let’s Talk
Office HoursOffice HoursDefined times when the Global Community Team are in the #community-events Slack channel. If there is anything you would like to discuss – you do not need to inform them in advance.You are very welcome to drop into any of the Community Team Slack channels at any time. are held on Slack in #community-events
Notify is a tool built into all WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. sites via the Camptix pluginPluginA plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party, which allows you to notify your WordCamp Attendees (i.e people who have purchased tickets) via email. This is useful for sending them specific information that is relevant to their attending the WordCamp and getting the best experience from WordCamp.
You can access the Notify feature in your WordCamp site from Tickets -> Attendees and then clicking the Notify tab.
In order to send a Notify email, you will need to determine who will receive this email (building up the To: list). This is possible by creating conditions which the attendees must match, in order to include them in the list. For example, you might want to send an email to all attendees who have purchased a specific ticket type, or all attendees who have purchased a ticket after a certain date.
You can select whether or not the attendees must match all of the conditions you’ve created or any of the conditions you’ve created. This is selected from the first field in the filterFilterFilters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. conditions section by selecting either any or all in the the ‘Attendees matching’ dropdown.
You can then define your conditions. Conditions are created using the three dropdowns which follow this format – Field (first dropdown), Comparison (second dropdown) Value (third dropdown).
Depending on the status and activity on your WordCamp site the options in these three dropdowns may vary.
On a brand new WordCamp site the Field dropdown only contains Purchased Ticket, Purchase Date and Coupon code used, whereas a site close to the actual WordCamp date includes fields from the ticket purchase form like Dietary Requirements and WordPress skill level.
The Value dropdown will either correspond with the Field selected (for example selecting Purchased Ticket changes the Value field to the available ticket types) or a simple text box, in which you can type the value you’re searching for. Depending on which type of Field you select, will determine which options are available in Value for that condition.
The Comparison dropdown options change depending on the Field selected and the possible Values for that field. If the Values are specific it shows is/is not, being a specific Field/Value match. If the Field is a date field, it allows for before or after that date, and if the Value option is a text field it contains is, is not, contains, does not contain, starts with and does not start with.
Is and is not mean the search will performed will be an exact match (or not), contains and does not contain will do partial string matches and starts with and does not start with will perform partial matches but on the beginning of the Field data being searched.
If the Field you have selected is a date field (ie Purchase Date) then the Value option changes to a text box. In this text box you can enter any valid English string date. For example, 6/28/2018, 28-06-2018 and 18-06-28 are all valid string dates.
To avoid potential ambiguity, it’s best to use the (YYYY-MM-DD) date format (2018-06-28)
Finally you can also add multiple conditions by which to filter your list.
Once you’ve defined your conditions, you can enter an email Subject and a Message to be sent to the list. The Message field supports a predefined list of shortcodes ([first_name], [last_name], [email], [ticket_url]) you can add to the email, which will be replaced with the actual attendee data. This is a nice way to personalize the notification email. You can also make use of a predefined set of HTMLHTMLHTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites. tags, which are listed below the message area.