-
Prabin started the topic Display Group comment posts in the forum How-to & Troubleshooting 10 years, 11 months ago
Hi everyone,
I have a question. Is there a way that we can display group comment discussions ?
See the Attachment:-
I am looking for a code/trick to display those comments in another page.
Thanx in advance 🙂
-
mlclm elvin's profile was updated 10 years, 11 months ago
-
Henry Wright replied to the topic Buddypress Login Plugin in the forum Third Party Plugins 10 years, 11 months ago
It’s probably worth asking that question on the plugin’s support forum. Hopefully the plugin author will be able to advise.
-
Henry Wright replied to the topic Facebook Group in the forum Showcase 10 years, 11 months ago
“Your BuddyPress” is a place to show off your wonderful BuddyPress creations. Even though your Facebook group isn’t a BuddyPress creation, it is third-party and seems to be dedicated to BuddyPress so I thought this forum was a fitting place for your post.
Hope that explains why your topic was moved.
-
Hugo Ashmore replied to the topic Buddypress Files Customization With Theme Built From Scratch. in the forum Installing BuddyPress 10 years, 11 months ago
>I downloaded buddypress and the template pack too
Why did you download the template pack, can you tell us what led you to the template pack, that package is quite old and not relevant you shouldn’t need it if you simply allow the BP theme compatibility process to run and copy any files if you need to customize them to your theme as explained in…[Read more]
-
Henry Wright replied to the topic How Do I Display A Custom Profile Field? in the forum How-to & Troubleshooting 10 years, 11 months ago
You can do that with this:
bp_member_profile_data( 'field=name' );Where
nameis the profile field name. -
Henry Wright replied to the topic How Do I Display A Custom Profile Field? in the forum How-to & Troubleshooting 10 years, 11 months ago
You can do that with this:
bp_member_profile_data( 'field=name' );Where
nameis the custom field name. -
Henry Wright replied to the topic Facebook Group in the forum Showcase 10 years, 11 months ago
[Moved to the “Your BuddyPress” forum]
-
Henry Wright replied to the topic Buddypress Login Plugin in the forum Third Party Plugins 10 years, 11 months ago
Theme My Login will allow you to perform a redirect on login. You will need to add the social login button functionality separately. Search the WordPress Plugin Directory for one that works for you and is actively maintained.
-
Henry Wright replied to the topic Buddypress Files Customization With Theme Built From Scratch. in the forum Installing BuddyPress 10 years, 11 months ago
Take a look at the BuddyPress Template Hierarchy article. That should answer any questions you have.
-
Henry Wright replied to the topic Email optional in signup page in the forum How-to & Troubleshooting 10 years, 11 months ago
This won’t be easily done. If you take a look in
bp_core_screen_signup(), you’ll see it expects the user’s email to be provided. If no email is given, then an error will be reported. -
Henry Wright replied to the topic Content Invisible to Google in the forum How-to & Troubleshooting 10 years, 11 months ago
Hi @baldarab
What’s the content of your robots.txt file?
-
Henry Wright replied to the topic Content Invisible to Google in the forum How-to & Troubleshooting 10 years, 11 months ago
Have you allowed 6-8 weeks for Google to index the pages? It can be that long in some cases.
-
Milad Nasri started the topic Fields Privacy Problem in the forum How-to & Troubleshooting 10 years, 11 months ago
I’ve made a phone number field for users to fill in the registration form and it’s set to be private and invisible to everyone. But when another visitor searches a phone number in user search, then the associated account to that number is shown in the results. How to prevent this privacy problem?
-
Milad Nasri started the topic Fields Privacy Problem in the forum How-to & Troubleshooting 10 years, 11 months ago
I’ve made a phone number field for users to fill in the registration form and it’s set to be private and invisible to everyone. But when another visitor searches a phone number in user search, the associated account to that number is shown in the results. How to prevent this privacy problem?
-
Henry Wright replied to the topic how do you put the buddypress avatar inside the div or i-tag? in the forum Showcase 10 years, 11 months ago
I doubt
<i class=”fa fa-user”></i>is inserted by BuddyPress. Is it generated by a plugin? -
Prabin replied to the topic Display all BuddyPress group id as a dropdown in the forum How-to & Troubleshooting 10 years, 11 months ago
I did it .. thanx for reply anyway 😀
<div>[Read more]
<?php global $bp,$wpdb;
$group_id = get_post_meta( $post->ID, 'campaign_group_id', true );
$group_results = $wpdb->get_results("SELECT id,name FROM {$wpdb->prefix}bp_groups ORDER BY ID ASC");
?>
<label for="meta-box-dropdown">ADD/EDIT</label>… -
Prabin replied to the topic Display all BuddyPress group id as a dropdown in the forum How-to & Troubleshooting 10 years, 11 months ago
I did it .. thanx for reply anyway 😀
<div>
<?php global $bp,$wpdb;$group_id = get_post_meta( $post->ID, 'campaign_group_id', true );
$group_results = $wpdb->get_results("SELECT id,name FROM {$wpdb->prefix}bp_groups ORDER BY ID ASC");?>
<label for="meta-box-dropdown">ADD/EDIT</label>
<select…[Read more] -
@mercime replied to the topic Error 404 on all components of buddypress in the forum Installing BuddyPress 10 years, 11 months ago
@jdc2018 Have you set the WordPress admin panel > Settings > Permalinks to a configuration other than the default configuration. mod_rewrite must be enabled on your server for pretty permalinks to work.
If changing permalinks doesn’t work: WP/BP versions? What theme are you using? What other plugins are activated in your site? Where are you…[Read more]
-
@mercime updated the Navigation Links Return 404 Errors page, on the BuddyPress Codex 10 years, 11 months ago
A common error after installation of BuddyPress from within the WordPress admin panel is to not set pretty permalinks. If you fail to do this then all of the links in the header will return 404 errors.
To fix […]
- Load More