Search Results for 'wordpress'
-
AuthorSearch Results
-
August 12, 2011 at 2:55 am #118251
In reply to: Frisco Child Theme
Micheal Kennedy
ParticipantI just got the latest version a few hours ago. For me, the menu only looks okay if I don’t assign a menu to the theme in Appearance > Menus > Theme Locations. If I do set it, then it looks like it does in my image above.
Also, in the backend, I’m seeing this message:
“You’ll need to activate a BuddyPress-compatible theme to take advantage of all of BuddyPress’s features. We’ve bundled a default theme, but you can always install some other compatible themes or update your existing WordPress theme.”Also, in your profile > Activity tab > Personal (when viewing another member’s profile) / Mentions / Friends / Groups, there is no spacing above the first activity stream item
That’s all I could find!
Good job!August 12, 2011 at 2:01 am #118244Stigmartyr
Member@frizzo – sounds like you are looking to implement WPMU (multisite)

Here is a link to help get you started: https://codex.wordpress.org/Create_A_Network
The way I’m doing it, our main buddypress site is the master domain, all users from that site can use their accounts around any of our sub-blogs or domains. There’s even a premium plugin for domain name support so you’re not just limited to a subdirectory.
Hope this helps!
August 12, 2011 at 12:34 am #117047In reply to: Expire passwords
r-a-y
KeymasterOne way is to change all your user’s passwords with some generic-only-you-will-know password.
Then a user is forced to reset their password when s/he attempts to login next time.Read this post for some pointers (especially the ninja section):
http://digwp.com/2009/10/five-ways-to-change-your-wordpress-password/I should state that BuddyPress runs on top of WordPress, so this is technically a WordPress issue.
August 11, 2011 at 7:26 pm #118221In reply to: Admin Bar, lost a valuable feature
Paul Wong-Gibbs
KeymasterThat’ll either have been the BuddyBar, from BuddyPress, or perhaps the admin bar from WordPress 3.1+.
August 11, 2011 at 12:53 pm #118209In reply to: BuddyPress 1.5 compatibility for plugins and themes
Paul Wong-Gibbs
KeymasterI’m not sure if it’s good to fail a plugin purely because it has PHP warnings revealed with WP_DEBUG. Those warnings, if output to HTML rather than a log, can also cause problems with the rest of the plugin. We’re checking for BP 1.5 compatibility, not whether a plugin meets WordPress’ coding standards. Thoughts?
August 11, 2011 at 8:26 am #118201In reply to: Buddypress compatiblity with WordPress themes?
@mercime
ParticipantAugust 11, 2011 at 1:16 am #118182In reply to: Website crashed twice using BP
Boone Gorges
KeymasterWhat do you mean that the website “crashed”?
It’s highly, highly unlikely that BuddyPress would have caused you to lose any data. If, after activating BuddyPress, your screen goes white, it usually suggests that you have insufficient memory on your server. In that case, simply navigate to wp-content/plugins with an FTP client, and delete the buddypress folder. WordPress stores content separately from its program files, and your data is still safe.
Here is a very helpful codex page on “blank screens”, which is what I assume you mean by “crashed”: https://codex.buddypress.org/troubleshooting/blank-pages/
August 10, 2011 at 11:37 pm #118176In reply to: Favorite blog post
Tammie Lister
ModeratorSome may or may not fit what you are after here https://wordpress.org/extend/plugins/tags/favorite
August 10, 2011 at 11:33 pm #118174Tammie Lister
ModeratorNot tried it but using usual WordPress function logic wouldn’t user_id=1,6843 work?
August 10, 2011 at 10:46 pm #118171In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
Participant@boonebgorges I just added the changes shown on https://buddypress.trac.wordpress.org/changeset/4939 and it worked JUST FINE!!!! thanks a lot, man, really! Excuse my ignorance but what is the repo url of this “more-fixed-version” of bp? so that I can checkout this and test “up-to-date”
thanks again!August 10, 2011 at 8:49 pm #118162Nahum
ParticipantI’m revisiting this thread only because it happened to me again and the wp_bp_user_blogs table goes crazy with adding the superadmin to all sites and makes some subscribers of site as belonging to the site. And then some sites disappear from the table all together making them not appear in the My Blogs menu.
I came across these this week and I couldn’t help to think they might be related to this.
https://buddypress.trac.wordpress.org/ticket/3328
https://buddypress.trac.wordpress.org/ticket/2964What does the wp_bp_user_blogs responsible for exactly? is it to assign blogids to userids that are admin of that site, or any role on the site?
August 10, 2011 at 8:42 pm #118161In reply to: BuddyPress 1.5 user fullname save/show errors
Boone Gorges
KeymasterWhen’s the last time you svn upped your installation? Or are you using one of the BP 1.5 betas? I’ve been told that this issue has been identified and fixed since BP 1.5-beta-2: https://buddypress.trac.wordpress.org/ticket/3469#comment:1
August 10, 2011 at 8:33 pm #118159In reply to: BuddyPress 1.5 user fullname save/show errors
Boone Gorges
Keymasteroops, you answered my question before I asked it

Yes, that sounds like a bug. I have opened a Trac ticket, which you can follow for updates: https://buddypress.trac.wordpress.org/ticket/3469
August 10, 2011 at 5:38 pm #118148In reply to: Login Issues Redirect and Homepage
Caderial
ParticipantI don’t have any Caching plugins installed if that’s what you mean, otherwise i haven’t made any changes to anything on the default wordpress or Buddypress install. Should i be using some sort of Cacheing? Might this resolve my issue?
August 10, 2011 at 5:02 pm #118146August 10, 2011 at 9:59 am #118125Sofian J. Anom
Participant@DJPaul , I’ve make a ticket: https://buddypress.trac.wordpress.org/ticket/3467.
You’re welcome.August 10, 2011 at 7:16 am #118119In reply to: how to remove a page from buddypress nav menu
porkchops1987
MemberThanks for your reply i started with a new theme and was able to just comment them out. I have now coded in one of the pages where i want it (in front of members) and i have used a plugin to remove the WordPress created page (of same name). However now when i select it it does not indicate on the menu as being the currently selected page.
( bp_is_page( BP_PROJECTS_SLUG ) ) : ?> //i think this statement is wrong because —->
THIS DIDNT WORK PROPERLY I HAD TO CODE IN LINK MANUALLY
<li class=”selected”>
<a href="//” title=””>MANUALLY
<li class=”selected”>
<a href="/projects/” title=””>( bp_is_page( ‘projects’ ) ) : ?>
( bp_is_active( ‘projects’ ) ) : ?>
i tried all these conditions but it still doesnt work.
i have also used this code in my functions.php (its from another forum post, maybe i havent used it right?) —->
<?php
/*Define slugs*/
define(‘BP_PROJECTS_SLUG’, ‘projects’); /* this will show up as http://yourdomain.com/projects *//*Add slug as a root component*/
function page_setup_root_component()
{
bp_core_add_root_component( BP_PROJECTS_SLUG );
}
add_action( ‘plugins_loaded’, ‘page_setup_root_component’, 2 );/*Show defined slug*/
function bp_show_page() {
global $bp, $current_blog;if ( $bp->current_component == BP_PROJECTS_SLUG && $bp->current_action == ” ) {
bp_core_load_template( ‘projects’, true ); /*replace example with the name that of the template you upload*/
}
}
add_action( ‘wp’, ‘bp_show_page’, 2 );/*For extra functionality you can add a title for that page*/
function page_titles( $title, $b ) {
global $bp;if ( $bp->current_component == BP_PROJECTS_SLUG && $bp->current_action == ” ) {
$title = __( ‘Projects’, ‘buddypress’ ); /*change Example with what you want the title of your page to be*/
}
return $title;
}
add_filter( ‘bp_page_title’, ‘page_titles’, 10, 2 );?>
August 10, 2011 at 6:54 am #118118Paul Wong-Gibbs
KeymasterIf BuddyPress is activated sitewide, I guess BuddyPress should prevent access to any non-root site’s registration page. If it doesn’t, please would you make a ticket on http://buddypress.trac.wordpress.org so we can get it looked at in a future release. Thanks
August 10, 2011 at 2:47 am #118105@mercime
ParticipantI recall seeing that issue in WP.org forums for WP 3.2 and it was fixed for WP 3.2.1 with BP 1.2.9. One of plugins by WP core devs could also help you https://wordpress.org/extend/plugins/hotfix/
August 9, 2011 at 6:08 pm #118076In reply to: french date in profile fields
Paul Wong-Gibbs
KeymasterThis has been addressed in BuddyPress 1.5; see how we did it — https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template.php#L166
August 9, 2011 at 1:36 pm #118059In reply to: Frisco Child Theme
David Carson
Participant@PJ Are you using the latest BP trunk? https://buddypress.trac.wordpress.org/browser/trunk
And are you using the latest theme from here – https://github.com/davidtcarson/frisco?
August 9, 2011 at 1:12 pm #118058aces
Participanthttps://wordpress.org/extend/plugins/google-sitemap-generator/ works with buddypress. You can add your buddypress forums etc in the settings page
August 9, 2011 at 2:03 am #118027In reply to: BuddyPress 1.5 compatibility for plugins and themes
@mercime
Participant@suchaqd no, you didn’t both your install. https://buddypress.trac.wordpress.org/ticket/3389
August 9, 2011 at 2:03 am #118026In reply to: BuddyPress 1.5 compatibility for plugins and themes
@mercime
Participant@suchaqd no, you didn’t both your install. https://buddypress.trac.wordpress.org/ticket/3389
August 8, 2011 at 8:15 pm #118006In reply to: BuddyPress 1.5 compatibility for plugins and themes
John James Jacoby
Keymaster@foxly – Any chance you kind folks can test the plugins with menu issues against this patch?
https://buddypress.trac.wordpress.org/attachment/ticket/3454/3454.patch
-
AuthorSearch Results