Search Results for 'buddypress'
-
Search Results
-
Hi,
I am a total novice in coding. Please bare with me now. I have used copilot, gemini and chatgpt to help me build a custom page from zero.
The page shows registrered employers on my website. (Wpjm+buddypress)
If a user is not logged in the message button on the employer profile card on the custom page will read “please login to message this employer”.
If pressed you go to the login with a redirect to your own compose message page with prefilled to field with the username of the employer.
The issue here is I cant get it to work. Tried 1000s of different variants but the AI models wont give me a solution. They tell me it cant be made and that I have to split the redirect code with some code on the page and some code in the function file.
HOWEVER! This is where it gets weird. The first round of code help I got it managed to solve this without function file. But I cant find the solution again since I am stupid/novice enough to not save work as I make new changes…
I wonder if any kind soul would see if they can help me solve this. The page for reference is here: https://arbetssokande.nu/registrerade-arbetsgivare/
One of the code I have used that wont work:
<?php if ( bp_is_active( 'messages' ) && isset( $user ) ): ?> <?php $recipient_username = $user->user_nicename; $query_args = array( 'r' => $recipient_username, ); $query_string = http_build_query( $query_args ); if ( is_user_logged_in() ): $compose_url = bp_loggedin_user_domain() . bp_get_messages_slug() . '/nytt-meddelande/?' . $query_string; ?> <a href="<?php echo esc_url( $compose_url ); ?>" class="bp-message-button">Skicka meddelande</a> <?php else: $redirect_url = home_url( '/' . bp_get_messages_slug() . '/nytt-meddelande/?' . $query_string ); $login_url = wp_login_url( $redirect_url ); ?> <a href="<?php echo esc_url( $login_url ); ?>" class="bp-message-button">Logga in för att skicka meddelande</a> <?php endif; ?> <?php endif; ?>The message button works if you are logged in. As also does the “see job ads” of the chosen employer (both logged in or logged out and redirected).
Am I stupid/remember wrong that the redirect for message worked one time some days ago? I feel so stupid its sad.
Please help if you can.
Best regards,flamuren
Topic: Member’s site not showing up
I’m using WordPress 6.8.1 and Buddypress 14.3.4 on a subdomain multisite installation. Everything is working just fine except for one thing: when a member clicks ‘My sites’ nothing shows up. I’m a member of two sites and I signed up with a test account and still nothing.
I’m wondering if it’s because I created the sites before I actually installed Buddypress? There doesn’t appear to be an option in the Buddypress network tools to recalculate the sites.
Thanks for any help.
Hi,
I love buddypress and wpjm combo. Its free and helps people get jobs, which is my private project.
However I am not so tech savy and not any real coding.
My question is if its possible, within reason, to add two choices on the member page, to filter out two user classes/types (wpjm candidates and employers).
Today I have active members and “my friends” as tabs and also a search member field under that. I would like to add candidates and employers, to filter out those users. Mainly employers – since it woud be nice for candidates to reach out if it seems good match.
I guess find the teamplate for members, add it to my child theme and ad buttons, and then connect the buttons with a filter option in the child theme function file?
Best regards,
Flamur
I am using version: 6.8.1 and BuddyPress Version 14.3.4
I develop an dating website and created a register form, but if I add field to upload image is not uploaded and the page get issue like that
https://prnt.sc/bALFPL871QJUSupport from theme redirect to you guys
Thanks
Topic: Registration Issue
I am using LeranDash to sell the courses and also want to create a community using buddypress. So while using buddy press plugin along with the LearnDash plugin it gives registration error if some new client want to register on the website.
I am using Divi theme as well.Please provide me the solution how I can use both the plugins.
Hi,
in the buddypress activity feed the spacing/linebreaks are removed when publishing the posts.
It would be great if it would keep linebreaks as for example this forum post does.
Would anybody be able to add this to buddypress acticity posts?
Best regards,
flamuren
Hi all,
I’m building a community site using BuddyPress, and I’m trying to improve the visibility of individual user profile pages in Google. Right now, the pages are getting crawled, but they don’t seem to rank well or appear with good metadata.
I’m wondering:
Are there recommended ways to improve SEO for these member pages?
Should we use a specific SEO plugin like Yoast or Rank Math with BuddyPress?
Any tips on structuring profile URLs or adding schema?
I also found some few ideas, but I’m not sure how accurate or up-to-date it is.
Any suggestions from others who’ve optimized BuddyPress in real-world sites would be really helpful!
Thanks
Topic: Conflict with Youzify plugin
I have a really odd problem that seemed to happen randomly. This did not happen right away, everything was working fine, then boom.
I’m using BuddyPress with the Youzify membership plugin, and if I enable them together, WP admin displays posts and pages like this screenshot:
If I disable BuddyPress or Youzify, it returns to normal.
I’m running WP 6.8, BP 14.3.4 and Youzify 1.3.5. I’m totally baffled how this happened. Any advice would be awesome.
With BuddyPress and LearnDash the send button is missing when trying to send a message to an instructor. How can I fix this? We use the Astra Pro theme.


