Skip to main content
User Support Center
Toggle navigation menu
Submit a request
Sign in
Hub Support Center
Best Practices
Ideas for Promotions Manager in Your Hub
Ideas for Promotions Manager in Your Hub
Copy-and-paste ideas for promotions you can add to your Hub today
🛠️ Build a Promotion: Encourage Voting in a "Best of" Community Competition
Q2 2024 Promotion: Community Clean Up 🌱
Q1 2024 Promotion: Spring Open House 🌷
Q4 2023 Promotion: Coats for a Cause 🧥
October 2022 Promotion: Candy Buy Back
October 2021 Promotion: The Great Candy Buy Back
November 2022 Promotion: Lead Up to Black Friday Referral Campaign
Q3 2023 Promotion: An Epic End of Summer Bash and School Supply Drive
December 2022 Promotion: A Season of Giving
September 2021 Promotion: Spirit Calendar for Theme Weeks
September 2022 Promotion: Community Book Drive
Q2 2023 Promotion: A Special Mother's Day Offer
August 2021 Promotion: Making a Difference With a School Supplies Drive
August 2022 Promotion: Back to You
Q1 2023 Promotion: Brackets For A Cause 🏀
July 2021 Promotion: Ideas for a Fun Independence Day
May 2021 Promotion: Hooray for Heroes
February 2022 Promotion: Girl Scout Cookie Drive
April 2021 Promotion: Hello Spring!
January 2022 Promotion: The Polar Plunge
March 2021 Promotion: Girl Scout Cookie Drive
February 2021 Promotion: Share Your Favorite Valentine's Story
January 2021 Promotion: New Year New You
December 2020 Promotion: Spreading Holiday Cheer
November 2020 Promotion: Giving Thanks
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' sm:col-6'; if (numberColumns >= 3) classNames += ' md:col-4'; if (numberColumns >= 4) classNames += ' lg:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>