Search Results for 'wordpress'
-
Search Results
-
Topic: Missing “Join Group” button
A beautiful day,
Please, I need help. When I create a group or when another user creates a group, there is nowhere for another user to join the group. The “join group” button is missing and the “leave group” button is missing. I have no idea what it may be. I am already looking for some options on the 3rd day, but without success. Is there anyone please who knows what this is about?
This is the site https://theunified.space/ The URL specifically for the social network is https://theunified.space/activity/
I use the Cirkle template – Version 1.0.12
BuddyPress Version 10.3.0
WordPress Version 6.0I will be grateful for any advice!
I want to have VIP members in my website. The VIP members should pay to register. And VIP members have more authority and activity options in website.
Also I intend to have some marketer for website (affiliate program- like the affiliate wp plugin), and pay to the marketer for the members that invited by them and registerd as vip member.
How can I do it?WordPress version:6.0
BuddyPress version:10.3.0
Theme:Olympus.I would appreciate to your attention.
Hi,
just been trying out the BP Search plugin and was wondering if there is a way to manage what users can see depending on their membership level.Unfortunately, the search form cannot be edited with Elementor or WordPress editor sthat means I rely on the plugins own setting options: Out of the box the plugin does not have the settings to hide/show specific fields for each member level.
If for example I want a free user to only see one search field for country and a higher level member to see country, sport, events etc? – is there a way to accomplish that?
Any suggestion might help 😉
Topic: Expand a group page
Hi, I’m new to buddypress.
I want to create new tabs that contain information on the group pages.Is there a third party plugin that extends the groups page?
Is there a page with information on how to do it in code?Thank you
—-
Theme Woffice
Buddypress: 4.2.2
Wordpress: 5.9Topic: [Help]
Unable to log into my WordPress since I downloaded the most recent BuddyPress plugin. My site is running well, but i’m unable to login as admin with my regular username/password. I am unable to reset my password. The only message I receive is:
Warning: strpos(): Empty needle in /home/customer/www/pharmdit.com/public_html/wp-content/plugins/stax-buddy-builder/core/hooks/BuddypressHooks.php on line 491
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/pharmdit.com/public_html/wp-content/plugins/stax-buddy-builder/core/hooks/BuddypressHooks.php:491) in /home/customer/www/pharmdit.com/public_html/wp-login.php on line 462
Thank you.
I want to place the attachments of a post above the text caption, like the images below:
The first image is how it is normally, the second is how I want it to be.
What path (ftp or wordpress plugin path) do I go to on the plugin to move the line of the attachment above where the normal caption goes? Or how can I do this?
This has been ok for a few years now can’t login (white screen) to wordpress dashboard. Hosting traced it to the wp-custom.php which included a number of customisations. But the only solution seems to be removing this file completely. An empty one causes the same issue. I am assuming this is caused by the latest update to buddypress.
Any help would be appreciated as I need some of the customisations.
How can I show each member type members in seperate page?
WordPress version:6.0
BuddyPress version:10.3.0
Theme:Olympus.Hello
In a project already in production (with an exclusively private access and about 100 existing members), I want to add a discussion space, and BuddyPress seemed to me to be the ideal solution.
However, I would like to :
– keep the native WordPress registration form (already modified)
– automatically attach users to BuddyPress (when I install BuddyPress, I don’t see them in the members!)I already use (among other things) the “Members” extension in WordPress.
Thanks
Translated with http://www.DeepL.com/Translator (free version)
Currently customising a WordPress site. Complete newbie, but progressing along. Installed BuddyPress and created a couple of groups and even integrated them with forums (old school) however I need to change the colour of the breadcrumbs (to green) as the site cannot contain any blue. To do this by CSS is preferable as I lack any real knowledge. Many thanks in advance.
Buddypress search block show conflict with Learnpress after wordpress 6.0
Topic: Site down
Hello,
I’m trying to get some assistance as a student assisting on tech project for a client running their site on WP. We recently encountered some site outage issues and I’m not extremely well versed with Buddypress or WP but we were advised there was a BuddyPress related issue.
Below is the error code description provided by our client (professor). If someone could offer some troubleshooting tips, I would be really appreciative, thank you!WordPress version 5.9.3
Current theme: Airi (version 1.0.16)
Current plugin: BuddyPress (version 10.3.0)
PHP version 8.0.17Error Details
=============
An error of type E_ERROR was caused in line 76 of the file /home4/platefo5/public_html/wp-content/plugins/buddypress/bp-loader.php. Error message: Uncaught Error: Failed opening required ‘/home4/platefo5/public_html/wp-content/plugins/buddypress/class-buddypress.php’ (include_path=’.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home4/platefo5/public_html/wp-content/plugins/buddypress/bp-loader.php:76
Stack trace:
#0 /home4/platefo5/public_html/wp-settings.php(418): include_once()
#1 /home4/platefo5/public_html/wp-config.php(96): require_once(‘/home4/platefo5…’)
#2 /home4/platefo5/public_html/wp-load.php(50): require_once(‘/home4/platefo5…’)
#3 /home4/platefo5/public_html/wp-admin/admin.php(34): require_once(‘/home4/platefo5…’)
#4 /home4/platefo5/public_html/wp-admin/edit-comments.php(10): require_once(‘/home4/platefo5…’)
#5 {main}
thrownHi,
I could modify the currect query of the WP Core search using the filter of pre_get_posts but in the case of bp_search I cannot, is any filter that I could use to modify the results/query when we use the Buddypress search instead of WordPress Search? ?s=clean&subset=pages&bp_search=1
I need to exclude some pages/post or custom types, maybe ID’s in general from the BuddyPress Search, but I dont wanna to install another plugin, I prefer to have the control under function.php for example,
Is any filter that allow to modify the query as “pre_get_post” did ?
thanks in advance
Hi,
I’m trying to show a part of the activtiy feed (entries categorized as “tips” with feed meta category) on a different page than the standard activity page. Using the activity loop in a custom page template it’s easy to display the restricted activities on a standard WP page.
However, as the standard WordPress page is not a registered BuddyPress page none of the Buddypress CSS classes and Javascript is loaded, which means that the custom loop looks pretty bad and is largely non-functional.
So far I’ve come up with two ideas about how to solve this:
1) using different feed templates on the standard activity feed page and indicate which one to use by adding a variable in the URL – this approach runs into problems because the standard feed is loaded by Admin-Ajax and there’s no apparent way to add an additional URL induced context variable to the ajax query – or is there?
2) turning the standard WordPress page into a BuddyPress page (so the activity JS and CSS is loaded). I’ve been thinking about actually comparing loaded scripts and manually enqueuing them for the new page-template, but I wonder if there is not a much simpler solution.
I’ve tried ideas like this “prehistoric” one, but they don’t appear to work anymore – https://buddypress.org/support/topic/make-your-own-custom-buddypress-page/page/2/
Is there a modern equivalent to this?
Should I maybe approach this completely differently?
Thanks for any help!
Topic: LifterLMS conflict
Hi!
I have an issue with LifterLMS and Buddyboss Platform. I have already contact with LifterLMS team and they say that is an issue from Buddyboss side, as you can see in these links:
https://github.com/gocodebox/lifterlms/issues/2110
https://github.com/gocodebox/lifterlms/issues/2142Please, I need that this issue will be fixed asap because I have no ability to change the courses tab order in my user’s profiles.
Versions:
Buddyboss Platform: 2.0.1
Wordpress: 5.9.3
LifterLMS: 6.5.0Thank you!
When I am editing my extended profile or the extended profile of another user the ‘Change’ button after “this field can be seen by: [everyone/only you etc]” text does not work. When I click it, nothing happens.
This definitely used to work, I don’t know what changed or when though as it’s not a common thing I need to do.
I am running the latest version of the plugin and WordPress, however the server itself is still on PHP 2, could this be the problem? Anyone got any other hunches, please?
Thanks in advance for any help you can provide!
Hi,
I am new to BuddyPress and was hoping you might know something about this, maybe you even have plugins to achieve what I would like to do:BP is a social community platform for many users. My case has 2 parts: A-event plan and B-live video:
1:I want users to be able to create events in a calendar on frontend and inside their own profile
2: visitors can see what events are available inside users profile
3: visitors then can book/pay for the event (either simple join later or via code/link)
4: when event/live stream starts that visitor can join via webcam or any suggested video pluginI saw some events planner plugins in WordPress repository but they only have calendar part of what I want to do. I do not know how to connect the calendar with the video/stream functionality and besides I do not even know how to make users be able to see each other on camera.
I do not mind paying for plugins as long as I know that they do what I want and are of good quality.Would be nice if you could direct me in a direction or even recommend some plugins.
Thank you.