From c5f1a95f18df550078a4931b6ace6b091732a4e0 Mon Sep 17 00:00:00 2001 From: Anna Buianova Date: Thu, 31 Aug 2023 17:27:37 +0300 Subject: [PATCH] Rename display ads to billboards (#42) --- .../contribute_open_resources.md | 2 +- .../{display-ads.md => billboards.md} | 20 +++++++++---------- docs/getting-started/implementation-guide.md | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) rename docs/advanced-customization/{display-ads.md => billboards.md} (63%) diff --git a/.github/ISSUE_TEMPLATE/contribute_open_resources.md b/.github/ISSUE_TEMPLATE/contribute_open_resources.md index 102d63d..923a492 100644 --- a/.github/ISSUE_TEMPLATE/contribute_open_resources.md +++ b/.github/ISSUE_TEMPLATE/contribute_open_resources.md @@ -7,7 +7,7 @@ about: Contribute to Forem's Open Resources ### Explain the type of resource - + ### Additional context diff --git a/docs/advanced-customization/display-ads.md b/docs/advanced-customization/billboards.md similarity index 63% rename from docs/advanced-customization/display-ads.md rename to docs/advanced-customization/billboards.md index 036302c..e095fbd 100644 --- a/docs/advanced-customization/display-ads.md +++ b/docs/advanced-customization/billboards.md @@ -3,7 +3,7 @@ description: A high-level overview of the most important Forem features. sidebar_position: 1 --- -# Display Ads +# Billboards :::important @@ -13,11 +13,11 @@ We're in the middle of some fast-moving changes to the Forem Admin experience, s ## Overview -**Display ads** are images, text, and/or links you can add to the upper right and lower left sidebars of your community homepage. +**Billboards** are images, text, and/or links you can add to the upper right and lower left sidebars of your community homepage. ![Annotation of left and ride sidebar](https://user-images.githubusercontent.com/16007075/121432399-9e900900-c948-11eb-8f9d-db4cf3429477.png) -On `/admin/customization/display_ads` you'll see these attributes from the display ads that have been created for your community: +On `/admin/customization/billboards` you'll see these attributes from the billboards that have been created for your community: - Organization ID \# - Organization Name @@ -27,13 +27,13 @@ On `/admin/customization/display_ads` you'll see these attributes from the displ - Approved Status \(true or false\) - Success Rate \(how often the ad is clicked\) -You'll also see an edit button to edit the display ad and a destroy button to completely remove it. +You'll also see an edit button to edit the billboard and a destroy button to completely remove it. -## How to Create a Display Ad +## How to Create a Billboard Before you get started, you'll need an Organization ID # to to create the ad. If you have not created an organization yet, you can do so from your settings page. Once you've created an organization, you can look up the Organization ID \# by visiting `/admin/content_manager/organizations`. -To create a new display ad, click the "Make A New Display Ad" button from `/admin/customization/display_ads`. This will bring you to a form with the following fields: +To create a new billboard, click the "Make A New Billboard" button from `/admin/customization/billboards`. This will bring you to a form with the following fields: - Organization ID: add your organization id \# - Body Markdown: add the markdown or HTML for your ad @@ -53,10 +53,10 @@ Here is an example of the body markdown from the image up top: ``` -![Display Ad Form](https://user-images.githubusercontent.com/16007075/121432893-3ee62d80-c949-11eb-9b80-e2ba4ce37197.png) +![Billboard Form](https://user-images.githubusercontent.com/16007075/121432893-3ee62d80-c949-11eb-9b80-e2ba4ce37197.png) -If you do not have publishing privileges, you'll need to ask a super admin to approve and publish your display ad. +If you do not have publishing privileges, you'll need to ask a super admin to approve and publish your billboard. -_Please note: it'll take a few minutes for your display ad or any changes made to your display ad to appear on the home page._ +_Please note: it'll take a few minutes for your billboard or any changes made to your billboard to appear on the home page._ -_Additionally, if you attempt to publish a display ad and see an error, please make sure there is no space after the image source URL \(i.e. between `png`add the `"` mark in the example above\) as this can return an error._ +_Additionally, if you attempt to publish a billboard and see an error, please make sure there is no space after the image source URL \(i.e. between `png`add the `"` mark in the example above\) as this can return an error._ diff --git a/docs/getting-started/implementation-guide.md b/docs/getting-started/implementation-guide.md index 3cec2b5..7cd3a00 100644 --- a/docs/getting-started/implementation-guide.md +++ b/docs/getting-started/implementation-guide.md @@ -44,7 +44,7 @@ We've broken this guide down into 3 stages — **Ready**, **Set**, & **Grow**. A - [Consider adding badges](https://admin.forem.com/docs/forem-basics/badges) 2. Explore advanced features - [Create a banner with HTML Variants](https://admin.forem.com/docs/advanced-customization/html-variants) - - [Create display ads for the homepage](https://admin.forem.com/docs/advanced-customization/display-ads) + - [Create billboards for the homepage](https://admin.forem.com/docs/advanced-customization/billboards) - [Set sidebar tags](https://admin.forem.com/docs/advanced-customization/tag-display-order) - [Add and confirm podcasts](https://admin.forem.com/docs/advanced-customization/content-manager/podcasts)