Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,151 through 58,175 (of 94,540 total)
  • Author
    Search Results
  • mojoey
    Member

    site url: http://www.healkick.com/buddypress

    I just installed the global forum plugin and entered the following code to my functions.php file to merge group forums with the standalone global forum per Brajesh’s instructions: add_filter(“gf_get_root_forum_id”,”gf_no_restriction”);
    add_filter(“gf_excluded_forums”,”gf_no_restriction”);

    function gf_no_restriction(){
    return 0;
    }

    After adding the code to function.php, I successfully merged the group forum and global forum. However, now I can’t log into my site’s wp-admin. IT shows the following error:
    Warning: Cannot modify header information – headers already sent by (output started at /home8/healkick/public_html/buddypress/wp-content/themes/Twilight/functions.php:13) in /home8/healkick/public_html/buddypress/wp-includes/pluggable.php on line 736

    Any ideas?

    #110696
    JValero
    Member

    Well I was hoping someone would post a shorttag that I could use but I just wrote a PHP script to achieve the results I was looking for. Just in case someone else is looking to do the same here is the script I used:

    <?php
    // Set  id based on pagetitle or url for BP pages.
    $url = $_SERVER;
    $pagetitle = wp_title("","0");
    $pagetitle = strtolower(str_replace(' ', '', ltrim($pagetitle)));
    if (strlen($pagetitle) == 0 && $url == '/sbs/groups/') {
    $pagetitle = 'groups';
    } elseif (strlen($pagetitle) == 0 && $url == '/sbs/forums/') {
    $pagetitle = 'forum';
    } elseif (strlen($pagetitle) == 0 && $url == '/sbs/') {
    $pagetitle = 'home';
    }
    ?>

    How it works: It will take the pagetitle and strip it down into a web standards friendly id and insert it into the tag. If the page does not have a pagetitle set, like for example like the forums and groups pages in Buddypress then it will set a id based on the URL.

    So to insert the custom body tag id you put in <body id=&quot;">

    Hope this helps someone.

    Paul Wong-Gibbs
    Keymaster

    wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js <- all of the default theme javascript

    gregfielding
    Participant

    Here’s my list of possibilities:
    wp-includes/js/l10n.js
    wp-includes/js/prototype.js
    wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js
    wp-includes/js/scriptaculous/wp-scriptaculous.js,wp-includes/js/scriptaculous/builder.js
    wp-includes/js/scriptaculous/effects.js
    wp-includes/js/scriptaculous/dragdrop.js
    wp-includes/js/scriptaculous/slider.js
    wp-includes/js/scriptaculous/controls.js

    Brooker
    Member

    Hello,

    I tried this with the private buddypress and private community plugins but Im having a problem with both plugins… when user types the url without the “www” they get ridirected to register page… I have been researching and trying for a week now and no luck…

    is there a way to put a filter in buddypress so only homepage and register page are allowed for non logged in users?

    HELP!

    mistercyril
    Participant

    Hello,

    I’ve run into something strange.
    I’ve created custom profile fields and noticed that “select-box” field types aren’t being found by the search.
    Yet if I create “text” fields then the content is being searched and found when performing a search in the members-loop.

    Does this mean BuddyPress can’t read content in the profile fields if they aren’t a plain text value? The content in my select box is made up of very simple texte (lawyer, doctor, politician, revolutionary, dictator, geek…).

    Has anyone encountered this? Do you know of a solution?

    Thanks a bunch,
    C.

    #110683
    Eddie
    Participant
    exone
    Member

    Hello, I just started running buddypress on theexmines.com, and love it.
    Theexmines is a minecraft-server/community, and I’d like to change the way avatars is displayed.

    When getting a members avatar, this should be called:
    “player-avatar.php?player=&s=3” <– this outputs a .png. (The avatar I want)

    Where should I edit this in? I’m not at all an experienced php coder, but I have been looking but can’t find anything.
    Any help would be appreciated.

    #110667
    Menelik Seth
    Member

    This is inspiring :) two years eh? I’m just getting my feet wet with BuddyPress, and I’m trying to work towards something similar (a custom theme that I want to build to suit my own specific needs, but then give to the community for free). I look forward to trying out your theme, and who knows maybe build some child themes based on it.

    Now back to coding I go.

    JValero
    Member

    Hello Everyone,

    I did a quick search and didn’t see any threads about what I am trying to accomplish.

    I am working on a custom nav menu for Buddypress. Each tab on the menu has a different color associated with it and the desired functionality is that when hovering over that each tab it will display the proper color and will also display the color as a signpost while each page is active. I have accomplished this for every page except for the Group and Forum (BBPress) pages. I created a script and added it to the header which dynamically inserts an id to to each pages tag, but for the group and forum pages it sets it as home. That is because the script I have automatically sets any page without a title to home as a failsafe. How do I add a pagetitle to these two pages? What files do I need to edit?

    #110664
    valuser
    Participant

    In subdirectory network – Multisite with subdirectories http://examplesite.com/ – http://examplesite.com/subsite1 – http://examplesite.com/subsite2 – http://examplesite.com/subsite3 etc etc. and say with define ( ‘BP_ROOT_BLOG’, 3 );? in the wp-config file Should buddypress plugins like say “bp profile map” be network activated or activated in subsite 3 in order to get them to work or does something else have to be done. Any help very much appreciated

    #110663
    fgilbane
    Member

    Hi:
    I am running wp 3.1.1 and buddypress 1.28 in live beta. I am having what sounds like a similar problem. I can create groups fine, and post updates fine. Forums are turned on and enabled, including in the group checkbox.
    When I post a new topic, I get the “There was an error creating topic” and “There are no posts for this topic”. The url is …/groups/forum/topic// which looks suspicious to me. But then when I click on the Forum tab, all topics and groups are listed, but again, when I click on the topic title I get the “There are no posts for this topic” msg. The url is of the form … /groups/group-title/forum/topic/forum-title/.
    If I click on the Forum tab and then a group title, I am brought to the forum and it lists the topics and the url looks like …/groups/group-title/forum/, and I see the “Post a new topic” form. And again, when I click on the topic title I get the “There are no posts for this topic” msg. This time the url is of the form … /groups/group-title/forum/topic/topic-title/. When I again post a new topic, I get the “There was an error creating topic” and “There are no posts for this topic”. url is …/groups/group-title/forum/topic/topic-title/.
    If I click on My/Groups or on the group list in the sidebar I can post updates and replies Ok.

    So, everything seems to be there, but the navigation seems messed up and too confusing for anyone to use. Because this is still a beta site I tried deleting all groups/forums disabling them, deactivating most everything, including buddypress, and I have re-installed bbpress and the configure file is in the wp root dir. a few times. It is possible I installed a new bbpress one of those times instead of using the existin bbpress that came with buddypress. Any suggestions greatly appreciated!

    #110662

    In reply to: logout redirect?

    Brooker
    Member

    it doesnt work as I want it to work…”For the user not logged in backend, BuddyPress already redirects them to main site on logout”
    it says that Buddypress already redirect to main site on logout.. but mine doesnt.. it goes to wordpress logout first…

    #110661
    tindell
    Member

    I can’t believe I’m going through this all because buddypress doesn’t support post thumbnail. An it’s not the only issue I’m having either. Buddypress is great providing you don’t want to change anything expect a few colours.

    #110660
    @mercime
    Participant

    Thank you @hnla

    @magcindy you place the import line in your WP theme’s style.css file.
    The registration page is now by default at http://yoursite.com/register

    #110654
    kuker
    Member

    thanks for the reply!
    but that isn’t exactly what I need.. I want to show the blog post and below it the information on the group with the same name
    ideally I would like to use the buddypress template tags on the main wordpress template files and get the information for a specific group
    like

    #110653
    Hugo Ashmore
    Participant

    It’s alright mercime was just having one of those moments :p

    the @ import was automagically converted to an ‘at mention’ link (this forum really needs a proper code display ) I’ve edited the post and added a space between @ i

    If you look at the main style file in bp-default you will see how it imports the various stylesheets required you need to do this but using directory notation to navigate back up the directory tree to find the bp-default file

    Boone Gorges
    Keymaster

    I’m looking at the annotated revision log https://trac.buddypress.org/browser/branches/1.2/bp-blogs.php?annotate=blame&rev=4066 I can see why Subscriber blogs aren’t showing up. What I *can’t* see is why they ever should have been. It looks to me like the code has always intended for Subscriber blogs to be excluded. A recent change in WP blog role management must have made the code finally fulfill its intended purpose.

    How to fix: You could write a short plugin that runs every time add_user_to_blog fires, and adds the blog to the BP user’s list using bp_blogs_record_blog(). Ideally there would be a more configurable way to make this work; it’s worth an enhancement ticket on trac.

    The short plugin would work something like this. Totally untested.
    `function bbg_add_subscriber_to_blog( $user_id, $role, $blog_id = false ) {
    global $current_blog;

    if ( empty( $blog_id ) )
    $blog_id = $current_blog->blog_id;

    if ( $role == ‘subscriber’ )
    bp_blogs_record_blog( $blog_id, $user_id, true );
    }
    add_action( ‘add_user_to_blog’, ‘bbg_add_subscriber_to_blog’, 15, 3 );`

    The other part of the equation is to sync the whole shebang, which will have to be done once. Something like this (also untested) might work:
    `function bbg_record_existing_blogs() {
    global $bp, $wpdb;

    if ( !is_super_admin() )
    return false;

    /* Truncate user blogs table and re-record. */
    $wpdb->query( “TRUNCATE TABLE {$bp->blogs->table_name}” );

    $blog_ids = $wpdb->get_col( $wpdb->prepare( “SELECT blog_id FROM {$wpdb->base_prefix}blogs WHERE mature = 0 AND spam = 0 AND deleted = 0” ) );

    if ( $blog_ids ) {
    foreach( (array)$blog_ids as $blog_id ) {
    $users = get_users_of_blog( $blog_id );

    if ( $users ) {
    foreach ( (array)$users as $user ) {
    $role = unserialize( $user->meta_value );

    bp_blogs_record_blog( $blog_id, $user->user_id, true );
    }
    }
    }
    }
    }
    add_action( ‘admin_init’, ‘bbg_record_existing_blogs’ );`

    Be forewarned that the latter function should only be run once; comment out the add_action() after it’s done its work. And it’ll only run if the Super Admin visits a Dashboard page. And it might be resource intensive, as it will recheck blog membership for every blog on the system. Use at your own risk.

    #110647
    magcindy
    Member

    I discovered I had not added the BP Template pack plugin which I have now done. The admin links in the footer are gone, however, I cannot find the original links to the registration pages.

    Also, I’m not sure where the import you reference above is placed.

    #110644
    @mercime
    Participant

    === all the possible available (BP I think) links appear in the far left of the bottom of the footer. ===

    I believe you’re referring to the BP Admin Bar. I assume you used the BP Template pack plugin to make your WP theme compatible with BP. You will also need to load the styling for BP admin bar via @import.

    `/*
    Theme Name: Name of your Theme
    … etc
    … etc
    … etc
    */

    /* Load the default admin bar styles */
    @ import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );`

    ultimateuser
    Participant

    I get the above error when I don’t complete the subject OR message field. Why doesn’t buddypress allow sending messages without a subject?

    #21478
    magcindy
    Member

    I am in school serving an internship. I have implemented WordPress with BuddyPress and the free PagesLines template.

    Everything looks great with the exception that upon sign-in, all the possible available (BP I think) links appear in the far left of the bottom of the footer. They all scroll off the page.

    I cannot find anywhere to turn this off.

    I installed WordPress, then BuddyPress, then the default template, then Pagelines so I could add the features the client wanted. Can anyone point me in a direction to look and resolve this problem? Thanks in advance.

    #110640
    Luciano Passuello
    Participant

    I’m also interested in this. Since people often create forum topics in the wrong groups, it’s not usual to have to move them around (using @dwenaus Topic Mover plugin). Moving the topic breaks links to it (in notification emails, activity stream, etc.)

    Any suggestions on how to change the slug or how to somehow avoid this problem of broken links for moved forum topics?

    Virtuali
    Participant

    What do you want to be in the links page?

    Use the buddypress links plugin https://wordpress.org/extend/plugins/buddypress-links/ it adds that tab to groups

    skateage
    Participant

    Hey Buddypress!

    Im interested in changing the reply button for forum posts on the activity stream listing. Instead of having the “reply” button it would have a “View Post” button that would take you to the permalink of the forum post. Im not sure how difficult a task like this would be but i dont have the experience to figure it out by my lonesome.

    so…. instead of this:
    http://img641.imageshack.us/img641/199/replyn.gif

    It would say this:
    http://img842.imageshack.us/img842/8449/reply2.gif

    and take you here: http://www.skateage.com/groups/skateboarders/forum/topic/the-berrics-or-the-fantasy-factory/#post-140

    If someone has a solution or is willing to find one i would be thrilled to the point of explosion.

Viewing 25 results - 58,151 through 58,175 (of 94,540 total)
Skip to toolbar