Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 37,426 through 37,450 (of 68,918 total)
  • Author
    Search Results
  • Nahum
    Participant

    I’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/2964

    What 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?

    #118161
    Boone Gorges
    Keymaster

    When’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

    #118160
    JHMProject
    Member

    Thank you Paul. Much Appreciated. I turned off the WP_Debug and it worked. :) I look forward to 1.5. Now to figure out how to integrate Achievements and a way to use Facebook authorization to let people sign up for the social network. :)

    #118159
    Boone Gorges
    Keymaster

    oops, 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

    #118158
    Boone Gorges
    Keymaster

    I was not able to reproduce either issue. When new users sign up, their display name is correct. And data is correctly synced back and forth between display_name and the BP name field.

    Have you changed the name of your Full Name field? What did you change it to?

    #118157
    sdls
    Member

    that totally helped me @boonebgorges thanks!.

    I’m trying to do something quite similar to Von. My goal is to create a new page, just like the
    buddypress forumns / groups / achievements setup where you have a table of contents with “view all” and “my ____”.

    Trying to integrate post content with this same setup…. sort of a “Browse all Posts” … “Browse My Posts”…. in the same format. This is both to take advantage of those nice little ajax togglers that modify the loop based on the ajax query…. but also to maintain visual consistency across the site.

    Using page templates a new table of contents has been created for these posts “post/index.php” and “post/post-loop.php” using the exact same HTML and CSS as the BP template…. so it looks good… same format..

    So…. you can toggle between “All Posts” and “My Posts”… but of course, the HTML and

    id’s are hooked into the original ajax loop mods for forumn/index.php, so when you click on it it loads the original loop for “All Forumns” and “My Forumns”.

    So first off…. trying to understand the Ajax call FROM the page… and I need to create a NEW one that triggers “All Posts” and “My Posts” correctly when the links are clicked on… Looking through bp_dtheme_ajax_querystring() in bp-themes/bp-default/_inc/ajax.php… wow this looks complicated.

    creating another action?
    add_action( ‘wp_ajax_posts_filter’, ‘bp_dtheme_object_template_loader’ );

    ANy help would be greatly appreciated!

    #118156
    Paul Wong-Gibbs
    Keymaster

    Turn of WP_DEBUG, or lower your PHP warning settings, or wait a couple of weeks to get BuddyPress 1.5, where we’ve fixed all these issues.

    #118155
    juanmaguerrero
    Participant

    @foxly oops, my mistake, jet events seems to activate fine but the event creation system appears to be broken. I can see my “appointed to” events and else but not access the main creation page/list. sorry!

    #118154
    juanmaguerrero
    Participant

    @foxly I can see in your spreadsheet that Jet Events System is listed as “fail” to work with BP 1.5, but I just tested it and it works fine for me :) perhaps the tester forgot to click on “update database/templates” buttons? can you clarify this? thanks!

    #118153

    In reply to: support forum

    matuh
    Participant

    I want bbPress and BuddyPress to work simultaneously. I can get bbPress to work OK, but when I install BuddyPress, it’s not working anymore. Tried the Forums setup in BuddyPress admin, but it doesn’t do anything.
    Would like to have the same system as: http://testbp.org/discussion/

    #118149
    @mercime
    Participant

    == Then what is the problem with BuddyPress Enabled site? ==

    Nothing. “Site Creation Wizard” plugin hasn’t been updated since WP 3.0.4 and while it may work for you in current WP version, the BP version then was 1.2.6/1.2.7 and a lot has been changed since those versions to current BP 1.2.9.

    Have you posted this in WP.org forums or contacted plugin author?

    #118148
    Caderial
    Participant

    I 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?

    #118144
    juanmaguerrero
    Participant

    I found what’s triggering the Issue. I had changed the names of the profile fields from the admin menu (which should not break this anyway :P ). Changed the Profile Field Group “Base” and the default input “Name” for “Info” and “Full Name” respectively. That broke the saving data system.

    Hope the core developers cant fix this, thanks!

    #118143
    @mercime
    Participant

    Create a BP child theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    Copy over header.php from bp-default theme to your new child theme folder

    Open up header.php and make changes there, save and upload child theme folder to server and activate.

    #118141
    Chido
    Member

    I’m using BuddyPress default.

    #118133

    thank @mercime just done this by adding class and ref it in css

#118125
Sofian J. Anom
Participant

@DJPaul , I’ve make a ticket: https://buddypress.trac.wordpress.org/ticket/3467.
You’re welcome.

#118124
Paul Wong-Gibbs
Keymaster

That does exist in BP 1.5.

Did you somehow switch the theme to BP-Default *before* activating the plugin? Or, after activating the plugin, did you complete the BuddyPress set up wizard? (it should have displayed a note at the top of the screen after activating the plugin, with a link)

#118123

I have to go now, but I will post later on when I get back to this. Thanks for your help so far :) really appreciated!

#118122
@mercime
Participant

Go to pastebin.com and paste the code there. Click submit and post the generated URL here. Cheers.

#118121
modemlooper
Moderator

No plugin for BuddyPress that has this function and I doubt anyone ever will create it. Very specific need.

#118120

Some of code in the post got erased sorry!

#118119

Thanks 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 );

?>

#118118
Paul Wong-Gibbs
Keymaster

If 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

#118116
@mercime
Participant

delete activity
`
<li class=”selected”>
<a href="//” title=””>

`

and groups link

`<li class=”selected”>
<a href="//” title=””>
`

Or, you might consider changing main navigation to a custom menu http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus

Viewing 25 results - 37,426 through 37,450 (of 68,918 total)
Skip to toolbar