Search Results for 'buddypress'
-
AuthorSearch Results
-
October 20, 2016 at 10:15 am #260045
In reply to: Very Important Features For BP
Paul Wong-Gibbs
KeymasterPlease do not at-mention people just to get attention. I normally stop reading if I see I’ve been pinged in a list like this by someone trying to get attention.
That said, thank you for your feedback.
All your Google image links are broken, and if they are screenshots asking “how can I do this”, if you can’t code (or want to spend time learning to do this), then you need to hope there’s a plugin out there you can buy, or hire a freelance developer to build it for you. Very few people build things for others for free, and it’s at a cost to those people, even if it’s free for you.
To comment on some of your points from my own perspective, and not on behalf of the entire BuddyPress team and all its contributors:
- I would also like to see better user communication management tools/preferences! (i.e. blocks). I think some of this will have to happen in the BuddyPress software, and some will happen in third-party plugins that extend the behaviour. There are already some plugins that deal with small parts of these areas.
- Chat, Message Attachments, Media — these are complicated, and I’m pretty sure will never be included in BuddyPress itself. They would make good third-party plugins. I think there are a couple of Chat plugins available already.
- (auto-)confirm accounts after sign-up — I believe this is seriously unsafe, so it will never be included in BuddyPress. Another plugin opportunity!
- Global search is something we always wanted, I don’t know if we still do. A very early BuddyPress default theme about 7 years ago had something similar, I think. I remember playing around with it. Maybe it’s time to bring it back. 🙂
- Sharing tools is pretty interesting. I think I’m personally quite keen to do some stuff like this, but it’d need some experimenting to see whether it felt as if it would fit into the BuddyPress software, or a third-party plugin, or some of both.
October 20, 2016 at 9:49 am #260043Paul Wong-Gibbs
KeymasterSo… you CAN log into WordPress with your email address and password. On example.com/wp-login.php, it even says “Username or Email” and “Password”. Is this the main log in that you are talking about?
I have just tested the BuddyPress log in widget and I can log in using the email address.
I am a bit baffled why this doesn’t work for you. Please can you remove any relevant code customisations, and just test it again?
If you can’t log into /wp-login.php using an email address and password, you should try the WordPress.org support forums first and get that fixed, because that’s how it should be working.
October 20, 2016 at 9:42 am #260042In reply to: Buddypress Problems ( cant view/edit profile )
Paul Wong-Gibbs
KeymasterYou need to change a WordPress settings — you need to enable permalinks. Your WordPress blog URLs look like: example.com/index.php/roman-reigns/ and we need to have them look like example.com/romain-reigns/. This is required to have BuddyPress work.
If we’re lucky, you can go into wp-admin and Settings > Permalinks, then pick anything other than “Default”. Then save, and check if your blog post links have changed, and if they still work.
If they DON’T work, you need to fix that first. There is lots of information on the web about enabling WordPress permalinks, and if you have a good web host, oftentimes they will know how to enable them if they are disabled by default for some reason.
October 20, 2016 at 9:37 am #260041In reply to: BP on Multisite multi-language
Paul Wong-Gibbs
KeymasterI guess that means that when a user registers on one of the multi-sites he can use his account on all the other websites of the Multi-site installation, right ?
Yes, but understand that you have to give that user access to those other sites (in wp-admin) to write blog posts, for example. If a user does not have explicit permissions to a specific multisite site, they won’t have any special access; they’ll only be able to read the content as if they were another normal visitor. You can test this right now, without BuddyPress, and see how it works.
meaning it takes him out of the French Website to put him onto the English on
You seem to be using multisite to have your content localised into different languages. This is a common approach for WordPress multisite, but BuddyPress does not work the way you want it to in this situation.
You can activate BuddyPress in a few different ways. Simply, on multisite, you can activate the plugin on a specific site, or network-wide. There is lots more detail at https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/ but if BuddyPress is activated network-wide, all the BuddyPress content will only appear on one site (we call this the “root blog”). We use redirects to support this, exactly as you’ve found.
You can’t have BuddyPress active on a multisite that uses the sub-sites as different languages, and have the BuddyPress social network appear on all of them and work in the same way, except with different translations. It doesn’t work that way out the box…
…however here is an advanced setting you can use to make BuddyPress behave like this: BP_ENABLE_MULTIBLOG
See https://codex.buddypress.org/getting-started/customizing/bp_enable_multiblog/
I would encourage you fully test this setting out if you enable it, before you start building the rest of your site, just to understand and confirm its behaviour.🙂
October 20, 2016 at 9:18 am #260040In reply to: Error in doc settings
Paul Wong-Gibbs
Keymaster@dioniq Did this work with a previous version of BuddyPress? If so, what version?
While the developers of that plugin are contributors to BuddyPress, you’re best to try requesting support via that plugin’s forums: https://wordpress.org/support/plugin/buddypress-docs
October 20, 2016 at 8:05 am #260035In reply to: Group admin post only
danbp
Participant@vicky0007,
do you mean a static message or as setting option ?You can deploy a static message on the create step #2, by using this snippet inside of bp-custom.php
function bpex_custom_message_group_creation() { if( bp_is_active( 'groups' ) && bp_is_group_creation_step( 'group-settings' ) ) : echo 'Only group admins are allowed to post'; endif; } add_action( 'bp_before_group_settings_creation_step', 'bpex_custom_message_group_creation' );As setting option, read here:
October 20, 2016 at 4:15 am #260030In reply to: User Groups “Read More” and Cover Image Text
Venutius
ModeratorHi there,
Regarding question 2, I think that you need to set up a custom home page for your groups using BP Group Extras. That way you get to have the intro text as long as you like without it encroaching on the group cover image. you can also add some other cool features is you do this such as adding extra images and video’s into the group description, you can even add short codes to display group comments and forum entries on the same page.
I’ve written a guide as to how you can do this here:
http://buddyuser.com/creating-great-group-home-pages-with-buddypress-group-extras
October 19, 2016 at 8:41 pm #260015In reply to: Very Important Features For BP
danbp
ParticipantYou wanted code ? Here it is, but no need to get rude by using uppercase ! Searching the forum brings some topics about “notification”
See if it still works:
https://buddypress.org/support/topic/notifications-template/
October 19, 2016 at 7:32 pm #260007In reply to: Very Important Features For BP
livingflame
Participant@modemlooper You know that a lot of plugin is bad for WordPress. I don’t want more plugins, I need the Codes. Look at this and please understand my petition.
Site Menu example:
Logo –– Home –– Activity –– Members –– Groups –– Message (1) –– Friend Request (3) –– Notifications (4) –– My Account or Profile (sub: Log Out, etc.)
The problem is, that Buddypress links (Wp / Appearance / Menus) has not Bubbles or Count Alert. I NEED THE COUNT ALERTS! NO PLUGINS!
October 19, 2016 at 3:27 pm #259997In reply to: Very Important Features For BP
modemlooper
Moderatorlook through this plugin https://wordpress.org/plugins/buddypress-notifications-widget/
The code could be reused to create a menu
October 19, 2016 at 11:42 am #259988In reply to: Hide the whole Base profile field group
danbp
ParticipantHi @bid9jafd,
a different way is explained here:
https://buddypress.org/support/topic/hide-possibility-to-change-base-name/#post-230718October 19, 2016 at 9:50 am #259983Topic: Hide the whole Base profile field group
in forum How-to & Troubleshootingbid9jafd
ParticipantHi,
I want to hide the entire Base Profile Field Group on my site.
I have followed the steps outlined by @shanebp in this topic &, while the Base Profile Fields have been hidden, the tab for the Group is still visible.
I have posted a screenshot of the issue here.
I want just the profile group ‘user info’ to be visible & editable.
I’m using the Kleo theme – version 4.1.5, WordPress 4.6.1.
I’d greatly appreciate some help.
October 19, 2016 at 6:48 am #259978In reply to: Member search false positives
Antipole
Participant@joeaj111 – not sure I understand your question… it is standard BuddyPress stuff:
- Create a blank page for the members list
- Set that page as the Members page in BuddyPress settings
When you display that page you see a list of members and at the top is a search box to search for a member.
October 19, 2016 at 3:43 am #259977modemlooper
ModeratorThis is not a BuddyPress issue. Contact PMPRO support.
I did find this, use are your own risk.
http://codegists.com/snippet/php/pmpro-buddypress-membership-protectionphp_eighty20results_php
October 19, 2016 at 3:18 am #259976modemlooper
Moderatorbp_core_new_nav_item doesn’t need
‘parent_url’ => $bp->displayed_user->domain,
‘parent_slug’ => $bp->profile->slug,remove those.
create a function to redirect
function my_redirect() { if ( 'community' === bp_current_component() ) { bp_core_redirect( 'your link here ); } } add_action( 'template_redirect', 'my_redirect' );October 19, 2016 at 3:01 am #259973In reply to: Very Important Features For BP
modemlooper
Moderator* Please refrain from @ mentioning specific users in the topics.
Most of these are plugin territory. The great thing about WordPress and BuddyPress is the nature of plugins and being able to choose the functionality you need to create a custom user experience.
October 19, 2016 at 12:33 am #259971In reply to: @mention autosuggest in visual editor
r-a-y
KeymasterRan into this issue recently regarding getting TinyMCE to work on BP group forum pages.
The following code fixes this:
/** * Enable at-mention autocomplete on BuddyPress group forum textareas. */ function my_enable_mentions_in_group_forum_textareas( $retval ) { $bbpress = false; // Group forum reply. if ( bp_is_group() && 'topic' === bp_action_variable() && bp_action_variable( 1 ) ) { $bbpress = true; } // Group forum topic. if ( bp_is_group() && bp_is_current_action( 'forum' ) ) { $bbpress = true; } // Do stuff when on a group forum page. if ( true === $bbpress ) { $retval = true; // Ensure at-mentions autocomplete works with TinyMCE for bbPress. add_filter( 'tiny_mce_before_init', 'cac_enable_mentions_in_group_forum_tinymce', 10, 2 ); } return $retval; } add_filter( 'bp_activity_maybe_load_mentions_scripts', 'my_enable_mentions_in_group_forum_textareas' ); /** * Ensure at-mentions autocomplete works with TinyMCE for bbPress. * * @param array $settings An array with TinyMCE config. * @param string $editor_id Unique editor identifier, e.g. 'content'. * @return array $mceInit An array with TinyMCE config. */ function my_enable_mentions_in_group_forum_tinymce( $settings, $editor_id ) { // Add bbPress' editor IDs to enable BP mention autocomplete. if ( 'bbp_topic_content' === $editor_id || 'bbp_reply_content' === $editor_id ) { $settings['init_instance_callback'] = 'window.bp.mentions.tinyMCEinit'; } return $settings; }October 18, 2016 at 10:23 pm #259970In reply to: Migrating Ning to BuddyPress
karennadine
ParticipantHello Scott,
My site is not really focused on images and videos so I did not have to export/import a lot of this, but the media I did import went well.
Comments on blogs (from Ning) were imported so I guess this could work out well for comments on photos/videos as well. The only thing is whenever you have a lot of media content it will take some time to export.
You just would give it a try to see how it works out. I took the following steps:
Installed WP
Installed Buddypress
Installed BBPress
Downloaded the Ning Export tool (http://www.ning.com/help/?p=5219) and started exporting
Downloaded and installed Import from Ning tool https://wordpress.org/plugins/import-from-ning/I used ftp to upload the Ning files, to avoid errors I did this step by step (not all content at once).
Good luck with it!
October 18, 2016 at 10:23 pm #259969In reply to: the_ID = 0
danbp
ParticipantA partial explanation about “why”can be found here:
https://buddypress.trac.wordpress.org/ticket/6230#comment:11October 18, 2016 at 9:52 pm #259968In reply to: the_ID = 0
shanebp
ModeratorThe id is zero due to the way BP constructs those pages.
The how and why is a long answer – you may want to look at the codebase to see the how.In any event, you will not be able to change that.
Your best bet is to add tothe display conditions the user has set.Perhaps…
Give them an option to select the Groups Directory page.
Then usebp_is_groups_directory()to check if they are on that page.Or maybe specific single groups.
Then check to see if they are on a single group page by usinggroups_get_current_group().So the basic approach is to use template tags to find out where the user is and then show or not show an ad based on the
the display conditions the user has set.October 18, 2016 at 9:35 pm #259966In reply to: Very Important Features For BP
Henry Wright
ModeratorI know that Buddypress is a good growing project, but, needs very Important Native (by Default) features.
Not everyone will want the features you mention. The idea is to keep things as simple and bloat-free as possible. The plugin system will allow you to add features specific to your business needs.
October 18, 2016 at 9:28 pm #259963In reply to: Very Important Features For BP
livingflame
Participant——>>>> Notes:
* Add for Members template: Online Now. Yes, Bp has: Last Active, Newest and Alphabetical, but ONLY for a Widget > Online Members. Please! Add this for Page too, with Indicator (green point for online, blue for newest and gray for offline).
13 * Buddypress Preview Links (from Youtube, Tumblr, Vimeo, PDF, Docs, GIF too…)
* Buddypress Message with Attachments (jpg, png, mp3, mp4, doc, txt, pdf –– links: a small preview. Internal function like Facebook).
From Bp Opt. Panel you can Enable or Disable what Attach you want for you site.
14. Buddypress Social Media (links and share buttons, yes, like Blogger has!)
* Buddypress More Customizable > My Own Photo Album (you Enable this for: A part for the Cover, for a Widget. Example: https://goo.gl/KVOs4Z or like Twitter –> here Look at > Cover, Info Position, Photos, etc. https://twitter.com/ezramillerfans ).
@johnjamesjacoby
@djpaul
@boonebgorges
@imath
@mercime
@hnla
@tw2113October 18, 2016 at 9:26 pm #259962In reply to: Members showing
shanebp
ModeratorYou mean you’re using this
[bp_members]as a shortcode?
BuddyPress does not provide that shortcode, afaik.
So, you are using some plugin that provides that shortcode.
You need to pose your question the the author of that plugin.October 18, 2016 at 2:17 pm #259946danbp
ParticipantYou can add such a link very simply to your main menu by using the menu customizer:
http://example.com/members/me/Read: https://buddypress.org/support/topic/dynamic-profil-link/#post-259834
October 18, 2016 at 11:45 am #259944Henry Wright
Moderatorbp_core_get_user_domain( $user_id )will output something like http://example.com/members/andy/Note:
1. You will need to get
$user_idbefore hand. How you get that will depend on the page you’re viewing on the site. This article will explain more:2. To append ‘activity’ to the URL, you can use a period
.For example
bp_core_get_user_domain( $user_id ) . 'activity'will output something like http://example.com/members/andy/activity3. To wrap that URL in mark up
<a href="<?php echo esc_url( bp_core_get_user_domain( $user_id ) ); ?>"><?php esc_html_e( 'Text', 'text-domain' ); ?></a> -
AuthorSearch Results