Search Results for 'buddypress'
-
Search Results
-
Topic: profile problems
Hello. I’ve updated buddypress to 5 version. Is it normal that when i access my site and i go to my profile nothing appears? please help me. Is very important.
http://www.dovadoapp.com is my website
Turns out if you send your blog posts to Twitter with Buddypress @usernames in it, Twitter will (naturally) think it’s a Twitter username and link to their profiles instead. I don’t anticipate there being an easy way to fix besides removing the names, but just happened to notice this and figured I’d throw it out there.
Topic: URL in BP Activity Plus
Hi BuddyPress,
I am asking you for help.
I use the BP Activity Plus plugin. Unfortunately, the plug-in has been closed and I have not found an alternative for it, and support no longer responds. How can I add the option of including a URL to the image loaded in the activity stream in Activity Plus?
Just like on Facebook. Does anyone know the solutionTopic: Not sent email activation
Hello, I am reading everything related to this topic and I see that it is a general problem that has not been solved correctly.
In my case, activation emails are not received after registration.
In support of WPLMS they have sent me to Buddypress saying that it is not their business.
I have checked with my hosting and the emails do not come out, they are not generated.
I have verified the sending via WP MAIL SMTP with server, port and specific user, but still not received.
Isn’t there a concrete solution? What can be done?
Thank you.On the BuddyPress Activity Stream, new blog posts show up with a post thumbnail and an excerpt of the content. How do I make the post thumbnail clickable so that it takes the visitor directly to the post?
I’ve tried Automatic Featured Image functions like the one below but they aren’t targeting the featured images on the Activity Stream.
function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) { $html = '<a href="' . get_permalink( $post_id ) . '" title="' . esc_attr( get_the_title( $post_id ) ) . '">' . $html . '</a>'; return $html; } add_filter( 'post_thumbnail_html', 'wpb_autolink_featured_images', 10, 3 );All of the WordPress solutions I’ve tried have come up short. This seems like a BuddyPress thing.
Does anyone know how to target the featured image and excerpt for a blog post that appears in the Activity Stream?
Thx, JC>
There’s an article about this topic that was marked Resolved, but the author did not reveal the actual solution.
Only Display Custom Field if not empty
I’m using the front.php template to customize the members profile page. On the members profile page, I’m trying to hide all Profile Fields that are empty.
I’ve tried the code outlined in the referenced link with no luck. That post is about 4 years old so I don’t know if the information is the most up to date. When using the referenced code, I can’t get anything to show up on the page.
Can someone please point me in the right direction?
Thx, JC>
Topic: Expand Activity Stream
Hello BuddyPress
Is there an alternative to BP Activity Plus?
this plug-in has been closed and is no longer available for download. Is there any free or paid plug-in that develops the Activity Stream?Hi,
I recently replaced whats-new by tinymce. After some customizations, that’s what it looks like (groups): ScreenshotTo do that, I took a copy of post-form.php from the legacy theme (/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php) and replaced the file of the nouveau theme (/buddypress/bp-templates/bp-nouveau/buddypress/activity/post.form)
Then I changed the code and now it is:
do_action( 'bp_before_activity_post_form' ); ?> <div id="whats-new-content" > <div id="whats-new-textarea"> <label for="whats-new" class="bp-screen-reader-text"><?php /* translators: accessibility text */ _e( 'Post what\'s new', 'buddypress' ); ?></label> <?php $content = ''; $editor_id = 'whats-new'; $settings = array( 'teeny' => false, 'media_buttons' => false, // 'textarea_rows' => 5, 'editor_height' => 100, 'drag_drop_upload' => false, 'quicktags' => false ); wp_editor( $content, $editor_id, $settings ); ?> </div> <div id="whats-new-options"> <div id="whats-new-submit"> <input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> </div>In the code I added, the height of tinymce is 100px but it is always launched with 134px height.
It works with 100px height only with the “teeny” version, but this version doesn’t show the image button I added (using a snippet) and the smiley button (from the wp-monalisa plugin).I tried to fix the problem with css and the only selector that seems to work is
iframe#whats-new_ifrbut I cannot use!importantto override this, because it affects the autoresizing feature.
I thought that I could modify it directly on its system file, but I cannot locate it using the plugin “String Locator”Any idea? I don’t like to leave it with this height, because it is somehow ugly.
Thanks in advance.
Theme – Gwangi dating Version: 2.0.0, Author URL: https://www.themosaurus.com
BuddyPress: by The BuddyPress Community – 5.0.0
WP Version: 5.2.3, WordPress address (URL): https://filipinowomen.onlineHi there, I have this snippert, that figures out if the logged-in user is man or woman!
—————————————————————————-
add_filter (‘bp_ajax_querystring’, ‘modify_members_loop’, 20, 2);
function modify_members_loop ($qs=false, $object=false)
{
global $wpdb;
if ($object != ‘members’) return $qs;// figure out if the logged-in user is man or woman
$gender = xprofile_get_field_data (3, bp_loggedin_user_id ());if ($gender == ‘Man’)
$query = “SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 3 AND value = ‘Woman'”;
else
$query = “SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 3 AND value = ‘Man'”;$custom_ids = $wpdb->get_col ($query);
$args = wp_parse_args ($qs);
$args[‘include’] = implode (‘,’, $custom_ids);
$qs = build_query ($args);return $qs;
}
——————————————————————————–
The problem is, that it doesn’t work with the widgets, who’s online…etc.
So does anyone know, how to fix that?Note: A loggede in man, should only be able to see women’s profiles and women should be able to see men’s, even if a woman/man, try to search for their own gender!
Best regards
Topic: Email Templates
I accidently deleted the email templates thinking they must be spam postings, tried uninstall and reinstall BuddyPress but templates will not reimport, any ideas how to get the templates back?
Topic: Only Base is showing help
WordPress 5.2.3
Buddypress version up to date 5.0.0.Hi Only the base profile is showing up on registration and being logged into account.I am trying to build a couples profile so I would have the data from both the man and the woman, how do I go about this? I want to enable extra fields and also how do i put them extra fields in a new tab? I have disabled my theme and put the twenty twelve and still the same problem, please help
They show up in my user profile fields but nowhere else on my site, only the base is showing.
Hey All,
Im looking for a great looking simple free theme.
Anyone have any ideas how to find such an elusive Free Buddypress THEME?@imath
@sbrajesh
@buddybossany thoughts gents?
Hi everyone,
is it possible to disable the auto-generation of passwords on the signup form?
This features comes with the latest version of Buddypress and gives me headaches, given the configuration of my site.The context:
The home page is the signup page and there is a login form on the topbar. Both browsers, Firefox and Chrome, fill the signup form with the username of the login form. The problem is with firefox who sees my username together with the auto-generated password and thinks I want to update my credentials. So everytime I login, Firefox asks me if I want to update my password. It is very annoying and I must stop this.Is there any snippet to disable this feature?
Thanks in advance