Search Results for 'buddypress'
-
AuthorSearch Results
-
September 7, 2016 at 7:54 am #258481
acedesign123
ParticipantHi @danbp
Thank you for the response, however I am new to BuddyPress, but I do know Theme Dev in WP in Gen, my situation is this,
I want to remove all other steps and just fill in the details as you see on the first screen and just click finish, and have the group created. That is all.
I just tried the :: Remove Sub-Nav Tabs from the link you provide and it does not work.
Secondly, should I be putting the code onbp-custom.phpRegards
AceSeptember 7, 2016 at 7:49 am #258480In reply to: identify code
danbp
Participanthi,
September 6, 2016 at 11:10 pm #258474In reply to: Confirmation Email
roller24
ParticipantThose files were in the wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members
file in question was registration.phpSeptember 6, 2016 at 8:53 pm #258470In reply to: German translation for version 2.6.2
Julian
ParticipantYes,my WordPress is in German. When I use the translation, then my WordPress is in English and Buddypress will not be translated.
September 6, 2016 at 8:45 pm #258468In reply to: German translation for version 2.6.2
danbp
ParticipantStrange ! Is WordPress in german ?
Dashboard > Settings > General > Site LanguageBP translation file goes to wp-content/languages/plugins/buddypress-de_DE.mo
September 6, 2016 at 7:01 pm #258465In reply to: identify code
idichoo
ParticipantI saw this above tried to rename the menu items but it does not work
Can you help?
pre type=”php”
$bp->bp_nav[‘activity’][‘name’] = ‘wall’;
/preSeptember 6, 2016 at 6:21 pm #258463In reply to: German translation for version 2.6.2
danbp
ParticipantHallo!
Dowload it from here:
https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/de/defaultSelect po and mo extension at the bottom of the page where’s written “Export”
September 6, 2016 at 6:18 pm #258462In reply to: Creating Custom Member Types
danbp
ParticipantArrrgggl ! 🙂 You’re loosing your time by trying to do that. BP Default will be definetly built out soon.
Read WP codex about child theme and use this solution in any case. Whatever change you make in a core file will be owerwriten at next update. Theme modification should be made from within a child-theme, so it is safe even when an update is made on the original.And read at least here about BuddyPress theming.
September 6, 2016 at 6:10 pm #258461In reply to: identify code
danbp
ParticipantYour link is 7 years old ! That’s a prehistoric reference 🙂 and outdated!
If you’re talking about the Notification(x) item on BuddyMenu, it is in the language file where you can change it or use the trick indicated on Nav Api codex page (mentionned in the above post).Example:
function bpcodex_change_unread_nav_name() { buddypress()->members->nav->edit_nav( array( 'name' => 'The new name in whatever language', ), 'notifications' ); } add_action( 'bp_setup_nav', 'bpcodex_change_unread_nav_name', 100 );Add the snippet to bp-custom.php
September 6, 2016 at 6:00 pm #258460In reply to: identify code
idichoo
ParticipantCan you explain more on it the link above.
September 6, 2016 at 5:50 pm #258458In reply to: identify code
September 6, 2016 at 5:41 pm #258456In reply to: Creating Custom Member Types
danbp
ParticipantYes !
allmost all member related loops are in bp-templates/bp-legacy/buddypress/members/ and in /members/single/ for the profile templateSeptember 6, 2016 at 5:38 pm #258455danbp
ParticipantHi,
the error is because you’re loosing the current user.
Read codex about Navigation API (since 2.6) and use the new code to remove properly group settings tabs.September 6, 2016 at 5:31 pm #258453In reply to: Creating Custom Member Types
danbp
ParticipantHi !
bp-default is a deprecated theme since 1.7 (2013) and only in for backward compatibility.
If you use latest BP, you can use almost any existing theme and preferably with a child-theme if you customize your site.
Custom code can be added to bp-custom.php or into child-theme’s functions.php
References
bp-custom.php
member_typesSeptember 6, 2016 at 1:27 pm #258446In reply to: 404 error when “suppressing” the Activity tab
September 6, 2016 at 3:44 am #258428In reply to: Buddypress Post Comments on Activity Update
Earl_D
ParticipantIn addition to the two already mentioned Buddypress activity plus is another option it has 10000 active installs. Was the first one I tried though I settled on the afore mentioned Rtmedia
September 5, 2016 at 7:25 pm #258420In reply to: Buddypress not sending activation emails
zpaulypaul
ParticipantIm using Lush by IronTemplates.
Recently upgrade from a lower version to the newest version. Thats when I found this problem.
I also find it weird I dont see Buddypress widgets within Visual Composer. They show up in Page Builder plugin, but I cant use that plugin with this theme, that is why I had to upgrade. And now that I upgraded emails arnt being sent. WEIRD!September 5, 2016 at 7:19 pm #258419In reply to: Unable to create new groups
totalbalance
ParticipantThanks sooo much, that did the trick 🙂 I guess I was being too “elegant” ROFL. I made all pages related to BuddyPress parent and used WP Menu to organize my nav bar. All looks good now.
Thanks again!Cheers,
LarsSeptember 5, 2016 at 6:43 pm #258418In reply to: Unable to create new groups
r-a-y
KeymasterThere is a conflict with nesting BuddyPress pages; you cannot nest BP directory pages.
So, on your BuddyPress install, go to the WP admin dashboard, click on the
Pagesmenu and make theGroupspage a parent page.If you needed to have your BuddyPress pages under one parent page, then you could create a new parent page called
Communityand then nest theMemberspage underCommunityand theGroupspage underCommunity.September 5, 2016 at 6:40 pm #258417r-a-y
KeymasterI would check to see what GF and BF’s BuddyPress integration looks like.
They might be calling
bp_activity_add(). Do a search for that and see what parameters they are passing. In particular, check therecorded_timevalue and do a dump of that parameter and see if it is empty or not.September 5, 2016 at 5:03 pm #258411In reply to: identify code
idichoo
ParticipantHi,
well… it sound complicated to me as i am still quite confuse.
Anyway, i need to identify because i wish to change notification word in buddypress menu bar to chinese by hard coding or whatever.
Can you advise what to enter into the css or where to change it.
September 5, 2016 at 4:46 pm #258410In reply to: How to Change the From Email for Activation
steigw
ParticipantIt’s a staging site that doesn’t have public access, but I can put the code and info in here. Here is the complete code of the functions.php in the child theme. maybe I just put it all together wrong.
<?php function nisarg_enqueue_styles() { $parent_style = 'nisarg-style'; wp_enqueue_style( 'bootstrap', get_template_directory_uri().'/css/bootstrap.css' ); wp_enqueue_style( 'font-awesome', get_template_directory_uri().'/font-awesome/css/font-awesome.min.css' ); wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'nisarg-child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) ); } add_action( 'wp_enqueue_scripts', 'nisarg_enqueue_styles' ); ?> <?php function custom_wp_mail_from( $email ) { $handle = ‘accounts’; $find = 'http://'; $replace = ''; $link = get_bloginfo( 'url' ); $domain = str_replace( $find, $replace, $link ); return $handle . '@' . $domain ; } add_filter( 'wp_mail_from', 'custom_wp_mail_from' ); ?>The email link is:http://mydomain.com/activate/JA0BvkK1Q0DND10SYegdOtkTMemhGUF0/
When I click on it immediately, I get all this:
Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: ‘accounts’@mydomain.com’ in /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-includes/class-phpmailer.php:946 Stack trace: #0 /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-includes/pluggable.php(352): PHPMailer->setFrom(‘\xE2\x80\x98accounts\xE2\x80\x99@…’, ‘WordPress’) #1 /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-includes/pluggable.php(1726): wp_mail(‘webmaster@arlin…’, ‘[My Dev Sit…’, ‘New user regist…’) #2 /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-content/plugins/buddypress/bp-members/bp-members-functions.php(2031): wp_new_user_notification(18) #3 /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-content/plugins/buddypress/bp-members/bp-members-screens.php(364): bp_core_activate_signup(‘JA0BvkK1Q0DND10…’) #4 [internal function]: bp_core_screen_activation(”) #5 /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-includes/plugin.php(524): cal in /homepages/25/d283441938/htdocs/clickandbuilds/staging/wp-includes/class-phpmailer.php on line 946
If I wait a while, then I get the normal webpage and it says “invalid activation key”. I don’t understand the significance of an immediate click on the link in the email vs. waiting a few more seconds, but it definitely matters.
September 5, 2016 at 4:16 pm #258407In reply to: WP Multisite + BuddyPress
Paul Wong-Gibbs
KeymasterBuddyPress is always global to the whole network on multisite.
If you want to run multiple, separate BuddyPresses on a *multisite*, what you actually want is to set up WordPress multi-network (something like https://wordpress.org/plugins/wp-multi-network/).
This is actually complicated, and if you do not need to share users between your BuddyPresses, I’d suggest setting up multiple standalone regular WordPresses (or standalone multisites).
September 5, 2016 at 4:02 pm #258404In reply to: Activity embeds in activity stream
Stacy (non coder)
ParticipantThere’s also this option for now @binary10 if I’m understanding your request, but it’s not so automatic. https://wordpress.org/plugins/buddypress-activity-plus/
September 5, 2016 at 4:00 pm #258403In reply to: Your connection to this user
jbboro3
Participant@danbp I did not find any such string in the .pot file, this is why I had to search it manually to confirm it.. It looks like the buddypress component.. you can check in this http://imgur.com/Zc9rzVq to confirm it..
-
AuthorSearch Results