Search Results for 'buddypress'
-
AuthorSearch Results
-
February 17, 2015 at 1:50 pm #234610
In reply to: Entry Page
danbp
ParticipantHello,
have you already seen this [resolved] thread ?
https://buddypress.org/support/topic/register-page-as-homepage-redirect-issue/February 17, 2015 at 1:42 pm #234609In reply to: Entry Page
Yolanda
ParticipantI’m trying to set up a Welcome page and my question is:
How to redirect logged in visitors to the main buddypress page? I have a page for buddypress.This way visitors logged won’t have to see welcome page each time.
Thanks!
February 17, 2015 at 1:31 pm #234608In reply to: Can't Accept Friend Requests
tammywashington
ParticipantSorry about the lack of information. See the updated information:
We are currently hosting on Amazon’s cloud running Amazon Web Services. Our PhP version is 5.4.31. Using the latest version of the Sweet Date theme. We have four major plugins installed. BuddyPress 2.2.0., bbPress 2.5.4, s2Member Framework Version 150203 + s2Member Pro v150203 and Event Espresso 4.6.6.p. The other plugin do not control permissions,groups our user classifications.
We are not sure exactly when this problem occurred because we were not using the friend request feature. However we did test this successfully in the past but are not sure of the plugin versions.
The changes we recently made were the following:
We had Buddy Press, s2Member and Event Espresso installed with the latest versions. We then installed latest version of bbPress. We created users groups and assigned the appropriate permission of user to subscribe and receive invites to join the group. We learned that members can not join a group unless they are friends with an individual already in a particular group.When we send a friend request to a user that person receives the request. They are able to see the notification in their profile under Friends-Pending Request. At this point everything looks good. The user can see the requester image and can the ability to clink Accept Button or Reject Button. When either of the buttons are clicked nothing happens. We waited for exactly 2 minutes and just refreshed the page. We get the same actions if the Reject Button is selected also. Any advice or help is greatly appreciated.
February 17, 2015 at 11:12 am #234607In reply to: How to upload an avatar in backend?
aymanomar85
ParticipantHello whoaloic
you can use BuddyPress cover will help you to upload avatar and cover photo.
here is plugin link https://wordpress.org/plugins/bp-cover/
February 17, 2015 at 7:45 am #234601In reply to: Activity Updates and Internal Server Errors
bazaarocommunity
ParticipantI believe I found the cause. It was the BuddyPress Activity Privacy plugin. Great plugin, but I can now no longer use it. Has anyone found a work around for the plugin?
February 17, 2015 at 12:04 am #234588Hugo Ashmore
ParticipantWe don’t really have sufficient information to help in any great details, but read this thread and if you’re comfortable editing files follow the suggestion on patching a WP file that r-a-y suggests as this may be the reason you’re having issues.
https://buddypress.org/support/topic/profile-pages-disappeared-after-upgrade-to-2-2/February 16, 2015 at 11:43 pm #234587Pete Hudson
ParticipantWLM tells me to check with you guys. (I hate it when that happens :))
They say, “WishList member has no true interaction with BuddyPress”… so it looks as though they think it’s not their job to keep up with BP!?
BuddyPress is the only plugin that keeps WLM from protecting that page.
Is there an easy way to go back to a previous version of BP on the site? I really don’t want to risk restoring the entire site unless absolutely necessary.
Thanks for the help.
February 16, 2015 at 7:46 pm #234584In reply to: Can't Accept Friend Requests
danbp
ParticipantHi, bonjour, buon giorno, guten tag ! 😉
if you want pertinent help, give more details please. Did issue appeared after update ? Used theme and plugins ? PHP version ?
https://buddypress.org/support/topic/when-asking-for-support-2/
https://codex.wordpress.org/Forum_WelcomeFebruary 16, 2015 at 7:37 pm #234582In reply to: No save option on assiciate setting
February 16, 2015 at 6:44 pm #234576Henry Wright
ModeratorFebruary 16, 2015 at 2:06 pm #234569In reply to: WordPress crash after changing buddypress settings
espagna123
ParticipantHi @danbp,
thanks for your reply!
I did as you said.
Still, there is a white screen, however now, in my browser tab I see that it catched the flavicon and the page title. Before renaming it was just the pure adress.
I haven’t created the custom.php file. I am using buddypress-compatible Kleo theme, where I renamed the buddypress folder as well with no effect.
Any idea what I can do or would I could google for?
February 16, 2015 at 1:49 pm #234567In reply to: WordPress crash after changing buddypress settings
danbp
ParticipantHi @espagna123,
no panic, it’s a common issue. You probably use a custom function or a customised theme containing a php error.
Go simply to your FTP > wp-content > plugins and rename the buddypress folder like this /xxx_buddypress/
If you use bp-custom.php, rename it also.Return to your site admin, deactivate the current theme and activate 2015.
Check that anything is correct, and return to FTP and revert BP’s folder to the correct name.
Than reactivate BuddyPress without forget to check that the needed BP pages exist.February 16, 2015 at 1:40 pm #234566In reply to: Restrict posts based on buddypress groups
danbp
ParticipantFebruary 16, 2015 at 9:32 am #234554In reply to: Create BP_Messages_Message object
danbp
Participanthi @abhimanyubind,
i’m not developer, but i think th e answer is yes.
For example, to allow admin to receive a copy of messages sent by users
function arc_wp_mail_filter( $args ) { $args['headers'] = 'Bcc: <admin@yoursite.com>'; $new_wp_mail = array( 'to' => $args['to'], 'subject' => $args['subject'], 'message' => $args['message'], 'headers' => $args['headers'], 'attachments' => $args['attachments'] ); return $new_wp_mail; } add_filter( 'wp_mail', 'arc_wp_mail_filter' );Here an old topic with a similar question and answered by our core ninja’s.
Hope this will help you !
February 16, 2015 at 1:24 am #234543In reply to: Forum Root Problem- Only showing partial
danbp
Participanthi @skwegg,
This issue is not related to BuddyPress.
i would suggest to re-check your forum settings and breadcrumb links. 😉
your_site/forums/ -> Main page, displaying all your forums
your_site/forum/general/ -> General forum -> one of the forums
your_site/forum/general/best-of-steam-greenlight/ -> category of GeneralBreadcrumb link to Forum when in best-of-steam-greenlight
your_site/forum/ this should be /forum/general/See bbpress codex and if you can’t find how and what to do, ask on the bbpress support.
February 15, 2015 at 11:01 pm #234536In reply to: site wide activity user wrote a new post ?
danbp
Participanthi @fuzzielogix,
check your permalinks. You’re using the default option which is the only one you cannot use when BP is installed. Read here.
February 15, 2015 at 10:56 pm #234534In reply to: Entry Page
danbp
ParticipantOnce BP is installed and you allowed user registration, you have already a register page.
Simply go to dashboard > general > read and select this page as (static)homepage.For the layout, see
and searching for homepage on the forum leads to many result. 😉February 15, 2015 at 10:46 pm #234533danbp
Participanthi @dzagya,
The new BuddyPress comes with SocialMedia fields encoded into the xProfile, and display with the Base profile fields.Is this gonna require a .php hack? – if so anyone got any tips for me?or does anyone know a good plugin to handle this?BuddyPres hasn’t social fields in the Base xprofile field group. There is only one field which is [username] !
Check one of your plugin or your theme setings. Or maybe a custom function…
Give details. Theme & used plugins for example.February 15, 2015 at 6:45 pm #234529In reply to: Buddypress 2.2.0-bp-languages doesn't work
r-a-y
Keymasterdanbp –
You’re right. My technique will work, but would get overwritten when translations are automatically updated.I just checked and WordPress saves automatic translations to
/wp-content/languages/plugins/so we should be safe if custom BP translation files are saved to/wp-content/languages/buddypressor/wp-content/languages.WordPress might say that there is a new BuddyPress translation, but if you’re using the custom method, then you can ignore the notice as BuddyPress will keep using the custom translation file.
To tell WordPress to stop fetching automatic translations for BuddyPress, see:
https://buddypress.org/support/topic/disable-automatic-translation-updates/#post-234528February 15, 2015 at 5:55 pm #234523In reply to: Profile pages disappeared after upgrade to 2.2
r-a-y
KeymasterSee:
https://buddypress.org/support/topic/version-2-2-0-and-is_page/#post-234315I would recommend applying this simple one-word patch to WP until WP 4.2 is released:
https://core.trac.wordpress.org/attachment/ticket/24674/24674.2.diffFebruary 15, 2015 at 4:42 pm #234518In reply to: Adding Member Registration Form to New Pages
ch1n3s3b0y
ParticipantThanks Henry! I’ll get to work on that. I have so many questions about BuddyPress!
February 15, 2015 at 4:26 pm #234516In reply to: Ideas : Take a look at ello.co
Henry Wright
ModeratorHi @rosyteddy
Which features of Ello do you think BuddyPress could benefit from having?
February 15, 2015 at 1:20 pm #234511In reply to: Disallow Non logged users on certain pages
stefcompeers
ParticipantGreat! Found where I was looking for…
BUT: we use Buddypress Docs, and the page /docs is still accessible…
Any suggestions?
THX!!!
February 15, 2015 at 11:32 am #234505In reply to: Remove i-frame from groups
Henry Wright
ModeratorHi @omigosh
This isn’t added by BuddyPress. Social icons are something that BuddyPress leaves up to plugins.
February 15, 2015 at 12:35 am #234499In reply to: Buddypress 2.2.0-bp-languages doesn't work
danbp
Participantguess you’re wrong !
Put your language file here:
/wp-content/languages/buddypress/
And you will not have to worry about upgrades removing your language file./wp-content/languages/buddypress/ is the directory where glotpress uploads the BP translation file.
– when the directory is empty ( a first install for example)
– when the mo file is old
– the file is also checked when you modify your site languageTo test, make main site to english, throw an old BP .mo into that directory
Revert site language to fit this mo and you’re immediatly invited to update your translation.The place to put a custom po/mo is /wp-content/languages/
buddypress.mo in this directory is not overwriten.But it’s unclear to me (for the moment) if this directory is completly overwriten when WP updates ?
But i’m sure it was not the case in the past < BP 1.9/WP 3.9 😉 -
AuthorSearch Results