Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 18,626 through 18,650 (of 22,650 total)
  • Author
    Search Results
  • #74056
    Gianfranco
    Participant

    I was about to write a thread titled “We have our BP site up, should we use Terms Of Service”?

    But since this thread’s here, no need to do that.

    And, the WordPress.com resource is really what I was looking for. At the least as a base to be worked out to fit your particula site.

    Once I customized mine, I will come here a provide the link to my TOS page, and it would be a nice idea if everybody else would do the same, so to share each other’s for inspiration.

    What do you think?

    #74047
    anaon
    Member

    You have to add the _inc folder in your theme folder (Atahualpa) and then, you add the code above to the functions.php file included in your theme.

    It works BUT I just discovered that it adds the “header already sent” error when you edit your wordpress, maybe someone could help us?

    #74042

    In reply to: Fatal Errors

    Jeff Sayre
    Participant

    Was this plugin working before and now it is not? If so, what has changed since then? Did you upgrade WPMU?

    What versions of WP/MU and BuddyPress are you running?

    If you look at the WP Plugin Repository for this plugin, others are having issues with it as well. I would suggest contacting the developer of the plugin and ask when they plan on updating it for the current versions of WP and BP.

    #74017

    In reply to: Badge Maker

    warut
    Participant

    thanks @gregfielding

    @Isddesign you can download here (not approve yet)

    https://wordpress.org/extend/plugins/buddypress-badge/

    @dre1080 after looking group document from web it say can extend plugin to group but not sure about it, may be in the next version if others interested too

    #74009

    How do I enable registration using an existing theme but I have added buddypress and buddypress template pack and I don’t see where to enable registration so people can register and post. How do I set up my theme so people can register and not using the wordpress screen but another form and can also post? This is urgent.

    #73988
    lsddesign
    Participant

    if your running a live site, i strongly suggest NOT to use 3.0 with 1.2.3!!!

    wait for final versions from both WP and BP before upgrading.

    it’s the safest thing to do ;)

    cheers,

    aron

    #73984
    gyonis
    Participant

    Thanks Andrea_r, I’ll try it and see how it goes. I’ll also try to experiment with WordPress 3.0 and some menu plugins and see what’s the best solution and share it with others in here.

    Thanks again.

    #73967
    foxly
    Participant

    First off, I visited your site and confirmed that BP Album+ is working correctly.

    You’re having problems because you’ve modified wordpress to display one URL in the browser while running the actual site on another …this is VERY BAD, because the modification you’ve made only handles *one* of *many* ways plugins generate URLs and file paths. That’s why we had to modify part of the BP Album+ code for you so it would work on your site.

    Modifying BP Album+’s activity stream code to work on your site would be much more difficult. The code gets the base URL from BuddyPress; so we would have to hook the BuddyPress function that does that and modify the URL, and that could break other parts of your installation. It would require testing and debugging, and so on.

    Also, version 0.1.9 of BP Album+ (which I’m taking a break from coding to answer your post) has at least *fifty* different functions that would have to be modified so it would work on your site, which is completely impractical to do.

    Fortunately, you can fix *all* of these problems quickly and easily, have WordPress in a subdirectory, and have the subdirectory invisible in the URL, by properly setting up your web server. :)

    Here’s how:

    http://httpd.apache.org/docs/2.0/vhosts/

    ^F^

    #73963
    Paul Wong-Gibbs
    Keymaster

    is_user_logged_in() is present in both WP and WPMU. Odd. What versions of WordPress/WordPress MU are you using?

    Bowe
    Participant

    You can always install bp later when you have your site up and running, so you can do both. But imo its better to use buddypress from the start because it soul purpose is to built a community with and its a great way to let your members and blog owners interact.. So I include it from the start :-)

    #73955
    agrundner
    Member

    For those interested, the plugin etiviti (rich!) created for this issue can be found here:

    BuddyPress Restrict Group Creation

    https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/

    Terranb
    Member

    So are you saying I’d be better off waiting for both to be out, or could I just do the wordpress 3 beta now, and wait on buddypress compatibility?

    Bowe
    Participant

    Sounds like a plan.. It’s a matter of weeks until WP 3.0 is out, and BuddyPress will be compatible from day 1, so you might want to launch the site when WP 3.0 is out with BuddyPress from the start! Good luck!

    to answer both of your final questions: Yes and Yes!

    #73942

    In reply to: 404 error on bp links

    adiallo
    Participant

    I check my log file and here is the error I am getting

    “WordPress database error Table ‘members.wp_bp_user_blogs_blogmeta’ doesn’t exist for query SELECT * FROM wp_bp_user_blogs_blogmeta WHERE blog_id = 1 AND meta_key = ‘last_activity’ made by edit_post, wp_update_post, wp_insert_post, do_action, call_user_func_array, bp_blogs_record_post, bp_blogs_update_blogmeta “

    After that I reinstall the bp blugin but still I am getting the 404 error

    I don’t know anymore

    Boone Gorges
    Keymaster

    @Erich73 – You can customize the message however you’d like on the Dashboard admin panel. Under Buddypress > Invite Anyone. As for your report about the “Sent Invites” tab – are you sure that you sent group invites along with the email invitations? As @hnla says, make sure you’ve checked the option on the Dashboard panel.

    @dre1080 – I may try to make this work at a later date. If nothing else, I can put in the proper hooks that would allow someone else to build such an extension for my plugin. Stay tuned.

    @everyone – I just put a widget into the development version of the plugin, available at https://wordpress.org/extend/plugins/invite-anyone/download/. If anyone is interested, they can check it out! I want to get a few more new features before tagging a new stable version.

    #73935
    Mariusooms
    Participant

    Nope…it is not dead, but definitely on halt as I am involved with other projects as well. Unfortunately my development for BuddyPress runs in sync with the requirements of our local development for our organization. We are anticipating wordpress 3.0 release and content post types. P2 is category based. At the same time we have other issues that take priority, one of them being integrating outside networks such Facebook and External blogs.

    I wish it was as easy as being able to develop full time, but it just isn’t the case. The project is still on track, but delayed.

    #73908
    jivany
    Participant

    @akingston47: What you’re looking for is basic WP functionality. If you want to see all of the posts for a category, navigate to the category index page/URL like @Jamesmarsland suggested.

    If you want to do this on a page, you need to modify WP “the-loop”. There’s a whack of information on the WP codex about how to do this sort of stuff.

    https://codex.wordpress.org/The_Loop

    #73898
    Andy Peatling
    Keymaster

    The only difference is that if you use MU then your users can create blogs.

    #73851
    Ron Rennick
    Participant

    Folks,

    The issue here with 3.0 is that if an existing WP 2.9.2 install with uploaded media upgrades to 3.0 and enables the network the blog option for the upload_path can’t be changed to the blogs.dir folder because the existing media becomes inaccessible.

    For now, if you are looking to go to multiple blogs after install, then you should install MU 2.9.2 and upgrade that to 3.0 instead of installing WP 2..9.2.

    #73816
    Jeff Sayre
    Participant

    @heini-

    Your basic idea is correct. The issue is the order in which each action function hooked to the bp_setup_nav action event is being triggered. Let’s look at the code you have in bp-custom.php.

    <php
    function my_groups_setup_nav() {
    [the whole function code]
    }
    remove_action('bp_setup_nav', 'groups_setup_nav');
    add_action( 'bp_setup_nav', 'my_groups_setup_nav' );
    ?>

    This fails because your custom code in bp-custom.php is executed before the code in bp-groups.php is executed. So, you are calling to remove an action that has not yet be registered by WordPress.

    I’m almost finished with an article about the intricacies of WordPress’ action and filter functions, but here is a brief explanation to try to shed some light on the issue.

    Each action and filter event when triggered by a do_action or apply_filters call sends execution to the appropriate do_action or apply_filters function in /wp-includes/plugin.php. These functions do several things, one of which is querying a very large array that contains all of the added filter functions and action functions. This array gets populated by the actions of the add_filter and add_action calls.

    To avoid getting too long winded, as each file gets loaded, any and all add_action and add_filter calls that are directly executable at the time, get triggered which builds this big array. This array is then used by the do_action and apply_filters functions to determine the sequence in which each added action of filter will be executed.

    You can read my article when it is ready for a much longer but clearer explanation.

    With that briefly described, the piece of information that applies to your situation is that when the action event for bp_setup_nav is triggered, via the do_action( ‘bp_setup_nav’ ) call on line 2025 in bp-core.php, the do_action function starts processing each action function that was “added” to it in the order in which it was added (with an important exception). This means that for your custom function my_groups_setup_nav to work, it must remove the action function in the array discussed above so that when the bp_setup_nav action event is triggered it uses your action function instead of the one added by the add_action(‘bp_setup_nav’, ‘groups_setup_nav’) call.

    So, what you need to do is trigger your remove and add action calls in the proper sequence–after the action function that creates the groups navigation menus has been added to the filter array but before the bp_setup_nav action event is triggered. I realize this may be hard to understand.

    This is what you need to do instead:

    <?php function my_groups_setup_nav() {

    /* Remove the added action from the array of functions that get run
    * when the action event for bp_setup_nav is triggered
    */
    remove_action('bp_setup_nav', 'groups_setup_nav');

    // Then replace the removed function with your custom content
    [the whole function code]

    }
    add_action( 'plugins_loaded', 'my_groups_setup_nav' );
    ?>

    A final bit of clarification. This is what happens in your current custom function:

    1. As soon as BuddyPress is initialized, it looks to see if bp-custom.php exists. If it does, it loads it.

    2. This will cause your remove_action call to be fired.

    3. But the corresponding action has not yet been added to the very large filter array since bp-groups.php has not yet been loaded.

    4. So, nothing happens as there is nothing to remove.

    5. bp-groups.php eventually gets loaded and at that point the add_action(‘bp_setup_nav’, ‘groups_setup_nav’) call is fired, resulting in the action function that you were trying to remove getting added to the filter array but after the fact.

    6. Eventually the bp_setup_nav action event is triggered.

    7. When that happens, the first function hooked to it (added to it) is your custom function. It now gets triggered.

    8. All other action functions hooked to the bp_setup_nav action event get triggered one by one including the groups_setup_nav function–the one you had tried to remove in step 2.

    9. You have a mess with two duplicate functions doing the same thing.

    #73806
    Boone Gorges
    Keymaster

    BuddyPress is still young and so it doesn’t have the same kind of rich development guides as the much more mature (and widely-used) WordPress.

    Since BP is a WP plugin, the basics of BP plugin development are the same as they are for WP. The system of hooks and filters is exactly the same (though of course the hooks themselves are different).

    At this point in the BP project, I’ve found that the best ways to get started with plugin development are (a) to find existing BP plugins that do something similar to what you’re trying to do, and to learn by dissecting them; (b) to look through official resources like the ones Jeff posted above; and (c) to search through BP codebase itself, where I think you’ll find that many of the functions you need are quite well documented.

    #73805
    ajohnson
    Member

    I am running it off a sub-folder in WP 3.0. I have been for a long time but the most recent upgrade broke my avatars. It looks as if the image uploads correctly for me, but doesn’t pull it in to crop. The path it try’s is:

    http://www.website.com/sub-folder-blog/blogs.dir/2/files/avatars/1/avatar.jpg

    when it should be

    http://www.website.com/wp-content/blogs.dir/2/files/avatars/1/avatar.jpg

    Any ideas on what I should try to change? I’ve already tried:

    if ( !$path = get_option( 'upload_path' ) )

    $path = WP_CONTENT_DIR . '/blogs.dir';

    else

    $path = ABSPATH . $path;

    Thanks!

    #73804
    Tmort
    Participant

    Well I just tested that out, and it didn’t work. Its like theres a database entry exclusive to buddypress that says “You live at domain.com/folder”. I’m not sure where or why.

    I’d like to ask the community: Does buddypress interact well with wordpress’ feature where the core files live in a folder of your domain? Maybe that is my issue?

    Thanks for the help!

    #73799
    21cdb
    Participant

    I had the same problem a few seconds ago. A newly registered member didn’t recieved the activation email but was listed in WordPress>Backend>Users

    I asked the user to check spam inbox twice but there was stil no activation mail :)

    It would be great if admins could manually acivate such users or resent the activation email.

    #73797
    MrMaz
    Participant

    I just tagged 0.4 final.

    Thank you very much to everyone who helped with the testing, translations, and bug reports.

    Not much has changed since the beta.

    * Changing the component slug is now officially supported

    * Do not show my group links or create link form unless user is a group member

    As soon as the repo updates you can upgrade from your dashboard. If you have a ton of links, make sure you let the page load all the way after upgrading since every link needs to be updated to populate a new field.

    Only two languages are up to date for 0.4. Those would be FR and NL. If you are interested in updating or adding a translation, you can download the .pot file here…

    https://plugins.trac.wordpress.org/export/229924/buddypress-links/tags/0.4/languages/buddypress-links.pot

    Enjoy the 0.4 branch!

Viewing 25 results - 18,626 through 18,650 (of 22,650 total)
Skip to toolbar