Search Results for 'buddypress'
-
AuthorSearch Results
-
August 21, 2013 at 12:50 pm #170169
shanebp
ModeratorAugust 21, 2013 at 11:33 am #170165Unit9
ParticipantThanks so much for your reponses Shane!
So is there a way to do this within my theme without messing with the core members list code? 🙂
August 21, 2013 at 6:34 am #170155In reply to: mobile theme for buddypress?
BuddyBoss
ParticipantThe BuddyBoss theme is made specifically to be super super mobile, with a stylesheet just for BuddyPress and one just for bbPress, making all of that content responsive.
August 21, 2013 at 6:02 am #170152In reply to: [Resolved] User Profile
@mercime
Participant@wrsantiago put profiles in the root https://codex.buddypress.org/developer/customizing/changing-internal-configuration-settings/
@mercime
Participant@mdg706 please do not offer to give admin account information in these forums. We won’t be responsible if someone hacks your site.
– Did you go through this information before activating BP in your site? https://codex.buddypress.org/user/before-installing/
– Have you asked tech support at your hosting provider if your current hosting plan can handle BuddyPress? Some would ask you to upgrade your hosting plan before you can activate BuddyPress.August 21, 2013 at 2:45 am #170147@mercime
Participant@julianwagner if you want all your BuddyPress pages to be full-width, the simplest and only thing you have to do (save probably some minor CSS tweaks) is to create a new file named buddypress.php
Then open up your theme full-width template then copy all code within. Paste the code into your buddypress.php file (remove Template: xxxxx) then upload buddypress.php to your theme’s folder in server.
August 20, 2013 at 10:39 pm #170138shanebp
ModeratorYou should be able to do a conditional based on the page slug, action or uri.
But the user query might fire before that check can be run.
Try a simple echo from a function on that hook, see where/when it appears.You could manipulate the members loop (stuff into array & resort)
but that’s very inefficient unless you have less than 1000 users.
And I’m not sure what effect it would have on pagination – I suspect not good.August 20, 2013 at 9:57 pm #170136julianwagner
ParticipantHey Hugo,
yeah – my english isn’t the best one. So step by step.
You’re right I mean the crated pages like ‘activity’, ‘members’ etc. I have two different page-tempaltes. The standard-template also known as page.php and and wide-page.php. WordPress suppots switching the themes for each crated Site and all BP connected Pages got wide-page.php but still loading page.php
For the second thing: as provided since BP 1.7 there is no need for a theme migration – so buddypress loads the default theme “bp-legacy”. Also on twentytwelve the problem with the loader.gif exists.
And yes, I didn’t posted a link because we saved the site with a htaccess at the moment.
August 20, 2013 at 9:34 pm #170135In reply to: Is BuddyPress fit for my needs?
Ben Hansen
Participanti think i already did at least as far as i can anyway.
August 20, 2013 at 9:30 pm #170133In reply to: Is BuddyPress fit for my needs?
Steeven
Participant@ubernaut. Thanks for your reply.
Can you tell which functionality, you think will not be (directly) included?
I will take a look at your links tomorrow. Thanks.
August 20, 2013 at 9:11 pm #170131In reply to: Is BuddyPress fit for my needs?
Ben Hansen
Participanti would say yes although some of the functionality may need to be extended depending on the exact nature of these classes. here’s some additional buddypress stuff that may interest you:
commonsinabox.org
wordpress.org/plugins/buddypress-media
August 20, 2013 at 8:04 pm #170124In reply to: [Resolved] Avatars do not show in BP 1.81
drronsuarez
ParticipantI have one site with the problem of missing avatars that first emerged when upgrading from BuddyPress 1.6.x to 1.7.x
I tried migrating the content to a different installation of WordPress and BuddyPress latest versions (3.6 and 1.8.1) and I still have the problem.
I tried turning off all my other plugins other than BuddyPress and I still have the problem.
August 20, 2013 at 5:55 pm #170120Unit9
ParticipantThanks Shane! Would this modify the page for every listing? I only want to do this for one custom page. 🙂
Thanks!
August 20, 2013 at 4:09 pm #170115shanebp
ModeratorIt would be best to filter this at the query level.
See do_action_ref_array( ‘bp_pre_user_query’, array( &$this ) );
In function prepare_user_ids_query()
In buddypress\bp-core\bp-core-classes.phpAugust 20, 2013 at 3:29 pm #170113wildcatdigital
ParticipantHaving the same exact problem with the website field. Textbox fields also work perfectly fine for me.
WP 3.6
BuddyPress 1.8.1
BuddyPress Xprofile Custom Fields Type 1.5.7.1All that shows up is “This field can be seen by: …”
🙁
August 20, 2013 at 3:12 pm #170111In reply to: 1.8.1 not working in chrome
artabria
ParticipantYes… it works OK with buddypress default theme… and with mine too, over all the rest internet browsers. HTML code is OK (CTRL+U) only Chrome is doing this.
Now i’m trying to make my theme a child from buddypress default… and it doesn’t work; it makes the same thing: puts the <body> on the top of my <head> code… only in chrome and only in bp pages…
August 20, 2013 at 2:27 pm #170109In reply to: 1.8.1 not working in chrome
artabria
ParticipantYes… page do the same with no plugins except buddypress… only in Chrome:
All buddypress pages wrong: activity, stteings, profile…It works fine over all browsers: IE, Firefox, Safari (Mac & PC)
…& working OK with buddypress default theme in Chrome!Please back to the link http://www.english4you.es/members/andrew/ and read source code (CTRL+U)… you will see that <head></head> is correctly passed to the browser but wrong rendered… cannot guess reason for this!
August 20, 2013 at 12:51 pm #170102In reply to: 1.8.1 not working in chrome
aces
ParticipantLooking at the Chrome source code ( f12 ) I can see something has gone wrong, as most of the header has dropped to the body section and instead an old version of jquery has been added as well as the current version added later. This is bound to cause problems.
The only other thing there is shareaholic-analytics.js being loaded. Does the same thing happen if you disable that plugin?
If not then you need to do basic troubleshooting such as checking with bp default theme or a known good theme such as twentytwelve. If that doesn’t work try disabling all plugins except buddypress and see if the error goes away, then re-enabling 1 by 1 until the problem occurs.
August 20, 2013 at 11:38 am #170100Hugo Ashmore
ParticipantHave you checked the Codex Documentation ? I suggest you read the guides on theme templates as these will help your understanding and allow you to ask more detailed questions that we can help with.
I created the the buddypress-pages on full width and also changed the template-page in WordPress, but Buddypress is still using the standard-template. Someone knows the Problem?
I assume you mean the pages created in the setup routine for BP such as ‘activity’, ‘members’ etc these are placeholders only you can not do anything in them except set the page title.
‘<i>changed the template-page in WordPress</i>’
You need to be clearer on what you mean here!‘<i>standard template</i>’
Again not sure to what you are referring here, BP in theme compatibility mode uses page.php, unless you provide other named templates but this is all explained in the template compatibility themeing guides written for users to help them out with just this sort of issue.As for the loader gif it’s impossible to say, you haven’t told us the theme in use, linked to the site, or shown any code to work from thus it’s a complete guess as to what may be happening.
As always if there are issues first test is activate known good theme such as twentytwelve and see if things work in that theme then you know it’s a theme issue.
August 20, 2013 at 9:11 am #170095In reply to: [Resolved] Logged-In User Profile Link URL
struth
Participant@jackreichert your a bloody genius Mr Jacoby, buddyPress just gets better & then some, thanks you mate!
Do you mind if I include your code in my “n00bish” wp plugin:
function redirect2profile(){
include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
if($_SERVER[‘REQUEST_URI’] == ‘/profile/’ && is_plugin_active(‘buddypress/bp-loader.php’) && is_user_logged_in()){
global $current_user;
wp_redirect( get_bloginfo(‘url’) . ‘/members/’. $current_user->user_login . ‘/profile/’);
exit();
}
}
add_action(‘init’, ‘redirect2profile’);I’m just beginning my journey into php & I’ve always wanted to write a toolbox for wp and buddy, you gotta start somewhere : )
PS:Do I credit you in the plugin as a contributor?
Best Regards
John HartAugust 20, 2013 at 8:28 am #170093In reply to: Best "Current" (Aug '13) Facebook Connect (Login)?
Roger Coathup
ParticipantWe’ve used WP FB Autoconnect on a lot of BuddyPress sites – https://wordpress.org/plugins/wp-fb-autoconnect/
There’s a functional free version, and just a few dollars extra for the pro version
August 20, 2013 at 7:07 am #170088In reply to: Best "Current" (Aug '13) Facebook Connect (Login)?
Tecca
ParticipantWhile this may not fall into your category of ~$20, it seems like the best one that I’ve seen — if these are the types of features you need. It’s $30 for a membership, but you get access to all of the plugins on the site.
I cannot personally vouch for it, as I’ve never tried it. Seeing that it has the ability to import all sorts of Facebook data into your own BP fields looks great, though.
August 20, 2013 at 6:41 am #170087In reply to: Best "Current" (Aug '13) Facebook Connect (Login)?
Martin
ParticipantI use WordPress Social Login successfully for my BuddyPress site – free from the repo
August 20, 2013 at 3:59 am #170085In reply to: Group forum tab is vanished
chathuranga
ParticipantMy issue is not resolved yet,I don’t think this is a theme issue, because this is one of main features of buddypress and bbpress plugins. any idea?
August 20, 2013 at 2:28 am #170084In reply to: Widgets Not Displaying on BuddyPress Pages
hughshields
ParticipantIt turned out to be an issue with my theme and not Buddypress. Even though the latest version of WordPress 3.6 is theme compatible, the Buddypress to Suffusion theme still required the Suffusion Buddypress Pack plugin and a child theme to make it work.
All fixed here. -
AuthorSearch Results