Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,551 through 14,575 (of 22,679 total)
  • Author
    Search Results
  • #115868
    jzvestor
    Member

    anyone using the genesis framework from studiopress & genesisconnect with need to update genesisconnect as well. Then it works!

    Boone Gorges
    Keymaster

    Cool, can’t wait to see the results! My Import From Ning importer https://wordpress.org/extend/plugins/import-from-ning/ will handle content, but it’s not really built to scale to your network size. (Though you could peek inside the plugin to get a sense of how such a scalable import could work.)

    Good luck with the last steps! Looking forward to learning more.

    #115863

    @stevieg – Could be a memory issue. You should be disabling all plugins before doing a core WP update.

    gregfielding
    Participant
    #115860
    mistercyril
    Participant

    I found a post written by Boone ( http://bpdevel.wordpress.com/author/boonebgorges/ ) where he says something about replacing all references to “$current_user” with “$bp->displayed_user” in order to allow super admins to have access to user settings.

    I am using BuddyPress v.1.2.8 and found this code in bp-core-settings.php…

    /***** NOTIFICATION SETTINGS ******/

    function bp_core_screen_notification_settings() {
    global $current_user, $bp_settings_updated;

    $bp_settings_updated = false;

    if ( $_POST ) {
    check_admin_referer('bp_settings_notifications');

    if ( $_POST ) {
    foreach ( (array)$_POST as $key => $value ) {
    update_user_meta( (int)$current_user->id, $key, $value );
    }
    }

    $bp_settings_updated = true;
    }

    add_action( 'bp_template_title', 'bp_core_screen_notification_settings_title' );
    add_action( 'bp_template_content', 'bp_core_screen_notification_settings_content' );

    bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );
    }

    function bp_core_screen_notification_settings_title() {
    _e( 'Notification Settings', 'buddypress' );
    }

    function bp_core_screen_notification_settings_content() {
    global $bp, $current_user, $bp_settings_updated; ?>

    <form action="loggedin_user->domain . BP_SETTINGS_SLUG . '/notifications' ?>" method="post" id="settings-form">

    <input type="submit" name="submit" value="" id="submit" class="auto" />

    <?php
    }

    Can someone help me out with implementing this?
    Thanks,
    C.

    #115858
    Eyal
    Member

    that is true, buddypress is free same as most of plugins out there. and after being around wordpress for a while i truly believe that it should stop. Nobody should work for free. i believe that a decent price for a great plugin like Buddypress will not prevent people from using it. as well as many other great plugins out there that are free and disappear after one or two updated of wordpress because not enough support. then we have to spend crazy amount of time to look for a replacement for those plugins. (i am dealing with this everyday).
    i personally appreciate you people giving your time to create such great things. and i would help in any way i can. :))))))

    #115855
    stevieg
    Member

    I’m runnin a few sites that use BuddyPress (with template pack) and a child of twentyten as the theme. When I attempt a WP 3.2 upgrade it says downloading zip but then just stops. It is only sites that are running BP that are affected this way. Has anyone else encountered this issue?

    #115850

    No, you don’t. There won’t be one. :)

    The issues everyone are having are not with BP. They are with plugins or themes that had the same issue BP did (outdated jQuery) or are issues with browser cache. I personally confirmed this on 5 user sites in the past 2 days, and BP has been woking perfectly. :)

    #115849
    Erlend
    Participant

    Alright thanks. Sounds like I might want to wait for the 1.2.9b though ;)

    #115847

    Updates are cron’ed. You should be able to force check with the button in your updates screen.

    #115846
    Erlend
    Participant

    Did you cut off the upgrade for the time being? For a while I saw the pending 1.2.9 upgrade, but I only applied it to a test site or two, no live ones. Now I don’t see the pending update any longer.

    Erlend
    Participant

    I can confirm this is working very well, as I’ve got a local test with BuddyPress running on a Network enabled WordPress, and it’s all working great. On top of that, with only medium technical savvy (no programming, just as-instructed config stuff) I’ve successfully moved my BuddyPress install to a secondary blog, i.e. example.org/hub, thanks to the tutorial by the fitting name, Install BuddyPress on a secondary blog.

    #115843
    Brajesh Singh
    Participant

    Hi Matt,
    The best way would be to look for a filter in those functions and then change the output by adding your own functions on those filters.

    There is no way to tell wordpress to unregister a function unless it is used by an action/filter.
    So, will suggest to look into those functions and find appropriate filter to hook your function and change the output.

    Hope that helps.

    #115839
    Paul Wong-Gibbs
    Keymaster

    Have you tried after clearing your browser’s cache?

    #115829
    petergriffyn
    Participant

    @chules I’m not using the templates pack, so I can’t disable it.

    @n0ise I’ll give that shot, I’ve got no other option at the moment. :)

    #115826
    n0ise
    Participant

    In my case (activity filter and reply not working, and some other profile issue), i fixed copying the ajax.php and global.js files from the bp-default theme into my custom theme in _inc/ and it’s done.

    #115820
    pcwriter
    Participant
    #115819
    chules
    Member

    I have been working in the Pagelines forums and received some feedback as others are experiencing this issue. I now have Buddypress active and it’s working.To do this I had to disable Buddypress Tempalte Pack. It seems the issue is with the Buddypress Template Pack and without this its just as if I have disable BuddyPress itself.

    Thank you – Mark

    oldrow
    Member

    Just realized buddypress isn’t upgraded to 1.2.9 and that might be the problem… how can I manually upgrade since I can’t access wp-admin?
    == Upgrade Notice ==

    = 1.2.8 =
    Compatibility with WordPress 3.1

    #115805
    petergriffyn
    Participant

    I’m running a different theme to bp-default and platformpro and I am getting the same problems with primary/secondary menu drop-downs. What is the fix likely to be?

    #115803
    chules
    Member

    I noticed the following on my site which is upgrade to wordpress 3.2, buddypress 1.2.9 and using the Platformpro template from pagelines.

    When you have the buddypress plugin enabled either 1.2.8 or 1.2.9 the following happens
    – The menu drop downs do not work as they do not display
    – In the dashboard the arrows that control the plugins expand/contract do not function
    – I use a feature from pagelines (it’s basically a slider) that no longer functions. It doesn’t slide and even clicking the thumbnails does not work

    If I disable the Buddypress plugin everything works fine?

    oldrow
    Member

    How the hell do I fix my site to be able to even log in to wordpress?

    http://awesomescreenshot.com/046g2dy96

    #115791
    James
    Participant

    @boonebgorges

    actually, everything was fine while I’ve been testing WP 3.1.5 BP 1.2.8. (it means jquery 1.3.2 in code and 1.4.4 in WP), PROBABLY, issue is not in external/internal jquery, but in changes of later versions, 1.6.1 in our case (this is what I have found https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-have-comment-and-replies-collapse-and-expand/?topic_page=5&num=15#post-103151). And now older versions from our child themes (who uses external jquery) have conflict with internal 1.6.1.

    #115789
    n0ise
    Participant

    after the upgrade i noticed that the dropdown activity-filter doesnt works

    #115788
    Hugo Ashmore
    Participant

    Just looking back one post and at that snippet of code added a script call to the head it worries me as surely you would end up calling two different copies of the primary jQuery library, the WP one would need to be de-registered, preferably not though.

Viewing 25 results - 14,551 through 14,575 (of 22,679 total)
Skip to toolbar