Search Results for 'buddypress'
-
AuthorSearch Results
-
March 4, 2015 at 5:24 pm #235457
danbp
ParticipantHi,
leave groups & request membership use the same button, depending the context. See reference.
Try this if you use only private groups
function xyz() { global $groups_template; if ( bp_is_active(group) ) return ''; } add_filter( 'bp_get_group_join_button', 'xyz' );Reference: wp-content\plugins\buddypress\bp-groups\bp-groups-template.php:2747
March 4, 2015 at 3:00 pm #235453In reply to: Actifity feed, Note vs message
Henry Wright
ModeratorHi @whoaloic
What do you mean by “note”?
Messages can be either public or private. Private messages work kind of like chat, and can be seen only by the ‘thread’ participants. Public message are ‘front-end’. You can public message someone by prefixing their username with the @ symbol. Public messages are also known as mentions.
Regarding favourites, see this Trac ticket for how the feature will be improved over the next few versions.
Hope this information helps.
March 4, 2015 at 2:12 pm #235452In reply to: Registration page is empty
Emineminero
Participant@mercime /registro is the way that right now im using to register people, is made with Contact Form, but i dont want to use that anymore, so i created a new webpage that is “/register”.
in Settings > BuddyPress > Pages i have set “/register”.
That page has no content, only the titleMarch 4, 2015 at 10:22 am #235450Hugo Ashmore
Participant@studdlypig
The admin user or primary user that is setup when a wordpress site installed is always able to login directly, and it’s initally only that user that can activate plugins i.e BuddyPress so I’m not sure why you are having trouble with activation requests. /wp-login.php should allow the admin to login regardless of whether BP is activated or not.What account are you trying to login with, the admin user ID 1 ?
In the BP settings screen ‘Page’ tab what page have you associated to ‘Activation’ in the select box, as the redirect here appears to be the main issue and the WP link to login on the WP toolbar should redirect to the wp-login screen, which you can actually access directly by modifying your browser url so you can actually login as admin and manage your site.
fyi you shouldn’t have to trouble your web hosts to deactivate BP, using a control panel or ftp you can rename the plugins folder which will force a deactivation of the plugin or any plugin if they give trouble.
March 4, 2015 at 9:54 am #235447In reply to: The theme to buddypress
danbp
ParticipantMarch 4, 2015 at 8:09 am #235443In reply to: The theme to buddypress
numumar
ParticipantI don’t know to create a menu of buddypress to display on home page of my blog.
Besides I need to translate to spanish buddypress.
And I don’t know if I need other template to buddypress.
Is there any video to edit buddypress in my web?
Do you understand me?Thanks.
March 4, 2015 at 3:23 am #235438In reply to: [Resolved] Remove Close on SItewide Notices
mcpeanut
Participant@utahman1971 hey man, sorry if it sounded rude, it was not meant to be! It was purely a suggestion or more of an idea for you to implement.
I didn’t realize you wanted the notice to only be displayed within the activity stream itself, my suggestion was a valid suggestion meaning if you added a text widget area to one of your sidebars you could of then excluded it from showing from all pages but the buddypress members pages and or to logged in users only, meaning they would of had a permanent notice that was not close-able to them but was always in view to them depending where you placed it in the sidebar.
I am sorry if it came across the way it did to you, but trust me i am not like that nor was i aware of the plugin that danbp gave you a link to.
March 4, 2015 at 2:51 am #235437In reply to: Activation Issue
joeyaberle
ParticipantWent down to zero plugins, except BuddyPress. Changed to the BuddyBoss parent theme and Twenty Fifteen.
March 4, 2015 at 1:34 am #235436In reply to: Users gallery
rosyteddy
ParticipantCore WP media and p2 theme gives good galleries without having to use any plugin.
Available media plugins do not use core WP media, so if the users are blogging also the media remains scattered, and not in one central place.Buddypics by modemlooper allows you to do 2 way commenting and favoriting – users can comment and favorit an image from the post page itself as well as in the activity stream. Buddypics do not offer multiple albums, rtmedia does – but rtmedia does not offer 2 way favoriting – it has its own “like” liking system not integrated with buddypress.
Brajesh’s Mediapress is also a media plugin in evolution and may work well in your setting – it may have some issues with some forms of WP+BP multisite.Thanks
March 4, 2015 at 1:01 am #235434In reply to: Registration page is empty
@mercime
Participant@emineminero You have two registration pages
Your link above: http://www.comunidadcrm.com/register/
And the url I found: http://www.comunidadcrm.com/registro/What was the title of the Page you set to Registration in Settings > BuddyPress > Pages? Is it still associated with Registration? Also, please do not add any content (leave page blank) to the Page you set as Registration page in Settings > BuddyPress > Pages.
March 3, 2015 at 11:15 pm #235433In reply to: Setup for a public area and a members area
sankari
ParticipantThanks for your answer, teamduce. You mean you would use Paid Membership Pro INSTEAD OF BuddyPress or in addition?
March 3, 2015 at 8:33 pm #235432In reply to: BuddyPress +BeProListings Integration
verdon
ParticipantHi – thanks for response
I am unclear on your answer to my original question (Your Ref – Read Here)
I did not understand how the features described on the link (Your Ref – Read Here) related to my situation below.
Context: Assume that a Listings could be a job specification (requirement), or a a supplier solution for sale.
Q: Can an Account Profile (Member) in BuddyPress set-up a Listing(s) (as those in BePro Listing plug-in) and have those Listing(s) attributable to that Account Profile and could other Members / Visitors search for those Listings?
Thanks for clarification in advance.
David
March 3, 2015 at 7:29 pm #235429danbp
Participanthi @michaelhpdx,
maybe these posts will help you ?
https://buddypress.org/support/topic/my-conditional-tags-are-not-being-respected-in-genesis/
https://yoast.com/wordpress/plugins/canonical/Or maybe this snippet (intended for WP SEO at least) which removes canonical
function bpfr_wpseo_canonical_exclude( $canonical ) { global $bp; if ( function_exists( 'buddypress') && ( buddypress()->displayed_user->id || buddypress()->current_component ) ) { $canonical = false; } return $canonical; } add_filter( 'wpseo_canonical', 'bpfr_wpseo_canonical_exclude' );March 3, 2015 at 6:56 pm #235428In reply to: Users gallery
Henry Wright
ModeratorMarch 3, 2015 at 6:50 pm #235427In reply to: disable members to do new post and reply in a group
giuseppecuttone
ParticipantHi @danb
sorry for the duplicate post, but I have published this post 1 week ago and I have not receive reply from @mercime who (maybe) know the solution.
But there is a difference between this post and the old post I have done reference (https://buddypress.org/support/topic/how-to-disable-group-activity-updates/).
I need to disable comments and replies in the groups at the “simple users”, but I need to let the administrator of the web (or in alternative the administrator of the group) to be able to do comments and replies in the groups.
If there is no solution, please let me know. But please, I need someone answer me.
Thank’s a lot fot your support.March 3, 2015 at 6:38 pm #235425In reply to: [Resolved] Remove Close on SItewide Notices
Michael Bryner
Participant[quote]If you want a permanent notice to show without users being able to close it would it not be better to just add a text widget and add your own styling to make it stand out as a permanent reminder?[/quote]
I rather do just install a widget, then go across google to find ways to do it in a text html styling. If there is a widget of plugin. I rather do that first.
Thanks danbp, you are the man for showing something better than wasting time trying to code in a text widget.
This is a widget that came with BuddyPress, and seems to me that with that comment up there, sounds like they rather have me do the work than just take a close button out of there own widget. Not like an adult way, sounds more like I am child and don’t want to do it attitude. Same as WordPress, when you request something. I mean they are developers, and all they want to do is say no for something they already created. Since, getting attitudes are the fondest things on BuddyPress, bbPress, and WordPress forums, then I will just stop asking for things that should be from them. I am not going to develop the software for them.
For someone like me that rarely asks for anything. I got jumped on pretty fast there.
Again thanks, danbp for the smarter reply.
March 3, 2015 at 6:18 pm #235424megabait12
ParticipantTry this one
/** * Fix wpseo title */ add_filter('wpseo_title', 'buddypress_wpseo_title'); function buddypress_wpseo_title($title) { $wpseo = WPSEO_Frontend::get_instance(); $separator = $wpseo->options['separator']; $separator_options = array( 'sc-dash' => '-', 'sc-ndash' => '–', 'sc-mdash' => '—', 'sc-middot' => '·', 'sc-bull' => '•', 'sc-star' => '*', 'sc-smstar' => '⋆', 'sc-pipe' => '|', 'sc-tilde' => '~', 'sc-laquo' => '«', 'sc-raquo' => '»', 'sc-lt' => '<', 'sc-gt' => '>', ); if (array_key_exists($separator, $separator_options)) { $separator = $separator_options[$separator]; } $bp = buddypress(); if (bp_is_user()) { $title = bp_get_displayed_user_fullname() . ' | ' . ucfirst($bp->current_component); } elseif (bp_is_group()) { $title = bp_get_current_group_name() . ' | ' . $bp->bp_options_nav[$bp->groups->current_group->slug][bp_current_action()]['name']; } return $title . ' ' . $separator . ' ' . get_bloginfo(); }March 3, 2015 at 6:18 pm #235423Hugo Ashmore
Participant>I had already worked out that ‘component_id’ => buddypress()->activity->id was wrong
No it’s not wrong, buddypress()->activity->id == ‘activity’, in replacing it with a hardcoded string you could possibly cause issues if activities id did change, where it will cause issues is if BP isn’t loaded then buddypress() will fail, a hardcoded value is safer in that respect.
>but it’s interesting to find that the source of the problem was that the codex example was (and still is, btw) hooking into the wrong action.
Again it’s not necessarily hooking into wrong action ‘bp_init’ does work, I used it recently on a register_post_type where issues arose on BP update as init ran before bp had re-activated, although that later priority may have solved that one.
So the reference to codex entry still being wrong is debatable, possibly it ought to be updated, and on that score the codex like the rest of the BP project is all volunteer work and any member has the ability to add, update codex pages if they see somethings wrong
March 3, 2015 at 5:37 pm #235420In reply to: How disable comments and replies in the groups?
danbp
ParticipantPlease don’t double post.
Topic closed as duplicate of
https://buddypress.org/support/topic/disable-members-to-do-new-post-and-reply-in-a-group/March 3, 2015 at 3:05 pm #235416Peter Hardy-vanDoorn
ParticipantThanks all for this. I can confirm that it has solved the problem.
I had already worked out that
'component_id' => buddypress()->activity->idwas wrong and should be'component_id' => 'activity', but it’s interesting to find that the source of the problem was that the codex example was (and still is, btw) hooking into the wrong action.Now, on a related note, does anyone know if it’s possible to insert the name of the post into the
'bp_activity_new_post'parameter?Cheers
March 3, 2015 at 2:46 pm #235415In reply to: how to create menu to display on home page
@mercime
Participant@numumar in wp-admin Appearance > Menus, click on the “Screen Options” tab located under the admin toolbar. A panel will drop down. Check “BuddyPress” in the Show on Screen section.
March 3, 2015 at 10:48 am #235406In reply to: Google Indexing
Matt
ParticipantI’ve posted a thread on Google Webmaster Tools forum in case it’s an issue with the sitemap rather than buddypress, but our search engine rankings have dropped dramatically since we installed the new Buddypress-powered site. (Hopefully we can fix this without moving away from Buddypress, but it’s such a key issue to us that we may move away from it if it can’t be resolved.)
The way I see it it’s either…
- An inherent issue with using Buddypress
- An issue with the members profile template (part of the custom theme)
- An issue with the sitemap
March 3, 2015 at 12:29 am #235393In reply to: Cookies and BuddyPress
Henry Wright
ModeratorI wrote a reply to a similar question not long ago.
Ref: https://buddypress.org/support/topic/bp-default-cookie-usage/#post-186554
March 2, 2015 at 11:46 pm #235388In reply to: BuddyPress +BeProListings Integration
danbp
ParticipantMarch 2, 2015 at 11:18 pm #235379In reply to: Hiding admins code not working
danbp
ParticipantYou didn’t read the Codex ! bp-custom.php
Do you omitted opening and closing php tags ?
<?php // hacks and mods will go here</blockquote ?> -
AuthorSearch Results