Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 64,276 through 64,300 (of 68,969 total)
  • Author
    Search Results
  • #47681

    In reply to: Can’t select users.

    Jeff Sayre
    Participant

    You need to contact the plugin developers and ask them if they plan on supporting BuddyPress.

    #47678
    21cdb
    Participant

    Hey r-a-y,

    it seems it was a problem about when you trigger the remove and the add action.

    Therefor i put everything in its own function which apllies after every hook is triggered:

    // **** Custom BuddyPress admin-bar.css called my-admin-bar.css, stored in template directory ********

    function my_admin_bar_css() { ?>

    <link href=”<?php bloginfo(‘template_url’); ?>/css/my-admin-bar.css” rel=”stylesheet” type=”text/css” media=”screen,projection” />

    <?php

    $doing_admin_bar = false;

    }

    function trigger_adminbar_hooks(){

    remove_action(‘bp_adminbar_logo’, ‘bp_adminbar_logo’);

    remove_action(‘wp_head’, ‘bp_core_admin_bar_css’, 1);

    add_action(‘bp_adminbar_menus’, ‘bp_adminbar_custom_logo’, 1 );

    add_action(‘wp_head’, ‘my_admin_bar_css’, 1);

    }

    add_action(‘plugins_loaded’,’trigger_adminbar_hooks’,99);

    ?>

    I’m going to try your solution. Would be great to know how to apply the my-admin-bar.css only when the adminbar is displayed. I’m glad about your solution for the moment, but there should also be a more correct way for the future!

    #47674
    Roger Coathup
    Participant
    #47672
    Sven Lehnert
    Participant

    I installed it from the plug-in browser because of I couldn’t get it to work.

    If I move it to /wp-content/plugins/ the whole mu site is blank. just a white screen.

    #47671
    Jeff Sayre
    Participant

    Svenl77-

    It looks like you’ve improperly installed the Skeleton Component. You should not have a directory called /buddypress-skeleton-component/. That is just the packaging the component comes in.

    What you need to do is copy /bp-example/ and bp-example.php into /wp-content/plugins/ and then activate the plugin.

    #47670
    Matt Kern
    Participant

    Cool. Now maybe you can help me install bbpress if you got it going.

    What a headache.

    #47668
    nrp79
    Participant

    Now another error, when i try to add someone as a friend.

    Warning: Cannot modify header information - headers already sent by (output started at /home/futeblog/public_html/wp-content/plugins/buddypress/bp-friends/bp-friends-ajax.php:31) in /home/futeblog/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-signup.php on line 5

    I should say that this errors are appearing after i installed trunk-r1532 because of an error.

    #47666
    Jeff Sayre
    Participant

    Well, first of all, what are you trying to accomplish with that URL?

    I’m also wondering why you have set up your theme directory that way. Is the name of your custom BuddyPress member theme actually “buddypress-member”? Or, are you using the default BP member theme “bpmember”. Why is the member theme directory called /member-themes/ instead of /bp-themes/?

    If I go to

    http://wspinacze.pl/members

    Your site works fine.

    If I go to

    http://wspinacze.pl/wp-content/bp-themes/bpmember/images/message_thread_back.gif

    I don’t get an error. The gif image is white so it will not be visible on the default white background of your browser.

    If you still have issues, then read this thread.

    r-a-y
    Keymaster

    Jfcarter, this thread helped me:

    https://buddypress.org/forums/topic.php?id=1152

    I have posted what worked for me in that thread.

    3125432
    Inactive

    Hi Burt,

    Actually, the problem I was describing was being produced from that bpmember file and it was present in both the default theme and the facebuddy theme. I wasn’t trying to modify or change anything. It appeared to be a bug of some kind.

    As it was, due to another topic which I thought you and I had resolved, changing my username and then deleting the old one, came around and bit me after I deleted the old user name and was denied total and complete access to my installation. So I spent 3 hours late last night reuploading and installing Buddypress.

    Now the issue in this topic has disappeared but I still have not activated all of the plugins so I shall hold off on declaring this completely resolved.

    Thanks,

    Brian

    thebloghouse
    Participant

    Cheers Jeff – didn’t realise you needed to set the threads as resolved. Will do in future!

    #47635
    awl19
    Participant

    Matt, thanks for your reply. After I tried your suggestion I realized I made a horrible mistake during WPMU installation.

    The Permalinks are directed towards http://andrewliesenfeld.com/blogs/variableurl

    instead of http://andrewliesenfeld.com/site/variableurl

    that’s why all the links on the blog were working but not for BP.

    Since, I really haven’t involved myself much in developing it and instead just devoted my time to fixing it…I have no problems just re-installing WPMU + BP correctly and under the /site/ directory so there won’t be any problems.

    Thanks for your help!,

    Andrew

    #47633
    zeitweise
    Participant

    @seppolaatle112

    According to the recently published Buddypress roadmap (https://buddypress.org/about/roadmap/) privacy controls will be included in Version 1.2 – no date assigned yet.

    #47632
    Kunal17
    Participant

    Thanks Mike,

    I have been trying to figure out how to include that in the screen that comes up after a user enters their registration details and clicks next. Would you know what I have to edit?

    Actually the problem is not only with activation emails..all emails generated by buddypress (alerts about private messages etc) seem to be going to the spam folders.

    #47631
    @ChrisClayton
    Participant

    does anyone know if anythings happening with this?

    Mike
    Participant

    Oh man… that sounds like a mammoth of a project. Here’s the dealbreaker, though — and I speak from personal experience — if you’ve already got something else running in your root directory, it’s not gonna work. And it actually says so in the WPMU readme file…

    “If you want subdomain blogs, you must use the root of your site.”

    Assuming you didn’t have anything installed in your root, I’m pretty sure there’s no plugin/patch job that exists yet to hook up multiple installations of BuddyPress so that a single user could hop around from site to site. I suppose if they registered every time with the same username/password, they could just rely on the “saved password” feature most browsers already have — but that’s probably not what you’re looking for.

    #47629
    Matt Kern
    Participant

    Here’s a shot in the dark.

    Go to your permalinks setting page and resubmit it. You don’t have to change anything.

    I have found that has fixed some of my page issues when I was under the hood constructing new pages by hand.

    Just a thought.

    #47626
    seppolaatle112
    Participant

    Good one, P.S.. :)

    This one could be great using as a temporary solution. Does anyone of you guys know when this will be a feature in Buddypress? Days,? Weeks or mabye months?

    #47625

    In reply to: WP-Memory-Usage

    seppolaatle112
    Participant

    The plugin is working just fine with WPMU, but to be quite honest I don’t understand what good this one will do to a wpmu-installation running Buddypress.

    Gpo1, Why are you posting this? Can you explain what you think this plugin will give anyone? Just wondering cause I just don’t get it..

    #47623
    3125432
    Inactive

    Achieved partial success. Followed the site-wide.css advice mentioned in this forum by zeitwise and was able to eliminate the main profile ‘blogs’ nav item but the sub navigation ‘blogs’ component remains;

    found the most important clue so far in this file:

    wp-content/plugins/buddypress/bp-core/bp-core-templatetags.php

    on lines 56 – 104

    but still elusive.

    Tried following Tim Moore suggestion of bp-custom.php but that did not do anything.

    Tried following Enlightenmental1 suggestion of renaming bp-blogs.phpDISABLED but that turned off all blogs including the home blog which I still find useful.

    This coding seems to be all over the place. Any other ideas from anyone?

    Goal: eliminate the ‘Blogs’ in the Me menu and the Options or Other User menu. Have succeeded in hiding Blogs in the Me menu but no luck for the other two.

    Thanks,

    Brian

    #47621
    3180856
    Inactive

    I am using Buddypress 1.0.1 and added code:

    <img src=”http://www.smallinternetbusiness.com/wp-content/images/search_engine_optimization_consultant.jpg”/&gt;

    It only displayed the tag “<img>” instead of the image on the homepage.

    I noticed the above code is added to Buddypress 1.0.1. Any ideas on if I am doing anything wrong or is there a code widget problem

    #47620
    Jeff Sayre
    Participant

    21cdb-

    Congratulations! This has been a long haul for you.

    Why does the wpmu installer mention to not use 127.0.0.1?

    Haha! Good question. I have not installed a brand new instance of WPMU for awhile so I cannot remember exactly what the installer indicates. But, I don’t think it says don’t use 127.0.0.1. Does it?

    I believe it says use localhost.localdomain which if you do, the installer comes back and says, “WPMU only works without the port number in the URL.” So, when installing on a localhost environment–at least on a Mac–you’re stuck wondering what is going on.

    But, this is why using the local IP address worked. It is the actual address of the local machine mapped to the alias called localhost. So, by using this, you don’t need to include the port number.

    #47616
    21cdb
    Participant

    Hi Jeff,

    i set up everything again (deleted complete wpmu and database). I changed host from localhost to 127.0.0.1 as u described above, even if wpmu claims to not use localhost or 127.0.0.1 as host. Now everything ist working without a problem!

    Why does the wpmu installer mention to not use 127.0.0.1 ?!

    #47612
    Jeff Sayre
    Participant

    Okay, locking this thread as the answer can now be found here.

    #47611
    Jeff Sayre
    Participant

    Okay, locking this thread as the answer can now be found here.

Viewing 25 results - 64,276 through 64,300 (of 68,969 total)
Skip to toolbar