Making WordPress.org

Opened 7 years ago

Closed 7 years ago

#2579 closed defect (bug) (fixed)

Broken Multi Event Sponsorship Packages

Reported by: edpittol's profile edpittol Owned by: iandunn's profile iandunn
Milestone: Priority: low
Component: WordCamp Site & Plugins Keywords: has-patch
Cc:

Description

The stub data for the Sponsors page has a broken URL.

<em>Organizers note:</em> Multi-event sponsors have been automatically created in the Sponsors menu, but you'll need to remove the ones that don't apply to your specific event. To find out which ones apply, please visit http://central.wordcamp.org/multi-event-sponsorship-packages/. After that, you should add the sponsors that are specific to your event. For non-English sites, make sure the URL below matches Call for Sponsors page."

This URL redirect to https://central.wordcamp.org/. I believe that the right URL is https://central.wordcamp.org/sponsor-multiple-wordcamps/.

In the patch, I removed the URL of the string using sprintf function and adding a translation note. How in another pages stubs data.

Attachments (4)

2579.diff (1.7 KB) - added by edpittol 7 years ago.
2579-2.diff (1.8 KB) - added by edpittol 7 years ago.
Changed the URL
2579.3.diff (1.9 KB) - added by SergeyBiryukov 7 years ago.
2579.4.diff (1.9 KB) - added by SergeyBiryukov 7 years ago.

Download all attachments as: .zip

Change History (9)

@edpittol
7 years ago

#1 @edpittol
7 years ago

  • Keywords has-patch added

#2 @iandunn
7 years ago

  • Owner set to iandunn
  • Priority changed from normal to low
  • Status changed from new to accepted

I don't think that URL has the information an organizer would need to remove sponsors outside their region. The old URL had a list of sponsors, the region, and their level. So, I think the new URL would be:

https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/

Other than that, the patch looks good.

@edpittol
7 years ago

Changed the URL

#3 @SergeyBiryukov
7 years ago

2579.3.diff fixes the opening <p> tag accidentally removed in 2579-2.diff, and converts the raw URL into a link. Should be good to go.

#4 @SergeyBiryukov
7 years ago

Refreshed after [5364] (which seemed a bit pointless, as the existing link still doesn't work, with or without HTTPS).

#5 @coreymckrill
7 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 5510:

WordCamp: Update sponsorship link in Sponsors page content stub

This change also removes the link from the gettext string and inserts
it via sprintf instead.

Fixes #2579
Props edpittol, SergeyBiryukov

Note: See TracTickets for help on using tickets.