Search Results for 'buddypress'
-
AuthorSearch Results
-
October 20, 2016 at 3:16 pm #260071
In reply to: Custom filters should execute only on custom page
mayschje
ParticipantHi shanebp,
thanks for your reply.
How are you loading your page template?
I created the template by copying and pasting the code of members-loop.php and some of index.php (directory /bp-templates/bp-legacy/buddypress/members) and adapting it for my custom needs. Then I created an empty page in the backend and assigned the template to the page by using the drop-down-menu in the backend. I did not thought that there is something more to do to load the template as it – in principal – works as expected (except the issue that hooks are fired on all member sites now which I want to prevent).
Have you tried checking the page title
Yes, checking the page title also failed as the title is not available in all hooks (same as trying it out with page id).
🙂 mayschje
October 20, 2016 at 2:18 pm #260067In reply to: Very Important Features For BP
livingflame
ParticipantLinks Public. Please do not delete!
Bp links Menu with notify.
https://goo.gl/photos/X8wMQzUUAfVLD34o8Search Activities by Date –> https://goo.gl/photos/pG9KHUMdybAetBNF9
Message or Notifications Template. https://goo.gl/photos/ngAmNCHyRCWyd9fLA
Buddypress.org has some template like this for Notifications.
Feature #17. Private Messages for Friends Only but, Optional from User Menu.
With rtMedia plugin you can put your Posts or Photos: Only Me, Only Logged Users, Only Friends, Public. But, rtMedia does not work for Messages.October 20, 2016 at 1:44 pm #260063In reply to: Where is BUddypress Member Profile Link?
livingflame
Participant@sbrajesh Yes, but without Bubbles or Notifications.
How I can obtain notify for Dashboard->Appearance->Menus->Buddypress (links)->Message, Notifications, Friend requests ??October 20, 2016 at 12:07 pm #260056In reply to: Very Important Features For BP
livingflame
ParticipantFor @djpaul Think for All!
1) All social network or community needs a block users functions. Without this, community is nothing.
2) All that I say here can be include NATIVE, without plugins.BuddyPress can be better, like Facebook, Tagged or more… ONLY if you want.
October 20, 2016 at 10:15 am #260045In 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.
-
AuthorSearch Results