Search Results for 'buddypress'
-
AuthorSearch Results
-
March 12, 2015 at 9:00 pm #235894
In reply to: Search Activity/ Groups
mattker
ParticipantI wanted to see if anybody else has a solution to this. The https://wordpress.org/plugins/buddypress-global-search/ plugin is great, but it takes over the entire search function, including wordpress. I was hoping for a plugin that only searches buddy press activity feeds, and separately for each group. Thanks…
March 12, 2015 at 6:30 pm #235892In reply to: Fail in log in
Siture
ParticipantIt just open the edit-profile page and in it there is this code [wppb-edit-profile]. If you click “Identificate” in my site you will understand it better.
About plugins i have a lot but no one for buddypress yet. Anyway i just check them and it seems that this is not the problem.
Thanks for your time!
P.D: If there is a short code to “login page” and you know which it is I think i can solve the problem.
March 12, 2015 at 3:06 pm #235877In reply to: display only one group activity stream on homepage.
rosyteddy
ParticipantHmm, I guess you can use shortcodes in a page specifically meant for a specific group and make the url of that page your Activity url in the menu.
For example, using Brajesh’s codes
Add a new page
Paste in that shortcode [activity-stream object=groups primary_id=2]
See this linksBuddyPress Activity Shortcode: Embed BuddyPress Activities anywhere
https://bp-tricks.com/featured/buddypress-shortcodes-plugin/Thanks
March 12, 2015 at 3:06 pm #235876In reply to: display only one group activity stream on homepage.
shanebp
ModeratorPlease use the
codebutton when posting code.The codex has the information you need.
Try:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&object=groups&primary_id=31' ) ) : ?>March 12, 2015 at 2:59 pm #235875In reply to: display only one group activity stream on homepage.
rosyteddy
Participant@martni You can get some ideas here:
https://premium.wpmudev.org/forums/topic/adding-a-single-group-activity-stream-to-bp-social-home-page
https://buddypress.org/support/topic/resolved-filter-custom-activity-stream-to-display-only-new-groups-new-topics-new-replies/Another way may be, making the other groups private, if that suits you / your site at all.
Thanks
March 12, 2015 at 1:42 pm #235873In reply to: Buddypress Integration with Cometchat
rosyteddy
Participanthttp://www.cometchat.com/buddypress-chat says
Friends List Synchronization
Automatic friends list are created for your users with the CometChat bar. All online users are displayed when there is no friends system on your website.Is Friends component enabled and an user who is logged into chat has enough friends?
I have no idea, but this is what came at the top of my mind. Thanks.March 12, 2015 at 10:25 am #235872Henry Wright
ModeratorHi @rosyteddy
That’s related to WordPress rather than BuddyPress. Something you may be interested in if you have lots of ideas for WordPress is WordPress Ideas. Ideas get voted for so the popular ones ‘bubble’ to the top so to speak.
Hope this helps.
March 12, 2015 at 6:56 am #235869In reply to: "Whats New" – Post box – and "POST Button"
mcpeanut
ParticipantThis seems to be a continuous problem for buddypress users and its a problem that crops up ALOT on these forums maybe there should be a sticky thread about this css button issue people are having with various themes and installs? It might stop this same question being asked over and over again by new users? I know it does not happen to everyone but it does happen on quite alot of themes and alot of people are confused how to initially fix this issue.
@rosyteddy can i ask you a question? do you live on these forums? hehe. I thought i spent enough time knocking around here haha.
@kissui after a brief search for you i came across this i aint sure if this can help about the resize issue you have http://stackoverflow.com/questions/26581807/how-to-prevent-a-specific-animate-from-running-via-a-seperate-jquery-scriptMarch 12, 2015 at 3:17 am #235864In reply to: "Whats New" – Post box – and "POST Button"
kissui
Participant@rosyteddy — wow.. thank you very much.. plus you opened up my eyes.. where to troll for possible solutions..
im now wrestling with: #whats-new-option /// “no resize”
/* line 302, buddypress.scss */ #whats-new-options { height: 50px !important; resize: none; }March 12, 2015 at 1:10 am #235862In reply to: "Whats New" – Post box – and "POST Button"
rosyteddy
ParticipantThis ticket may help you https://buddypress.trac.wordpress.org/ticket/6124
ThanksMarch 12, 2015 at 1:04 am #235861In reply to: "Whats New" – Post box – and "POST Button"
rosyteddy
ParticipantMarch 11, 2015 at 6:07 pm #235851In reply to: Determine Profile Template File by Member Type
martni
ParticipantDid you find a clean solution to select which buddypress template file is used by the member type?
March 11, 2015 at 3:33 pm #235847friendlyfire
ParticipantLooks like it was an issue with the networks + plugin. If you’re on the latest version of buddypress, open up the networks + php file and
On Line #192-3 are
if ( !defined( ‘BP_ROOT_BLOG’ ) && isset( $current_site->blog_id ) )
define( ‘BP_ROOT_BLOG’, $current_site->blog_id );Comment out both lines by putting // at the beginning of the line.
Problem solved. Credit to Ron Rennik.
March 11, 2015 at 10:36 am #235834In reply to: How to remove Load More option from Bp Activity list
Henry Wright
ModeratorHi @gauravk2
Sounds like you need to modify your templates. Check out the Template Hierarchy article for more info on how this can be done.
March 11, 2015 at 3:50 am #235827sjjenkins
ParticipantHi @rosyteddy. I got it figured out! It was a combo of tinkering in functions.php and then copying the /wp-content/themes/kleo-child/buddypress/members/single/member-header.php file into my child theme folder and editing it there!
I don’t think I’m using the activity privacy stuff… I’m combining S2Member Pro with BuddyPress… and so far I’m really liking it!
March 11, 2015 at 3:47 am #235826In reply to: Registration text not applying – how do you edit?
5high
ParticipantOK, I’m a newbie with BP but you have to:
1. edit/set up your registration page form fields that you want in Users > profile Fields.
2. you can edit the actual text found in the Registration page in registration.php file. Found here on your server: plugins/buddypress/bp-themes/bp-default/registration/register.php
3. you can edit the actual text found in the Activate page in activate.php file. Found here on your server: plugins/buddypress/bp-themes/bp-default/registration/activate.phpIf you read the getting started docs they help a lot, and then search this forum and on the i/net you’ll find heaps more info.
Good luck!
March 11, 2015 at 1:41 am #235825rosyteddy
Participanthttp://seventhqueen.com/support/forums/forum/kleo/kleo-general-questions
Hi @sjjenkins
This should not be very difficult. Some small change in the template file but since they have no downloadable version its difficult to say.
This may contain some clue –Showing some profile fields in member’s profile header not working after update
Just curious, how does the Whats New box looks like when you use
buddypress-activity-privacy, buddypress-activity-plus and any Media plugin like rtmedia ?
Whats your site (if its not private) url ?Thanks.
March 10, 2015 at 7:44 pm #235815In reply to: Changing "Add friend button" (ajax)
danbp
ParticipantMarch 10, 2015 at 5:19 pm #235812In reply to: Comment Posts not rec. in Activity
angel777man
Participantif i add in bp-custom.php (REF: FYI: https://buddypress.org/support/topic/modify-the-activity-loop/#post-234070)
i receive this error:
function bpfr_stream( $qs, $object ) { if ( ‘activity’ != $object ) { return $qs; } $qs = wp_parse_args( $qs, array() ); $qs[‘display_comments’] = ‘stream’; return $qs; } add_filter( ‘bp_ajax_querystring’, ‘bpfr_stream’, 20, 2 );the problem is that i have no comments post in bp activities, all allowed in settings (Bp & Wp)..
thanks
March 10, 2015 at 3:15 pm #235806In reply to: Problem repairing Activate & Register pages
minnmark
Participant
As you can see, my problem is a different one. There’s no Save button at all.March 10, 2015 at 2:49 pm #235802giuseppecuttone
ParticipantHi @r-a-y
I have solved the problems with notifications toolbar derived from comments and groups.
The problem was that I used no plugin in order to send notifications… I’m a little silly … 😉
But now I continue with the problem about notifications derived from FORUM.
I have used three differents plugins but I continue with the same problem…
This is a bbPress problem… I understand that, but I have seen that in this web page (https://buddypress.org) notifications run very well, so my question is:
What is the plugin used in this page (https://buddypress.org) in order to send forum notifications in administration toolbar?
Can you reply me? Or can you indicate who can know that?
Thank’s very much.March 10, 2015 at 1:55 pm #235800In reply to: Problem repairing Activate & Register pages
danbp
ParticipantSimilar issue was asked here
https://buddypress.org/support/topic/buddypress-settings-wont-save/See if it helps you.
March 10, 2015 at 1:52 pm #235797In reply to: Problem repairing Activate & Register pages
danbp
ParticipantPlease, don’t duplicate post.
Closing this one.
Conversation can be taken here
https://buddypress.org/support/topic/problem-repairing-activate-register-pages/March 10, 2015 at 9:21 am #235787In reply to: What happens when the WP user is deleted?
Henry Wright
ModeratorHi @cspowers
When a member is deleted, let’s say John Smith
jsmith, that username becomes available again. Someone called Jason Smith could indeed registerjsmith.Content associated with deleted accounts should be deleted but this isn’t always the case. For example, I’ve seen some plugins save info to a user’s account and when that user is deleted, the info remains. As far as actual BuddyPress goes, ‘housekeeping’ on account deletion is performed.
March 10, 2015 at 9:05 am #235786In reply to: TRADUCTION, is not possible
danbp
Participantpo/mo file name should be buddypress-xx_XX.po/mo
where xx_XX are respectively country(min) and language(maj) ISO code.if you’re using spanish (Spain) xx_XX is es_ES,
if you’re using spanish (Mexico) xx_XX is es_MX, and so on for all other hispanic speaking countries.If you don’t know your ISO code, read in this codex section about language and country code.
-
AuthorSearch Results
