Search Results for 'buddyboss'
-
Search Results
-
Hi all,
I want to conditionally add a step in the Group Creation wizard of Buddypress / Buddyboss.
In step 2 my form asks for a specific field (via a Select-box with the HTML name “group-types[]”).Whenever a specific group type is selected and the user clicks “next step”, I want to add a new step inbetween conditionally on the group type field.
I found the Group Extension API which is very complicated to understand:
And I found this code:
https://gist.github.com/shanebp/c9cdde9443bdeab9b4caIt kind of works, but there are two things:
I’m not sure where exactly to “ask” the already made setting “group-type[]” for the group in the creation wizard and unfortunately the settings-page “Ville” is added at the end.
I tried to set a “position”-element in the $arg which is passed to parent::init( $args ); but this is not accepted.
Any help would be highly appreciated.
Topic: RSS Button – Error Page
Hi All,
I’ve just installed BuddyPress, bbPress and BuddyX with the BuddyX child theme. When I click on the “RSS” feed button (which I don’t even particularly need for the record), it brings me to a broken link site point to BuddyPress:
Title: “https://www.medsupplynetwork.com/activity/feed/”
Body: “<rss xmlns:content=”http://purl.org/rss/1.0/modules/content/” xmlns:atom=”http://www.w3.org/2005/Atom” xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/” xmlns:slash=”http://purl.org/rss/1.0/modules/slash/” version=”2.0″>
<channel>
<title>MedSupply Network | Site-Wide Activity</title>
<link>https://www.medsupplynetwork.com/activity/</link>
<atom:link href=”https://www.medsupplynetwork.com/activity/feed/” rel=”self” type=”application/rss+xml”/>
<description>Activity feed for the entire site.</description>
<lastBuildDate>Sun, 16 May 2021 19:48:22 +0000</lastBuildDate>
<generator>https://buddypress.org/?v=7.3.0</generator>
<language>en-US</language>
<ttl>30</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>2</sy:updateFrequency>
</channel>
<iframe src=”https://app.zoominfo.com/reachout-pixel/track?app=DOZI&url=https://www.medsupplynetwork.com/activity/feed/” id=”reachout__pixel” frameborder=”0″ scrolling=”no” style=”width:1px; height:1px; display: block”/>
</rss>”I have no idea what’s going on with this…
Also, a couple of questions:
1.) Do I need to install rtMedia directly?
2.) Do BuddyPress and BuddyX work together directly?
I know the developer of BuddyX is a BuddyPress (or former – not sure?) developer of BuddyPress – but I want to make sure that everything is in sync and I’m not using BuddyBoss b/c it appears that BuddyBoss and BuddyPress are not 100% in sync with each other.I’m aiming to create a social networking website for healthcare profesionals and medical suppliers in the safest (technical) way possible – and I’ve built this using Linux Ubuntu + NGINX + MYSQL + PHP 7.4-fpm + AWS EC2 (and route 53 elb asg’s etc.).
any help woudl be greatly appreciated!
Hello,
Does anyone know any way to enable WP Shortcodes in buddypress/bbpress topics? At least for Admins.
There are some plugins such as Quizzes and Polls that provide shortcode that can be easily added/started into a topic where a widget won’t work or is called for.
I understand that it can be a security concern for just any user to have the ability, but if it was limited to Mods, Admins and Content Providers it would great.I did find that GD bbPress tools DOES work (lets you have the function to use any shortcode in topics ) if you initially have it installed prior to installing BuddyPress Platform BUT if you have any other customization or toggles you had enabled on GS bbPress prior to the the BuddyPress install, you are STUCK to what it was set on because I found that BiddyPress Platform locks you out of the config for GD bbpress leaving you to keep as is or removing GD bbpress tools all together. Unfortunately I had to remove it because I did not want one of the settings I previously added. Don’t bother trying to re-install it. It won’t work.
I found another plugin, bbPress – Do Short Codes – it is abandoned and hasn’t been updated in years but it worked. The problem here was, there was some code in that for some reason clashed with the Buddypress mailbox.So in all, I know it can be done and it can work but I am hoping I can find one that works with Buddypress Platform or at least without issue.
I did reach out to Buddypress Platform tech support and the person who was helping basically closed the ticket regarding the inbox not working as soon as I figured out it was the plugin.
When asked about shortcodes in topics I was told it was not a feature. O-K.Thank you in advance for any help.
Regards
Wprdpress 5.7.2
BuddyBoss Theme and BuddyBoss Platform ProHello.
Does this plugin (or BuddyBoss) allow users to set whether they want to auto approve member connection requests?Thank you,
TallonHello,
Is it possible to create/add folder structure for uploads?
Is there an extension or a plugin available for this? (We don’t want to use BuddyBoss)
Hope to hear from you, thanks in advance.
-KevinHello,
the signin and signup form is mixing english and german language
Can someone please help me to fix this?
I’m pretty new to wordpress and buddyboss
I’m using plattform v.1.5.8 and theme v1.6.5 and wp 5.7.1.Hey there,
for a client we set up Learndash and Buddyboss using the Buddyboss Theme. Elementor is also installed as a builder.
The Course and Lesson Pages however show too many information like “progress” and “members” and more. Can I change the design layout for courses and lessons? And if yes, how?The main task would be to hide many elements, not to add more.
Thanks for your help
I use BuddyForms Members plugin (1.4.15) (WP 5.7, buddyboss 1.5.7.3).
It allows integration of Buddyforms with member profiles by extending class BP_Component.What I need, is that this ‘profile integration’ is conditional to the member type (‘user’, ‘location’, ‘organisation’). Only organisation/location membertypes should get ‘profile integration’.
So, I end up in buddyboss-platform\bp-core\classes\class-bp-component.php. On line 475 I found:
do_action( 'bp_' . $this->id . '_setup_actions' );
I can interact with bp_set_nav by adding code in the class on line 476:
if ($this->id == 'buddyforms') { remove_action( 'bp_setup_nav', array( $this, 'setup_nav' ), 10 ); }
But, how do I refer to $this from outside the extended BP_Component class (BuddyForms_Members_Extention)? What doesn’t seem to work from My Plugin function.php:
add_action( 'bp_buddyforms_setup_actions', 'my_function', 10 ); function my_function() { $buddy = buddypress(); remove_action( 'bp_setup_nav', array( $buddy, 'setup_nav' ), 10 ); }
Hopefully I’m at the right place for this question.
Hi, I dig so much but I could not find any solution for auto-generating nickname during registration. I want to hide this field and want it to be auto-generated by the system. Can you help me please
Hi,
I am using Paidmemberships Pro together with Buddyboss theme on my site and I only want users with a premium account to be able to view the profile information on a member page. I still want them to be able to access the member page but I want to hide the profile information for them and instead display a message like “You need a premium account to view this content”.
Does anyone know how to do this? Thanks!
I’m trying to overwrite the styles of the class login-split but it doesn’t work and I’m not sure why that happen. I need to make that class 100% width.
Topic: Adding Paid Membership to BP
Hi,
I am running a BP related theme and I want to add a paid membership option to the site. Does anyone know of any plugins that will do this?
I am already using the BP Members Type (BuddyBoss) plugin to provide the user with an option to sign-up. I now want to have a free sign-up option and one that forces members to pay.
Any suggestions greatly appreciated.
Thanks,
MHi everyone,
there is a strange problem. I’ve use WordPress, BuddyPress and “Buddyboss-Global-Search” what should be the correct plugin to use.
If I search for a blocked member, the search-result number is correct and show “0 results found” BUT the search-result filter lists “Members (1)” and also show the member in the results itself.
Can anyone help me, to get rid of the blocked members in the search-results? It is not an option the delete the user from database as of linked page-content written or edited by this members.
Thanks.