Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 24,101 through 24,125 (of 69,109 total)
  • Author
    Search Results
  • #150976
    Yuttadhammo
    Participant

    No, it definitely needs the wordpress added on the end… Without a logcat there’s not much I can say. Can you try accessing the plugin page http://www.site.de/wordpress/wp-content/plugins/bpxmlrpc/bp-xmlrpc.php with a browser?

    Oh, I think I forgot to mention that the plugin needs to be in the directory named bpxmlrpc as per the above URL… Oops.

    #150975
    shanebp
    Moderator
    #150964
    aces
    Participant
    #150955

    In reply to: Big Akismet Problems

    aaclayton
    Member

    Thanks for looking into this so quickly @djpaul. Appreciate your hard work 🙂

    Would you presume I can safely delete the 25,000+ akismet activity meta entries which are in my bp_activity_meta table without it causing any adverse effects?

    #150954
    Ben Hansen
    Participant

    not me but i would assume it would best to do it that way since that’s the way buddypress itself is activated i would have to assume any buddypress plugin would be designed to work properly with networks at one point buddypress was WMPU only if i’m not mistaken.

    Andres Felipe
    Participant

    Hi, any idea of this same with a Templatic theme? (sorry if I’m not posting where it should be)

    #150949

    In reply to: Big Akismet Problems

    modemlooper
    Moderator

    @djpaul

    What version are you running?

    #150947
    danbpfr
    Participant

    hi @diondeville,

    to change the profile menu (on the top right of the ToolBar)
    <code>
    function my_change_profile_tab_order() {
    global $bp;

    $bp->bp_nav[‘settings’][‘position’] = 10;
    $bp->bp_nav[‘activity’][‘position’] = 20;
    $bp->bp_nav[‘friends’][‘position’] = 30;
    $bp->bp_nav[‘groups’][‘position’] = 40;
    $bp->bp_nav[‘blogs’][‘position’] = 50;
    $bp->bp_nav[‘messages’][‘position’] = 60;
    $bp->bp_nav[‘profile’][‘position’] = 70;
    }
    add_action( ‘bp_setup_nav’, ‘my_change_profile_tab_order’, 999 );</code>

    Take care with quotes when copy/pasting from here ! 😉

    #150944
    ddebrich
    Participant

    okay

    my site url was

    http://www.site.de/wordpress/

    i change it into the right shema http://www.site.de/

     

    but now it says:

     

    org.xmlpull.v1.XmlPullParserException:

    unexpected type(position:

    END_DOCUMENT null @1:1 in java.io.

    InputStreamReader@4235a618)

     

     

    #150940
    danbpfr
    Participant

    The WP standard fields are not used, this is default usage with BP activated.
    But you can create your own custom fields on the profile.
    More about this here: https://buddypress.trac.wordpress.org/ticket/3335

    #150939
    danbpfr
    Participant

    oops, sorry, was code for the old buddybar. It’s  now called Toolbar and implemented by default on BP, but i don’t use it.
    Also, be a bit more explicit next time you ask for something. They’re many menus in BP. 😉

    Use this in functions.php (tested: works on WP 3.5/BP 1.6.3 MS)

    
    function admin_bar_remove_this(){
    global $wp_admin_bar;
    $wp_admin_bar->remove_node('my-account-forums-favorites');
    }
    add_action('wp_before_admin_bar_render','admin_bar_remove_this');

    The node id’s are all in the footer html of each page where the toolbar appears. This means you have to view the page source code to get the node id you want to remove.
    Menu items are in li tags and each li as a ID which begins with “wp-admin-bar-” followed by “-node-name”
    Other tips here: http://jeffersonsnewspaper.org/2012/tips-for-using-the-wordpress-admin-bar-with-buddypress/

    Legacy reference here:
    https://codex.wordpress.org/Function_Reference/remove_node
    https://codex.buddypress.org/developer/theme-development/modifying-the-buddypress-admin-bar/

    #150930
    artifex223
    Participant

    @ubernaut I know this thread is a few months old, but I thought I’d mention that yes, it is possible to modify your files to include the changes in the patch. Hacking core files is, of course, never recommended, since the changes will likely be paved over on the next update… but I really needed to get this change implemented, and only one of the functions had a hook built in. The way I see it, if I make these exact same changes, hopefully I won’t even notice a difference when the update comes out. Even so, I’ve made a note to review these two files when the update comes around.

    #150929
    danbpfr
    Participant

    hi @ridagold,

    your site links are not correct. Something is wrong in your settings or permalinks settings.

    ie: /nv-blogorporativo/index.php/activities should be /nv-blogorporativo/activities

    When you create a new page, you should have something like:

    example.com/page_name

    And for the BP components mandatory pages

    example.com/activity/
    example.com/groups/
    example.com/members/
    and so on…

    When you create a page, what do you see in the permalink slug under the title box  ?

    #150927
    danbpfr
    Participant

    Hi,

    @mercime, your code gives a warning about array merge.

    Tthe blog comment form is not BP dependant, but is WP stuff. So you can use a WP filter in this case.

    Insert the  code below into the child theme functions.php (not bp-default functions.php because you will loose your change at the next BP update)

    <code>add_filter( ‘comment_form_after’, ‘blabla’ );
    function blabla () { ?>
    your text here !
    <?php
    }</code>

    #150916
    remixines
    Participant

    @mercime It’s works !

    I just have a last problem of sidebar, i think you’ve missed something on the tutorial.
    There is a comment on your post where Steve say that he has

    “move the sidebar call between the “end padder div” and “end content div” tags for all bp page templates”

    But as i’m one of those noobs who can now have the possibility of building real websites with wordpres without understanding more than 1/100 of what they do, i dont understand how to proceed 😉

    Best,
    R

    Sorry for my english :-/

    investoreports
    Participant

    Hi there

    Am using the Buddypress Activity Stream Edit plugin for edit. Posted on the plugin forum but got no response.

    Edit returns page not found – see http://test2.investoreports.com/alertscentral/activity/edit/15

    Any ideas?

    Regards
    Simon

    planetzuda
    Participant

    Are you permitted to give us authorization to use that plugin and if so are you authorizing us and others to use that plugin? It isn’t in the repo and since it doesn’t say it is gpl, I am required to ask those questions.

    #150901
    LoeC
    Participant

    @mercime I tried adding the above code to functions.php (changing “Check out BuddyPress” to my own text) and it didn’t work. I just added it at the end and it appeared at the top of every page on the site. I am a novice at this. Is there someplace else I was supposed to put this? I realize BuddyPress has been upgraded since this thread was started and I have the latest version. Any help would be appreciated. Thanks!

    #150896
    factorian
    Participant

    What strikes me as odd is that if it has something to do with the activity stream files why am I still able to “Load More” activity using the button at the button of the page? At this point I dunno what’s wrong.
    Does it have anything to do with my Artisteer Theme? I don’t think it does as all works well in my test site using 1.6.2 but not in my main site. Or maybe a plugin I have installed?
    Sorry to bother you guys and again forgive me as I’m just an end user with a little knowledge trying to get the social part of my site functioning properly. If anyone can give me some advice or has time to take a look at it for me it would be greatly appreciated.
    Thanks in advance…

    #150895
    factorian
    Participant

    1. Post to the text box which is should expand the box and generate a button. Neither actions are functioning.

    2. When commenting on a previous member’s post using the 3 shaded buttons ,
    , member avatar along with an expanded text box should be generated along with a “button” and the instruction Neither of these are functioning by design as well.

    When pressing the button, the command generates the avatar, text input box and “button” with the instruction but then it just refreshes the page. Not allowing you to post the comment.

    #150894
    factorian
    Participant

    I started off with a fresh install of 1.6.2 and tried applying the patches thru cpanel as suggested. First I tried 6326 suggested by mercime but wpte pointed out it was from upstream which didn’t work.

    Then I did another fresh install along with a fresh install of bb Press and tried 4510 no luck. Then as r-a-y suggested I tried the 6704 same result and finally broke down and just installed 1.6.3. Still no go. I’ve been experiencing the same issues since I started this process over 2 weeks ago. I can create groups, forums and post replies… however, within the group and/or forum or even after going in using the “Activity” link on my sidebar to access the “Activity Stream Directory” page, I CAN NOT do the following:

    #150892
    factorian
    Participant

    Apologies mercime….don’t know why but been having a problem posting to the forums..I’ll try that again.

    #150886
    factorian
    Participant

    @leonardoarias
    Hi Leo…ran across this while searching for a solution to just posting comments in general. I’ve been having problems posting to the BP forums and know one has responded to my previous posts with a solution that works…

    rossagrant
    Participant

    Your blog isn’t set to ‘Discourage search engines from indexing this site’ in the backend under Settings—>Reading is it?

    No forum stuff will be posted to the stream in that case.

    #150882
    Yuttadhammo
    Participant

    Probably you are not using proper syntax for your website, or the username is wrong. It doesn’t check for spaces in the URL, so be careful. I suppose I should add some url checks for the preference. Format right now must be http://www.site.com/

    Another problem could be your plugins location or some such thing. It’s relying on everything being where it should be. Might help to get a logcat – there is most likely an error there.

Viewing 25 results - 24,101 through 24,125 (of 69,109 total)
Skip to toolbar