Search Results for 'buddypress'
-
AuthorSearch Results
-
June 23, 2012 at 11:14 am #136282
nickharambee
Participant@imath. Hello, and thanks. I didn’t expect the overflow:hidden to effect the sub menus as they are within the #header div, but removing that did indeed fix this issue.
June 23, 2012 at 10:58 am #136281Paul Wong-Gibbs
KeymasterAll fixed!
June 23, 2012 at 10:53 am #136280Hugo Ashmore
Participant@djpaul I’ll try and check it over later today if I get a moment – have a feeling this is likely more a ‘my bug’ than BP’s as I did a somewhat hasty last minute adjustment to move settings out from old BP menu parent to ‘general settings’ seemed fine in 1.6 trunk though.
June 23, 2012 at 10:31 am #136278In reply to: How do you add a photo to a default Buddy page?
Anonymous User
InactiveHello @tgoedde
If you’re using the theme BP Default, it’s quite easy actually. As this theme supports custom-header, you can simply edit the BuddyPress pages (Activity, register, groups, forum… and so on) in which you want to add a custom header.
I just tested this in my activity page.
1/ Edit the page in WordPress backend
2/ Use the media button to select your photo, it must have at least a width of 1250px (if under, the pic won’t show)
3/ Upload and choose not to insert but to use as featured image. Once done you can close the thick box window.
4/ you’ll see in the edit page / the featured image box at the bottom right with your uploaded image shrinked.
5/ Save the page. And you’re done
Repeat these steps for each BuddyPress template you want to add a custom header to.
June 23, 2012 at 10:23 am #136277June 23, 2012 at 10:09 am #136274Paul Wong-Gibbs
Keymaster“func_get_args(): Can’t be used as a function parameter” is actually a really useful error. Can you tell me what version of PHP is on your local web server, and the version of PHP on your production site?
I’m betting you’ve got PHP 5.2.x on your production site, and PHP 5.3.x locally. This counts as a bug (congratulations!), so I’ll make a ticket.
June 23, 2012 at 10:03 am #136273Anonymous User
Inactive@creaturis you’re welcome & thanks
June 23, 2012 at 10:01 am #136272Paul Wong-Gibbs
Keymaster@hnla Do you have time to check this against 1.6 to see if it’s our bug or yours?
June 23, 2012 at 9:57 am #136269Paul Wong-Gibbs
KeymasterI’ve never tried domain mapping with BuddyPress. It may just not work currently. Does it make any difference if you switch back to the BP-Default theme to test?
June 23, 2012 at 9:55 am #136268In reply to: [Resolved] Search page component missing?
Paul Wong-Gibbs
KeymasterSo… it’s a bit messy. When we were building the 1.5 release, to get our search working, we had to internally make BuddyPress think that “search” is a component. This is directly why it is telling you that the search component page mapping is missing, even though the search component doesn’t exist. There’s no way of turning search on or off, though I’m not sure that many people would want to do that.
When we start building 1.7 (our next release), I think we’ll quite likely change how we handle search so that this confusion goes away.
June 23, 2012 at 9:52 am #136267In reply to: New User Default Menu is missing “Member” as option
Paul Wong-Gibbs
KeymasterWhy are you expecting to see “Member” as an option? BuddyPress doesn’t add any user roles.
June 23, 2012 at 8:40 am #136266In reply to: Changing Page Templates
toza
MemberSorry for posting this somewhat randomly but I cannot for the life of me find the ‘create new topic’ button for this forum – I need to report the fact that the pagination on the buddypress.org website is broken – can’t get past page 1! Thanks for showing where to look anyone!
June 23, 2012 at 8:20 am #136265In reply to: Changing Page Templates
scenemovie
MemberI was had same problem with Heresteve2, I solved this like @mercime

Famous
Participant@valuser – today you happen to be my angel coder, so thanks.
It’s probably not the technically correct way, but I used:
`href=’$link/page”`since we don’t have to use the .php anyway and it worked. Who knew.
June 22, 2012 at 11:05 pm #136257In reply to: function for logged in blog domain
Roger Coathup
ParticipantIt’s a WordPress Multisite question, not a BuddyPress one – this function would be a starting point: it returns all the blogs a user has access to:
get_blogs_of_user( )
Famous
Participant@valuser that is fantastic. If you can accomplish that you can’t sell yourself short, maybe you’re more of a programmer than you think.
Got one last request – I need it to point to a directory, for instance:
`<a href='$link/directory'`any ideas on how to complete that?
June 22, 2012 at 10:02 pm #136254In reply to: Changing Page Templates
@mercime
ParticipantDid you install BP Template Pack plugin which is required to make your theme compatible with BuddyPress? Then did you go through Appearance > BP Compatibility process? In Step 3 of the process, that’s where you can change HTML structure of the BP template files transferred to your WP theme in server to be full width or any other layout configuration.
June 22, 2012 at 10:00 pm #136253In reply to: [resolved] Suffusion theme comments, double post
@mercime
ParticipantBuddyPress 1.5.6 ==> WP 3.4
== in default theme of buddypress is everything okay. ==
Therefore you should contact Suffusion theme author regarding this issue.June 22, 2012 at 9:50 pm #136252In reply to: Plugin Question
@mercime
ParticipantWordPress plugins which are supposed to be BuddyPress-ready are tagged “buddypress” by respective plugin developers – https://wordpress.org/extend/plugins/tags/buddypress
Double-check if plugin’s been updated for latest versions of BP at leastTo make your WP theme compatible with BP, you need to install BP Template Pack plugin and go through Appearance > BP compatibility process then align HTML structure.
Yes, we are aware of the bug for the plugin’s pagination in this site.
June 22, 2012 at 6:44 pm #136248In reply to: [resolved] Suffusion theme comments, double post
Dawantt
MemberWordPress 3.3.2, Buddypress 1.5.6. Buddypress is a newly installed.
I using Suffusion theme. Everything is fine, but the problem is with comments …In default theme of buddypress is everything okay.June 22, 2012 at 6:35 pm #136247In reply to: Changing Page Templates
@mercime
ParticipantYou cannot change the pages associated with BuddyPress in Add New or Edit Post/Page panel – page template. You would have to change the HTML markup of the specific component’s template file. What theme are you using?
June 22, 2012 at 6:32 pm #136246In reply to: [resolved] Suffusion theme comments, double post
@mercime
ParticipantCould be a plugin conflict or theme issue.
WP/BP versions? Is this a new install or did you just upgrade to latest WP/BP? What theme are you using? What plugins do you have installed? Have you done any basic troubleshooting like changing to bp-default theme and deactivating all plugins except BuddyPress?
Famous
ParticipantI am trying to enable it so a user on any blog (on the MU platform) & or page on the site can return back to their blog with one clickable link in the sidebar or header.
Any ideas on how best to accomplish this?Thanks @djpaul
June 22, 2012 at 4:51 pm #136243In reply to: 1.6 beta – forums setup
shanebp
ModeratorThanks for the info.
I think more Forums set-up info is a must and perhaps is better delivered in a bbPress codex page specifically for BP.
And provide a link on the bb-forums-setup page
Or it could go right on the bb-forums-setup page.A start to discussion:
https://buddypress.trac.wordpress.org/ticket/4292June 22, 2012 at 1:44 pm #136240In reply to: Users can’t upload their avatar when on Mac
shanebp
ModeratorFor iOS avatar uploads, I sent them to a separate mobile screen on which I did this:
`<a id="applink1" href="aurup:?uploadUrl=/mobile-apple-avatar-process&redirectUrl=&redirectDelay=5&uploadTimeOut=10&licenseKey=1234&fields=id%3D%3Bmnonce%3D”>
Upload Avatar Photo`
And ‘mobile-apple-avatar-process’ is a WP page that calls
`
locate_template( array( ‘photo-process/mobile-apple-avatar-process.php’ ), true );
`
And ‘photo-process’ is a dir in my mobile theme.
In ‘mobile-apple-avatar-process.php’ I use a non-WP approach to creating the full and thumb images because for images uploaded on iOS, you need to check orientation (rotation) via exif_read_data. And I did a crude ‘auto-crop’.So the user should never see the ”mobile-apple-avatar-process’ page.
And they are then sent to the value of redirectUrl in the href above.
And that screen should show them any bp_core_add_message values you created in ‘mobile-apple-avatar-process.php’It’s awkward, but it works.
-
AuthorSearch Results