Search Results for 'buddypress'
-
AuthorSearch Results
-
October 27, 2009 at 2:50 pm #55271
In reply to: autocomplete not functioning when composing message
bgilbreath
ParticipantHello all,
So I figured out what was breaking my autocomplete.
I have two blogs set up on mu using virtual sub-directories instead of subdomains.
The first blog is on the root using the default theme and acts as an outside blog (blog id=1) and the buddypress theme is on another blog for a private area (blog id=2). By doing this, I can have 1 wp-admin with a public and private area.
However, by changing the blog id in the bp-core file from 1 to 2 on line 20 for buddypress, it breaks the autocomplete ; but everything else works fine. i believe this is a bug …but if anyone has any suggestions on how to fix this please let me know.
October 27, 2009 at 2:36 pm #552685163192
InactiveThere is nothing in our logs and we have tried…
1. Removing and reinstalling buddypress 1.1.2.
2. Disabling themes and activating other non buddypress themes. The get blog link then worked but not for buddypress.
3. Creating a blog from the Me/Blogs/Create. Worked fine.
It appears to be the “Get a Blog” link somehow. Last week is was working before we updated.
October 27, 2009 at 1:38 pm #55265Catherine
Participanti got it –
i had to copy the directories folder into my active theme from the buddypress parent theme
October 27, 2009 at 12:33 pm #55261Brajesh Singh
ParticipantUse Firebug,find the ids of the navigation element(anchro’s id) and add css in your theme with the bullet image as background.This is how it is done for default items.You can do the same.
October 27, 2009 at 12:18 pm #55260In reply to: where the hell are the forum management?
Paul Wong-Gibbs
KeymasterThis site works a bit differently.
Buddypress Forums are created when you create a group. If you have an existing group, go to that group’s admin panel and enable its forum.
Assuming you are using the default theme or a child theme, you should also have a forum navigation item on the main menu.
October 27, 2009 at 10:52 am #55258In reply to: Allow image plugin in forums
Paul Wong-Gibbs
KeymasterBBPress plugins won’t work with the method of integration that BuddyPress uses. You will have to port the plugin to work with WPMU and BudyPress or find someone to do it for you.
October 27, 2009 at 10:49 am #55256In reply to: bbpress administration page
Paul Wong-Gibbs
KeymasterThe regular BBPress administration page isn’t accessible when used with the BuddyPress integration method. This also means that BBPress plugins won’t work.
October 27, 2009 at 10:17 am #55253In reply to: bbpress administration page
Karin Johansson
ParticipantI´ve got exactly the same problem. I´ve got a fresh install of WPMU 2.8.4a and BuddyPress 1.1.1, no separate bbPress as I thought BuddyPress would perform that install for me.
This is what I get:
====
bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install
NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.
====
When I try to post a new topic in any of the forums I get:
“There was an error when creating the topic”
So I guess bbPress isn´t installed after all?
October 27, 2009 at 9:56 am #55251In reply to: New BuddyPress Geo plugin
Andy Peatling
KeymasterNice work!
October 27, 2009 at 8:13 am #55249deuts
Participant@ John James Jacoby, the code you provided I put on bp-custom.php under /wp-content/plugins/ directory (not ‘wp-plugins’), and it seemed to work fine. However, when putting the code at wp-config.php, it doesn’t work.
Thanks for the suggestion, at least I don’t have to always edit the bp-core.php everytime I upgrade my buddypress installation.
October 27, 2009 at 4:19 am #55246John James Jacoby
KeymasterWe didn’t ignore your threads, they were caught in Akismet and marked as spam.
@anointed, can you try adding that line into “wp-plugins/bp-custom.php” ?
It should work in wp-config.php or any other file that loads before BuddyPress does. The goal obviously is not to modify a file that’s replaced by core updates, so wp-config.php or bp-custom.php is safer than bp-core.php.
The code…
/* Define on which blog ID BuddyPress should run */
if ( !defined( 'BP_ROOT_BLOG' ) )
define( 'BP_ROOT_BLOG', 1 );Checks to see if BP_ROOT_BLOG was defined by any other file previous to BuddyPress loading, which is done inside the “plugins_loaded” hook which is in wp-settings.php, which is loaded after wp-config.php.
PM me again if your topics are marked as spam, and I can open them back up.
October 27, 2009 at 3:17 am #55244Anointed
Participant@Deuts — Thank you, took 2 seconds and the problem is solved. I have no idea why all the mods here just ignored my threads, but at least you were kind enough to point me in the right direction.
@mods— you should update the install directions on https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
IT says to do it in wp-config not bp-core…. that one ‘misstatement’ cost me so many hours of wasted time that I was about to dump bp altogether and go back to elgg…
Now at least I can start working on bp.
thanks again
October 27, 2009 at 2:47 am #55241deuts
ParticipantOr at least maybe in the next version, include this option in the BuddyPress General Settings.
October 27, 2009 at 2:10 am #55239In reply to: BuddyPress Privacy Component: An Update
21cdb
ParticipantI do understand your arguments, but i would also prefer it to be nested in “Settings”.
I spent some more time on the mockup and included the third column, just to see if it works.
http://img29.yfrog.com/img29/1253/settingsprivacymockup2.png
October 27, 2009 at 1:52 am #55238In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantThanks for the mockup and idea. Anything is possible. I do imagine that whatever privacy code makes it into Core, that it may appear under the Settings menu.
However, an argument can be made that this is a full-blown component, not unlike Groups, Profile, Blogs, Friends, etcetera. Therefore, it should be given equal status as such-especially since it is a very important feature. Most new users, maybe even some seasoned users, may not notice a privacy option in their settings menu. It is probably better to put it front and center.
Also, since there was no guarantee that my Privacy Component would be chosen to be the Core privacy version, I decided to offer a separate main-menu level like many other plugins do.
By the way, your mockup does not show the additional third column that appears only when a user selects the “These Users Only” option from the “Who Can View” drop down list. See the screen shot in the OP.
October 27, 2009 at 1:45 am #55237In reply to: Deactivate Buddypress caused blank page.
Jeff Sayre
ParticipantYou need to deactivate all BuddyPress-dependent plugins before you deactivate BuddyPress itself.
Did you deactivate the bpPicture Album plugin before you deactivated BuddyPress? If not, then that is more than likely what caused your problem.
Figured it out. To manually do this you need to go into your database and put this in your wp_sitemeta table under the field active_sitewide_plugins:
a:2:{s:24:”buddypress/bp-loader.php”;i:1254779318;s:12:”bp-album.php”;i:1254851888;}
What a given user would need to place in that particular sitemeta table record depends on what plugins they had activated. This is what you needed to do. It will not necessarily be what others would need to do.
The best way to handle this issue is to temporarily move all your plugins out of /wp-content/plugins/ and then log back into WPMU’s backend as Site Admin. Refresh the page, logout, and then move the plugins back. Log back in and you should be good to go. Your plugins will be deactivated and ready to be reactivated.
October 27, 2009 at 1:27 am #55236In reply to: Deactivate Buddypress caused blank page.
Mythailife
ParticipantFigured it out. To manually do this you need to go into your database and put this in your wp_sitemeta table under the field active_sitewide_plugins:
a:2:{s:24:”buddypress/bp-loader.php”;i:1254779318;s:12:”bp-album.php”;i:1254851888;}
FYI, the new update instructions don’t work. If you follow these instructions you might get a blank page so make sure you do your backup of your database before running it.
October 27, 2009 at 1:24 am #55235In reply to: BuddyPress Privacy Component: An Update
21cdb
Participant@Jeff: It would be great if “Privacy” could be a menu point within “Settings” and not another main menu item. Otherwise the userbar is getting more and more cluttered. I know this is kind of difficult task, but maybe it is possible in some way. I did a concept about a possible solution -> http://img243.yfrog.com/img243/2700/settingsprivacymockup.png
October 27, 2009 at 12:54 am #55234In reply to: Deactivate Buddypress caused blank page.
Mythailife
ParticipantBecause everything is white page, I have to manually activate BP. How do you do that via the database?
October 27, 2009 at 12:13 am #55233In reply to: Time line for BuddyPress
Anonymous User 96400
InactiveHere ya go: https://buddypress.org/about/roadmap/
October 26, 2009 at 8:24 pm #55230In reply to: Firefox and IE show different on home page
Mark
ParticipantI tested my site with ie7 and ie8. I could not recreate the issue of the home page left column appearing below the middle and right column on my site (but I did observe this behavior with ie7 on buddypress.org). No other issue mentioned above was observed on my site (except for the one noted below). As I mentioned, I did see this behavior on a public computer/kiosk using IE (given my comments below, it seems more likely that it was ie7).
You can see (or at least I can) a similar issue regarding the left column loading below the right column when using IE7 at http://buddypress.org (this site). Visit the ‘About’ and ‘Demo’ links (not the actual demo site). There are only 2 columns but the left appears under the right column with ie7.
The one issue I was able to recreate on my site was the floating submenu when using the WordPress Default 1.6 Blog Theme. No problem with ie8 but with ie7 the buddybar submenus under ‘My Account’ or ‘My Blogs’ float to the right. I logged into http://testbp.org and created a blog with the default theme and found the same behavior when using ie7.
I don’t think my specific site offers any insight since the issues that can be recreated are evident on buddypress.org and testbp.org (when logged in and using the default blog theme). I find it curious that others aren’t reporting this behavior as it should be easy to replicate.
October 26, 2009 at 7:39 pm #55228Jeff Sayre
ParticipantYou’re welcome!
I’m setting this to resolved. If for some reason you’re still having issues, as the originator of this post, you can always set it back to “not resolved”.
October 26, 2009 at 7:33 pm #55227capitalistdog
ParticipantThank you both very much for your speedy replies! I am now on the right track, and owe it all to you.

@Jeff, I have read the readme, but for some reason this simple problem had stumped me.
Thanks again!
October 26, 2009 at 6:44 pm #55225Paul Wong-Gibbs
KeymasterIf you haven’t already, copy bp-themes/bp-default and /bp-sn-parent to the normal WordPress theme directory (/wp-content/themes).
/wp-content/bp-themes/ is for a previous version of BP themes. Unless you know why you might still want to use it, make sure that /wp-content/bp-themes/ does not exist (i.e. delete the folder) else BP will get confused.
Activate the bp-default theme, put it on your main WPMU blog and it should work.
EDIT: Jeff won!
October 26, 2009 at 6:40 pm #55224Jeff Sayre
ParticipantThe default BP themes are initially located in the /bp-themes/ directory. Although you do not technically have to move them from that location before activating BuddyPress, you will not have access to them until you move the /bp-default/ and /bp-sn-parent/ folders into the /wp-content/themes/ directory.
Once those two theme folders are moved to the proper place, you then need to log into WPMU as Site Admin and do step 5 under “Installing BuddyPress” here:
Always read the readme.txt files that come with both WPMU and BuddyPress. All the basic information you need to successfully install them and get them working can be found there. More detailed information can be found on the BuddyPress Codex–like the link I provided above.
-
AuthorSearch Results