Search Results for 'buddypress'
-
AuthorSearch Results
-
October 4, 2012 at 8:45 am #142962
r-a-y
KeymasterUse something like this in your template:
`<?php
if ( function_exists( ‘bp_loggedin_user_domain’ ) )
echo trailingslashit( bp_loggedin_user_domain() . constant( ‘BP_FOLLOWING_SLUG’ ) );
?>`Omit the “function_exists” line if you’re using this in a BuddyPress template file.
October 4, 2012 at 8:36 am #142961r-a-y
KeymasterWhat is AMU? Some type of import script? If so, make sure that the FIrst Name and Last Name is filled in when importing the user and BuddyPress should pick it up.
To test, try adding a new user from the WP Users screen:
https://codex.wordpress.org/Users_Add_New_ScreenMake sure to fill in everything except “Website”.
October 4, 2012 at 8:24 am #142960r-a-y
KeymasterStephanie, can you post an enhancement ticket about this on Trac?
https://trac.buddypress.org/newticketLogin with the same credentials you use on this site.
October 4, 2012 at 8:24 am #142959maddogmcewan
Participant@modemlooper thank you indeed… and by the by … great respect, you are truly a guru for many of us ! keep looping !
October 4, 2012 at 8:18 am #142958In reply to: Getting array of all members
r-a-y
KeymasterIf you want to grab multiple xprofile fields from all members, the best way at the moment to accomplish this is to use a direct DB query.
I was going to recommend the members loop, but you need specific xprofile fields.
October 4, 2012 at 8:12 am #142957In reply to: What is “i0.wp.com”?
Roger Coathup
Participant@hnla – the problem we looked at yesterday – I noticed the domain name. If you check the trac ticket it’s because the image isn’t publicy accessible (as we’d suspected).
October 4, 2012 at 6:03 am #142954In reply to: Adding group blog posts to the activity stream?
Anointed
ParticipantOk, I ran a test on another install.
If I network activate buddypress, then anything I post on group blogs shows up on the activity stream.
If I activate buddypress on a site by site basis, then only the sites I activate buddypress will send blog posts to the activity stream.
The downside to the second approach is that buddypress asks to have the pages setup on every blog I activate it on manually which is not what i want.
Question:
What is the best way of installing buddypress, where I can control which blogs posts are sent to my primary buddypress activity stream?– network activate = all posts go to stream
– blog by blog = only active blogs do, but it’s a nightmare having to add bp pages manually to active sites.Is there a filter I can use if I activate network wide where I can exclude sites from activity stream?
October 4, 2012 at 5:22 am #142953In reply to: What is “i0.wp.com”?
Chris Klosowski
ParticipantThanks for the heads up. I also thought I had a config issue in my local Dev.
October 4, 2012 at 2:38 am #142952In reply to: Adpating theme with BP Template Pack
October 4, 2012 at 1:46 am #142951In reply to: compose message Page not found
@mercime
ParticipantWP/BP versions? What theme are you using? Is this a new installation or one that has been upgraded? Have you tried re-uploading BuddyPress manually via FTP?
October 4, 2012 at 1:36 am #142950In reply to: Strange error with change/upload avatar
@mercime
Participant== the form links to gravatar.com. ==
@zackasan Not clear. Do you mean the input area beside the browse button? Or after they click the browse button, somewhere in the box there’s a link to gravatar?
October 4, 2012 at 12:18 am #142948@mercime
Participant@diegoys it’s related to the Mingle theme. The solution would be available at theme’s site
October 4, 2012 at 12:14 am #142947In reply to: Theme Size Problem For Inbox Messages
@mercime
Participant@robert-tramontano in case you change your theme, we have a list of template-packed WP themes with step-by-step instructions listed https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
October 4, 2012 at 12:12 am #142946@mercime
Participant== My hosting vendor offers WordPress install through SimpleScripts service. ==
Do not use webhost instant WP scripts as they have been problematic for BuddyPress as well as WP Multisite installations -> https://codex.buddypress.org/getting-started/before-installing/#system-and-server-requirements
Backup DB and server files, then start from scratch. Drop DB, upload WP manually via FTP and intall WP.
October 4, 2012 at 12:07 am #142945In reply to: BuddyPress Site Plugin Search Broken?
@mercime
ParticipantIn the meantime, all BP-compatible plugins listed in our plugin section are hosted at WordPress.org https://wordpress.org/extend/plugins/search.php?q=buddypress
October 3, 2012 at 6:22 pm #142939In reply to: Theme Size Problem For Inbox Messages
Robert77
ParticipantOk I will have to get back to this when I can think clearly I am really burnt out with this right now, I appreciate the help @mercime and I will update this topic after I can take some time and try to analyze the files in the current theme and then apply the template pack to the new theme and see what I can do. Thanks
October 3, 2012 at 6:09 pm #142938In reply to: Installation stops at Permalinks
ztorage
ParticipantI read here: http://bpdevel.wordpress.com/2012/06/19/buddypress-1-6-beta-1/ that BP 1.6 is supported on WP 3.4+. I had 3.3.1 installed (the one that’s in the Ubuntu 12.04 repositories). Upgrading to 3.4.2 fixed the issue.
October 3, 2012 at 3:23 pm #142932GordonRe
ParticipantThanks @Trailmix5.
Yes I’ve read your post a couple of times and the tips and responses.
I am not using DAP. I get the same result logged in as a user or administrator ie– users added directly into WordPress after BP installation show up under their not very friendly username; they have no
– users added before BP installation show up with display name, have profile pages and prior existing meta data shows up on profile page.Anyone have an idea? @mercime?
[I note in the OP I said “When logged in as one of the new users:” – this is confusing and should be ignored. I thought for a moment there was a difference in behaviour between admin and new users but there is not.
Thanks for any tips.
Gordon
October 3, 2012 at 3:11 pm #142931In reply to: Installation stops at Permalinks
Ryan Strandt
Participant@mercime
I uploaded the bp folder manually the first time.The admin bar only disapears while going through the setup process on the themes selection. Every other admin screen is fine and the public pages are fine when logged in.
I just cant get through the bp setup process. The wizard stalls out.
October 3, 2012 at 2:01 pm #142929In reply to: Adpating theme with BP Template Pack
sb0n
ParticipantHey @mercime, thanks for your help !! : )
The other pastebins :
– Header.php : http://pastebin.com/5iK1gpTd
– Index.php : http://pastebin.com/1N4Z9pkx
– Sidebar.php : http://pastebin.com/KFJQdd7G
– Footer.php : http://pastebin.com/zFrvz0VzMy theme is a child theme (with a lot of changes) of Yoko : http://yoko.elmastudio.de/
Thank you !!
October 3, 2012 at 5:20 am #142924In reply to: Theme Size Problem For Inbox Messages
@mercime
Participant@robert-tramontano Will try to help. Hopefully, it won’t be too complicated.. Have to see what has been done though. If you are still going to use that theme, open up your theme’s regular page.php file, copy all code, paste to pastebin.com, click submit and post the generated URL here. Do the same for the revised index.php file in your theme’s member folder in server as in wp-content/themes/yourthemefolder/members/index.php
October 3, 2012 at 3:45 am #142920In reply to: Theme Size Problem For Inbox Messages
Robert77
Participant@mercime Yes I have a screenshot but did not know where to upload it but the programmer just kind of stuck it to me.. I repeatedly told him the theme still had a few issues and he gave me a hard time about it so I am screwed it seems unless someone can help me. Ok I have read about BP 1.7 but I will be sticking with 1.5.7 like glue as it has no issues.. I tried 1.6 and it was a nightmare for me and my setup. Was using the flexibility 3 theme but thinking about switching to another theme. Either way I have the issue though.. I tried the same templates for the flex 3 theme that the programmer did for me and it worked on the other theme as well.. if I could just figure where the code for width needs to go I will be set..
Wait are you talking about messages.php?
October 3, 2012 at 3:44 am #142919In reply to: Need help with single activity page
@mercime
Participant@wcten you’ll need to wrap the HTML structure of the page around the content of this file https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/members/single/activity/permalink.php which would be in your server wp-content/themes/yourthemefolder/members/single/activity/permalink.php
If you used the first method for Step 3 (changing 16 template files), then copy over the revision for the top part of the files and replace ` ` Next, copy over the revision for the bottom part of the files and replace ` `
October 3, 2012 at 2:49 am #142916In reply to: Theme Size Problem For Inbox Messages
@mercime
Participant== I looked in the messages php files and did not see any width adjustments ==
In many cases, one only needs to adjust 16 template files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles which have the major HTML containers for the content of all other BP template files. As you will see, the message templates are not included there because the messages content is contained in the members page structure. In some cases, one only needs to create two files for theme compatibility. Come BP 1.7, you won’t even need the BP template pack plugin anymore as theme compatibility is being built into the BuddyPress plugin itself.
Have you brought this to the attention of the one who fixed your BP template files? What WP theme are you using? Do you have a screenshot of the issue compared to other “tamed” BP pages?
October 3, 2012 at 2:37 am #142915In reply to: 1.7 theme with multisite
-
AuthorSearch Results