@parmkals
As @ubernaut stated I would FTP BuddyPress because if you do not have access to the php.ini then you can not change it and it may hang when downloading and installing BP. If that is the case then just download BP to your hard drive extract it and FTP it to: your-site/wp-content/plugins on your server. You will need the credentials from the server to do this and that is something only you can acquire. I supplied a link that will hopefully help you get started if your not familiar with this process. Good luck!
https://codex.wordpress.org/Using_FileZilla
Hi Boone,
Thanks for the response. The “no-ajax” class did load users on subsequent pages, but I’m still experiencing other odd behavior:
If I have the &per_page argument like this: `
<?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&page_arg=bapage&per_page=10’ ) ) : ?>` I receive no members on the first page, and two members on the second page if the filter is set to “newest registered” or “last active”. If it’s set to “alphabetical”, one member shows up on the first page, none on the second page, and one on the third page.
If I remove the &per_page argument, I get both members on the first page for “newest registered” and “last active.” For “alphabetical”, I get one member on the first page, and one on the second.
I’m using the social buddy theme. It’s set up like this:
socialbuddy/buddypress/
ajax.php
functions-buddypress.php
global.js
style-buddypress.css
socialbuddy/members/
index.php
members-loop.php
single/(a bunch of files)
I’ve added bloggers.php, which is a modified members’ index.php that I’m using as my page template, to the main “socialbuddy” folder. I changed the locate_template() function so that it uses my modified members-loop: members-loop-bloggers.php, which I’ve placed in the “members” folder.
Thanks for any insight you can provide.
Regards,
Scott
WordPress 3.6
BuddyPress 1.8
http://www.tera-data.de/
Hey, is it possible to customize the profile pages?
For example http://www.tera-data.de/user/drrr/
I’d like to edit the Name”>Name and the @Name part.
Thanks in advance!
Drrr
It stops @ Downloading install package from https://downloads.wordpress.org/plugin/buddypress.1.8.zip…
Unpacking the package…
How do I upload buddypress?
@zanora
https://wordpress.org/plugins/debug-bar-bbpress/ will show you what bbpress templates are used.
This works as an add-on to https://wordpress.org/plugins/debug-bar/ which is in itself useful when editing stuff…
WordPress 3.6
BuddyPress 1.8
Case: http://www.tera-data.de/
Hey Community,
I’m trying to edit the Profile Page of BuddyPress. It actually looks like this:
http://www.tera-data.de/user/drrr/
Drrr">Drrr
[Profile Picture] @drrr
active for 1 minute
I want it to look like this:
http://www.tera-data.de/user/drrr/
Drrr
[Profile Picture] active for 1 minute
I looked for hours in google and other forums and found out that i probably have to edit the following file:
/wp-content/plugins/buddypress/bp-themes/bp-default/members/single/member-header.php
http://phpxref.ftwr.co.uk/buddypress/nav.html?bp-themes/bp-default/members/single/member-header.php.source.html
I changed
<a href="<?php bp_displayed_user_link(); ?>"><?php bp_displayed_user_fullname(); ?></a>
To
<a href="<?php bp_displayed_user_link(); ?></a>
But nothing changes.
Can anyone help me out? 🙂
I have disabled all plugins and have the latest version of Buddypress and WordPress on a multisite installation. On the registration page the username field insists on lowercase characters. The only way around this for me is to change the hint.
Which file do I edit to change hint from “Usernames can contain only letters, numbers, ., -, *, and @” to something like “Usernames can contain only lowercase letters, numbers, ., -, *, and @”
Hey guys! I’m the owner of BuddyBoss and just reading though these comments. We have a mobile version coming out August 15th. You can see the demo here: http://www.buddyboss.com/demo/
@flyveren Thanks for the compliments 🙂 We work hard to keep everything up to date. This new version is built around BuddyPress 1.7 / 1.8, the way BP now allows any WordPress theme to work with it. We rebuilt it as a standard WordPress theme with our custom features only used when BuddyPress is activated.
I’m working with a new theme for my site, although I was told that it didn’t have native BuddyPress support, I never anticipated that it would be this bad.
My WordPress and BuddyPress installs are completely up-to-date. I’m also using bbPress, but that’s pretty much the extent of my plugins. The theme is called Conduit.
You can see the error it’s causing here: http://www.jrpgclub.com/beta/members (All of the data is getting pushed to the top of the page). I had a similar issue with custom excerpts in posts; when a paragraph tag was used, the same thing would occur.
Any idea what is causing this?
Curious to see that @puggy! It seems that most ESO fansites I’ve seen are using WordPress — and for great reason, though none pull it off as well as Tamriel Foundry does, if I’m being completely honest. When I created TESOF, I originally intended it to be just a forum, so it was quite a bit of hassle to create certain sections based off of the MyBB forum software itself.
Since Curse, Inc. now owns TESOF, I won’t be taking part in much of the development, but I am making a new project based off of the WordPress/BuddyPress/bbPress combo (unrelated to ESO), and it’s coming along nicely. You can see most of that development on my personal blog. Most of my posts for the last few months are about the new project.
Annnnd, that’s enough of me hijacking @aaclayton’s topic. Keep up the good work with TF, you guys are really flourishing!
Here’s to the Elder Scrolls Online. *Takes a drink*
I also found a really nice plugin here that seems to do the job. Is that the one you’re referring to?
Well.. after doing a little research and not finding anything about that feature (and also wondering how it was there in the first place?), I was able to find a plugin that does the same thing that I was looking for:
https://wordpress.org/plugins/buddypress-activity-privacy/
Hi @funmi-omoba, @bp-help, @hnla
Thank’s funmi omoba for the post, i want tell you that the first version of plugin is now available for download from wordpress repo :
https://wordpress.org/plugins/buddypress-wall/
I Hope the Buddypress users will enjoy the plugin.
Any suggestions are welcome.
Regards,
@iconimagery Not a BP issue at all. WordPress 3.6 has jQuery version 1.10.2
A WP theme or plugin should use jQuery version in WP core.
https://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list?replies=5#post-4484014
@mercime is right this is a javascript issue, cropping function conflicts with some code or plugin, happily I have discovered yesterday the same issue immediately after installing ajax message box in single.php from this site http://flintmaker.com/code/jquery-fade-message-in-or-out/ which I wanted to use to greet people with ajax message conditionally by knowing where are they from (using maxmind geoip which already works) and if they come from search engines, after removing that
line
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
from header.php cropping function start to work again, on wordpress.stackexchange.com are many answers (one of them cropping related and most of them speaks about this solution in code below in functions.php or bp_custom.php what are solutions which doesn’t work for me too 🙁
// Javascript conflict
function mytheme_enqueue_scripts() {
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2');
wp_enqueue_script('jquery');
}
add_action('wp_enqueue_scripts', 'mytheme_enqueue_scripts');
Hopefully @mercime should help me how to avoid this js conflict, I am unfortunately not able to use ajax-admin.php instead jquery as most people there advice to use.
WP 3.6 and BP 1.8 beta2 and I use bp default theme
@leonardlapena glad you resolved the issue. Marking this topic as such.
As for BP themes, I roll out my own BP Default Child themes. Nearly all WordPress themes are compatible with BuddyPress. Issues arise in some premium themes which have proprietary templating systems which lock in the user to the theme at times. Some of those could be resolved by the theme author, some not.
@techknowledgic upon further check, the problem is that your theme is loading the old jquery 1.7.2 version from Google
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
while WP/BP are using jQuery v1.10.2
<script type='text/javascript' src='http://www.techknowledgic.com/wp-includes/js/jquery/jquery.js'></script>
This is a theme issue. Themes and plugins should use the jQuery version packaged with WordPress. Please contact theme author.
In the process of working on my BuddyPress site (Installing and Removing Plugins, etc.) the options for the user privacy setting totally DISAPPEARED! It also doesn’t show on the Update posting boxes. I don’t know where it went or how to get it back.. any help is appreciated! I am running the most current version of WordPress and Buddypress.
I am trying to create a way for the admin bar (in particular, the Notifications notifier) in BuddyPress to auto-refresh every x (probably 20) seconds using AJAX. If possible I’d also like to do this with the BuddyPress Private Message pages as well. Anyone who has an idea who to do this will be my favorite person of the day. c: I am running most current version of WordPress and Buddypress.
@maspegren you might want to check out the BP GTM System plugin https://wordpress.org/plugins/bp-gtm-system/ but it hasn’t been updated for some time.
Hi,
I want to build social website combining with classified, auction, and matrimonial (dating) features. I already have large amount of data for the social media website.
I want it build with wordpress and buddypress, but i have some issues that maybe come with the project.
1. I have large data of countries, cities, schools, etc, total more than 200,000 records. I want to add it to the site. I look into buddypress database and i’m not found tables for cities, countries, and similar. Is it has a different plugin for that features?
2. Is Buddypress has the addons for the classified, auction, and matrimonial (dating) features?
Thanks you 🙂