Search Results for 'buddypress'
-
AuthorSearch Results
-
March 29, 2015 at 6:08 pm #236886
In reply to: Admin bar translation?
GuidoFTO
ParticipantSo you are saying to get a POT file and produce a new Spanish translation from scratch as a .MO?
what i did is… get the .POT opened it and translated all the words called “Group”… i exported as .MO and uploaded to the buddypress translation directory and the word “Group” was successfully translated to Spanish as “Grupos”.
i guess translating all manually will solve my problem…
but is there a way to at least get some of it filled out automatically?
Regards
March 29, 2015 at 6:05 pm #236885danbp
ParticipantSuggest you open an enhancement ticket to get some dev advice about this. Give an explicit title, a short description of the situation and simply link to this topic.
https://buddypress.trac.wordpress.org/report
Your Login credentials are the same as on this forum.Thank you.
March 29, 2015 at 5:52 pm #236883ottolini
ParticipantI’m currently developing a json API interface to BuddyPress based on on the BP-API project. I understand that this should not happen if a member uses the “normal” web interface, but if you access Buddypress functions through an API, like a mobile app, this could happen.
So, from my point of view, there are two solutions:1) change the behaviour of friends_add_friend function so that if somebody ask for a friendship with someone that did the same in the past, just make the friendship happen because this is the implied action the member wanted to achieve
2) modify the behaviour of get_friendship_id as suggested earlierOf course I’m open to any other suggestion…
March 29, 2015 at 4:24 pm #236878In reply to: Profile pages missing content
danbp
ParticipantFYI, how is looking a profile page:
http://culturadigital.br/membros/carbonno14/profile/you can also check this by using 2014 or 15 theme, so you’re sure to have all default fonctionnalities of WP/BP
March 29, 2015 at 3:47 pm #236870In reply to: Admin bar translation?
GuidoFTO
ParticipantYeah, my WP is set to Spanish and everything else from buddypress is translated to Spanish automatically except for those 2 words… “Edit my profile” and “Log out”
I have been searching a lot but cant find a good solution… Any ideas about this?
Hopefully we can find a solution, thank you for your time!
Regards! 🙂
March 29, 2015 at 3:35 pm #236867rosyteddy
ParticipantPlease submit here https://buddypress.trac.wordpress.org/newticket
March 29, 2015 at 2:16 pm #236859danbp
ParticipantYou could also study this plugin and see how it’s made…
March 29, 2015 at 2:13 pm #236857Henry Wright
ModeratorHey @danbp
More about this:
https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/
@mcpeanut isn’t trying to add a new notification, instead the aim is to get the ‘unseen’ mention count.March 29, 2015 at 2:01 pm #236854danbp
ParticipantMore about this:
and an example used by bbpress
https://bbpress.trac.wordpress.org/browser/tags/2.5.3/includes/extend/buddypress/notifications.phpMarch 29, 2015 at 1:51 pm #236852danbp
ParticipantSWA shows by default all members activities, listed by activities type
– all members activities [ default tab – aka home ]
– my friends activities [ my friends tab ]
– my groups activities [ my groups tab ]
– my favorites activities [ my favorites tabs ]
– my mentions activities [ my mentions tab ]When you’re on a profile, tabs are not using “my something”. When you click on “friends” you get a list of your friends, not their activities. The only activities showed on a profile are those of the profile, by default the profile home tab which is Activity.
Since BP 1.9, you can use any existing WP theme.
Don’t loose your time to work on it and use a child-theme with a (recent)theme of your choice.
The files you can copy to your child are all in bp-templates/bp-legacy/buddypress/March 29, 2015 at 1:38 pm #236850In reply to: Is this a bug with Notifications?
mcpeanut
ParticipantTicket created here not sure if its correct first time submitting one
March 29, 2015 at 1:33 pm #236849Henry Wright
Moderatorwhat are the other 4 parameters?
They won’t help because it’s the count that you really need, and that is passed to the function. Everything else in the function is useless with reference to what you want to do.
To see how it all works, take a look at the BP core code, the notifications component section in particular:
https://github.com/buddypress/BuddyPress/tree/master/src/bp-notifications
You may find a function has already been written but my guess is you’re pioneering the way on this, and therefore would have to write something yourself (or open a functionality request ticket on Trac).
March 29, 2015 at 12:31 pm #236837In reply to: Is this a bug with Notifications?
Henry Wright
ModeratorHi @mcpeanut,
Bug confirmed at my end using Twenty Twelve, WP 4.1.1 and BP 2.2.1. No plugins installed.
Can you open a ticket on Trac, reporting what you’ve found?
March 29, 2015 at 8:08 am #2368345high
ParticipantI think this is just what I need too – but will it work for public groups, though in a members only site?
I’ve set BP so that only admins can create new groups, I only have 3 groups, and have added the code to automatically join all new members to all groups (which seems to be working well) – found here: https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/
By the way @danbp or @whoaloic can you confirm that I would copy the file bp-groups-template.php and put it in my child theme\buddypress\bp-groups\bp-groups-template.php and then edit line 2747?
Many thanks.
March 29, 2015 at 12:24 am #236829mcpeanut
ParticipantI can get the total mention count using this function bp_get_total_mention_count_for_user (); but i am after the function that lets me get the count of mentions i haven’t viewed yet.
Example: in the notifications bubble in the wordpress/buddypress bar if you get mentioned 3 times it will say you have 3 new mentions when you click it and read the mentions it will clear, This is the function i need to find the name of now.
March 28, 2015 at 11:41 pm #236827mcpeanut
Participant@henrywright Yes that’s exactly it! That’s why i posted here asking i was scratching my head trying to find this function lol, basically what i am trying to do is split “everything” out from the Notification bubble not just friends requests etc because im disabling the buddypresss/wordpress bar completely from users.
so far ive managed to create a menu system that has ‘pending friend requests, group invites, unread messages, total of friends, group total, and all notifications, i have yet to do the @mentions for when you receive a new @mention, do you by offchance know the function for this?
March 28, 2015 at 8:36 pm #236824In reply to: Implement new blogs on Main Blog
djsteveb
ParticipantMay I suggest you mixin
and see if that gives the final result you are looking for
BP Blog Author Profile Link
Buddypress Profile Widget for BlogsI use “New Blog Templates” from wpmudev – but I think there is another similar one in the wp-repo
I use ” Ultimate Branding” from wpmudev to display some info / links / content in the footer across all of the sub aka “sites” that other users create on one of my networks. It has options for displaying your choice of stuff in the header across all sub blogs – so I guess you could put your main site nav buttons,etc there with it.. I imagine there is something similar to this in the wp-repo as well.
March 28, 2015 at 4:53 pm #236816In reply to: Help for BuddyPress Site to Change the World
rosyteddy
ParticipantNot sure exactly what you meant to convey by your reply but your wrong in thinking a single BP/WP site has tens of millions of users are using this platform simultaneously even on wordpress.org I am not talking how many members there are I a am talking about how many people can actively be on a site at the same time before it bottlenecks.
Thanks @bphelp. What I meant was that wordpress com and wordpress org already has plenty of users. If Buddypress was added to this (just as Google added the Google Plus) this user base could go up much, much more. When it would have happened, you could have really known how millions of concurrent users are getting handled by wordpress and/or buddypress. If anyone wants to test for oneself or wants to know how wordpress com (which powers 20% of the net) handles simultaneous users here’s a starting point https://flood.io/blog/10-scaling-wordpress-from-zero-to-hero as well as there are many resources on the net.
FB is not a monopoly. There is other competition out there other than FB so I don’t know where your info comes from. Not to be rude but do you even know what a monopoly is?
May God bless you. I wish this was true. I am not a facebook fan. I will be happy if it just dies like Myspace and Orkut. And I know what monopoly is. If it was the 90’s facebook would have faced anti-trust and other lawsuits like Microsoft did in 90’s. Times have changed. Internet was once a large interconnected network of multiple sites nicely and openly connected by www, email and search engine. Though there were large companies even at that time, there was no one like facebook with so huge amount of data-mining and closed-wall/closed-garden approach. Why do we have to see so many sites just acting as “slave” to facebook with facebook like-buttons, facebook comment-box etc – and they do not even ask me for an option before throwing those buttons and boxes on my unwilling eyes. Youtube has no like-buttons or comment-boxes on other sites, neither has twitter comment boxes on other sites. Many kids these days have no email address but just a facebook account. When WhatsApp was coming up as a real competitor, facebook just gobbled it up by purchase. Sad that WhatsApp could not retain its own independence. If there were just at least 4 or 5 *equally* competing social networks like facebook where peoples’ participation was distributed and ‘load-balanced’ I would not have complained about the “monopoly”. I understand that you are having difficulty in what I am trying to say – I accept that as my failure. But what I am saying is nothing new – even the same concerns have been expressed by several persons openly on the net including Tim Berners Lee, the person who “invented” the http-www protocol and for whom we are enjoying internet as it is now.
I don’t know Matt Mullenweg so I have no affiliation in that direction and I kiss no ones ass to get affiliation because I prefer being humble.
I respect your opinion. What I meant was that if Matt could be inspired or motivated, Buddypress could have reached the next-level. I have posted to Matt several times about Buddypress. And if many did, may be there could have been, may be, a change in the attitude towards Buddypress. Matt is the creator of WordPress and I believe he is the central and key person who can …..
Anyways, there is no conflict in ‘being preferring to humble’ and writing something to him. But obviously you do not think like me. You do not have to. And no problem. I am sure someday someone will pick up the cue and clue and we really will have the inter<—>net that was and the internet of dreams. Thanks to you for your feedback.March 28, 2015 at 2:16 pm #236812Jaremilus
Participanti disable it in file members/js/buddypress.js
/*jq('#profile-edit-form input:not(:submit), #profile-edit-form textarea, #profile-edit-form select, #signup_form input:not(:submit), #signup_form textarea, #signup_form select').change( function() {*/ //line changed jq('#profile-edit-form input:not(:submit), #profile-edit-form textarea, #profile-edit-form select').change( function() { var shouldconfirm = true; jq('#profile-edit-form input:submit, #signup_form input:submit').on( 'click', function() { shouldconfirm = false; }); window.onbeforeunload = function(e) { if ( shouldconfirm ) { return BP_DTheme.unsaved_changes; } }; });March 28, 2015 at 1:29 pm #236811Henry Wright
ModeratorHi @jaremilus
The stay-on-page prompt isn’t a BuddyPress thing. I think it’s coming from your browser. Alternatively, it might be from a plugin, if you have a plugin installed with that kind of functionality.
March 28, 2015 at 12:24 pm #236810Henry Wright
ModeratorAh right! That seems to be quite an old resource, goes back to BuddyPress 1.5, I think.
Yeah, bp_activity_get_comment_count() will return the comment count for a particular activity item.
Sounds like you’re looking for a ‘notification’ count for activity comments? So for example, if I comment on an activity you’ve posted, the count will be 1. If two people comment on an activity you’ve posted, the count will be 2. At some point in time, you log in and view these which results in the count being reset to 0. Is that what you’re looking for? If so, as far as I know, there’s nothing like that available currently. You could always open a request on Trac asking for the functionality to be added?
March 28, 2015 at 5:26 am #236807In reply to: Help for BuddyPress Site to Change the World
planetearthlings
Participant@mcpeanut Your idea is similar to the interface mockups we have already created for the actual virtual world with kids looking through the front window of their spaces ship and then zooming towards solar systems and then to planets. Haven’t thought of recreating that for the development social network, but perhaps one day. Right now we’re really just interested in a simple site with the key functionality to have discussions, share ideas (plus images and videos) and be able to stay in contact.
Wonder if there are any developers out there that could create a planet interface for BuddyPress…and how much it would cost? Can’t afford it now, but might be something we’d do in the future.
@bp-help Server costs are a major part of the budget though less problematic than the development costs as long as we’re ready for the minimums and next level growth. Beyond that additional storage/bandwidth would be good sign of a rising user base. Definitely undestand the concern. I’m concerned about that and the overall ability for the project to scale.
March 28, 2015 at 3:53 am #236806In reply to: How to hide certain members from members list?
rosyteddy
ParticipantMarch 28, 2015 at 3:50 am #236805In reply to: Username vs Real Name
March 27, 2015 at 9:48 pm #236794In reply to: Create custom div around existing divs
Hugo Ashmore
ParticipantThat’s bbPress not BuddyPress, different plugins, different templates.
iirc you need to look in bbpress/templates/default/bbpress
But asking on the appropriate forum will probably get better results.
-
AuthorSearch Results