support.buddyboss.com
Open in
urlscan Pro
54.81.73.242
Public Scan
Submitted URL: https://support.buddyboss.com/
Effective URL: https://support.buddyboss.com/support/home
Submission: On July 10 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://support.buddyboss.com/support/home
Submission: On July 10 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOM/support/search
<form class="hc-search-form print--remove" autocomplete="off" action="/support/search" id="hc-search-form" data-csrf-ignore="true">
<div class="hc-search-input">
<label for="support-search-input" class="hide">Enter your search term here...</label>
<input placeholder="Enter your search term here..." type="text" name="term" class="special ui-autocomplete-input" value="" rel="page-search" data-max-matches="10" id="support-search-input" autocomplete="off">
</div>
<div class="hc-search-button">
<button class="btn btn-primary" aria-label="Search" type="submit" autocomplete="off">
<i class="mobile-icon-search hide-tablet"></i>
<span class="hide-in-mobile"> Search </span>
</button>
</div>
</form>
Text Content
Knowledge Base Roadmap * My Account * Login ASK A QUESTION Enter your search term here... Search Knowledge base KNOWLEDGE BASE Browse through our tutorials and troubleshooting guides Academy ACADEMY Watch and follow along as we configure your App in this step-by-step video course Submit support ticket SUBMIT SUPPORT TICKET Get assistance from our 24/7 customer support team View open tickets VIEW OPEN TICKETS Review your existing tickets and respond to our latest updates DOCUMENTATION BuddyBoss Web BUDDYBOSS WEB Learn how to install, configure and customise the BuddyBoss Platform and Theme to launch your online community or elearning site BuddyBoss App BUDDYBOSS APP Read our guides as we setup and configure your BuddyBoss App, including configuration, branding, testing and publishing your very own native app Integrations INTEGRATIONS Extend your site with our official and third party plugins. We’ll explain what’s possible and how they improve your Web and App experience RECENT ARTICLES SERVICE ACCOUNT KEY CREATION IS DISABLED In this tutorial, we'll guide you through resolving the issue of the Service Account Key creation being disabled. (Note: To achieve this, the account to be used must have an “Organization Policy Administrator” permissions. Using an Owner account is not enough. The instructions below include steps for assigning the required role, but you should also have administrative permissions such as Organization Admin and IAM Admin or an equivalent role with the necessary permissions to manage IAM roles and policies at the organizational level) 1. Click the dropdown menu. 2. Select the organization level. 3. From the "Burger" menu, select [IAM & Admin] > IAM. 4. Click [Grant Access]. 5. In [New Principals] Enter the account you are currently logged in with 6. In the [Role] select Organization Policy Administrator. 7. In the [Role] selector there is a filter that can be used to make this selection easier. 8. Click [SAVE]. 9. Refer to Step 1 and switch the focus back to the project you created. 10. From the "Burger" menu, select [IAM & Admin] > [Organization policies] 11. From the list of organizational policies select [Disable service account key creation] - this is on the 2nd page of policies. 12. On the policy page click [Manage Policy] 13. Select [Override] parent's policy. 14. Add a rule and set enforcement off 15. Click [Set Policy]. 16. Logout and back into the developer console. Then, you should be able to proceed with creating service account keys. HIDE THE TEXTBOX WHEN REQUESTING GROUP ACCESS By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: #request-membership-form #group-request-membership-comments { display: none; } /*add codes here*/ 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code With code REMOVE WIDGETS FROM STANDALONE SINGLE FORUM PAGES By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: .single-forum .widget-area { display: none; } .has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer,.activate) #primary, body.buddypress.has-sidebar:not(.profile-sidebar,.group-sidebar,.llms-pointer,.activate) #page #primary { max-width: unset; } /*add codes here*/ 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code With code: HIDE THE NAME OF THE AUTHORS AND PUBLISED DATE FROM THE BLOG DIRECTORY By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: .bb-user-avatar-wrap { display: none !important; } /*add codes here*/ 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Without code: With code: DISPLAY FORUMS IN LIST VIEW By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: div#bbpress-forums .grid-view { display: block; } div#bbpress-forums .grid-view li{ max-width: 100% !important; } div#bbpress-forums .grid-view li .bb-cover-wrap{ padding-top: 15% !important; } /*add codes here*/ 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Without code: With code: HIDING THE "ALL DISCUSSION", "SUBSCRIBE" AND "NEW DISCUSSION" BUTTON ON THE DISCUSSION LIST AREA BLOCK By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: li.bs-item-wrap.bs-header-item.align-items-center.no-hover-effect { display: none !important; } 4. Save changes. Please note that this is also applicable to group forum. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code: https://prnt.sc/8LmG827LtGzH https://prnt.sc/tJPFxaWEyIDC With code: https://prnt.sc/tOjBVPiy9kpF https://prnt.sc/MCj3CZtKdi92 CHANGE THE FONT COLOR OF THE DISPLAY NAME IN THE PROFILE PAGE By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: h2.user-nicename { color: #ff0000 !important; /* Replace #ff0000 with your desired color code */ } 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code: https://prnt.sc/g9yV66WGOgbk With code: https://prnt.sc/nQKTAd5pMxDm CHANGE THE FONT SIZE OF THE DISPLAY NAME IN THE PROFILE PAGE By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: h2.user-nicename { font-size: 40px !important; /* Replace 20px with your desired font size */ } 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code: https://prnt.sc/OlzWxYBkHgJN With code: https://prnt.sc/ikVinXkaCjp6 HOW TO CHANGE THE NOTIFICATION BELL ICON ON THE HEADER By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: i.bb-icon-l.bb-icon-bell:before { content: '\ef30'; } Note: You may replace "\ef30" to your preferred icon code from our Font Cheatsheet page. 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code: https://prnt.sc/q1ZftkD_khQ2 With code: https://prnt.sc/CRt2D_Ddiz55 CHANGE THE BELL ICON TO CHECK FOR SUBSCRIBED GROUP By default, the platform does not have this option. You can use the following CSS code. Please follow the steps below: 1. Go to BuddyBoss > Theme Options 2. Under Custom Codes, enable CSS 3. Append the following: /* Change bell icon to check icon */ i.bb-icon-l.bb-icon-bell::before { content: "\2713"; /* Unicode for check icon */ font-family: "Font Awesome"; /* Assuming Font Awesome is used for icons */ } 4. Save changes. Note: Any modifications are considered as custom work already. Know more about our Support policy here: https://www.buddyboss.com/support-policy/ Screenshots Without code: https://prnt.sc/p2sYMTTQwDBE With code: https://prnt.sc/wS8Z-F90nhFd © All rights reserved, BUDDYBOSS DMCC 2024 Home Knowledge Base Roadmap