Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,701 through 19,725 (of 22,658 total)
  • Author
    Search Results
  • #64249
    andystaple
    Participant

    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    Right in the WordPress Themes folder like Modemlooper said. That is a good read to understand child themes

    #64247
    geoffm33
    Participant

    May not be compatible with SI CAPTCHA:

    Upon activation of oEmbed:

    Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-includes/pluggable.php on line 868

    When viewing any page (admin or otherwise)

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-content/plugins/si-captcha-for-wordpress/si-captcha.php on line 961

    Other than that, I only get the same warning that you say is fixed in trunk.

    Good work!!

    #64246
    intimez
    Participant

    That’s odd. If you sign up typing in Dennis Pedrie as the username (not Name), then the profile link should be /members/Dennis-Pedrie/profile

    I tested using Guest User and it’s /members/Guest-User/profile

    [wordpress2.9.2 + buddypress1.2]

    #64245
    r-a-y
    Keymaster

    Quoted from the WP codex:

    wp:

    Executes after the query has been parsed and post(s) loaded, but before any template execution, inside the main WordPress function wp. Useful if you need to have access to post data but can’t use templates for output. Action function argument: an array with a reference to the global $wp object.

    Action priority level: (again from the codex)

    1. plugins_loaded

    2. sanitize_comment_cookies

    3. setup_theme

    4. auth_cookie_malformed

    5. auth_cookie_valid

    6. set_current_user

    7. init

    8. widgets_init

    9. parse_request

    10. send_headers

    11. pre_get_posts

    12. posts_selection

    13. wp

    14. template_redirect

    15. get_header

    16. wp_head

    17. wp_print_styles

    18. wp_print_scripts

    19. loop_start

    20. loop_end

    21. get_sidebar

    22. wp_meta

    23. get_footer

    24. wp_footer

    #64240
    r-a-y
    Keymaster

    @modemlooper

    Re: members directory – yes, that is intended because I don’t think you’d want to see a huge embedded object right next to the name in the directory.

    Re: additional sites – to extend the list of oEmbeddable sites, you have to extend WordPress’ oEmbed provider list. I should have put this in the FAQ.

    #64210
    r-a-y
    Keymaster

    @andhix

    There should be three files in the .ZIP file. I had some trouble with SVN last night.

    Try this link:

    https://downloads.wordpress.org/plugin/oembed-for-buddypress.zip

    @everyone

    Gnarly! Sorry about the plugin not working.

    I just reproduced the problem.

    Can you deactivate the plugin, rename the plugin folder to “bp-oembed” instead of “oembed-for-buddypress”, re-activate and see what happens?

    I’m going to have to look into this some more…

    #64196
    Mark
    Participant

    Take a look at the BP MPO ACTIVITY FILTER plugin. Just be aware that if you’re logged in as Site Admin you’ll see ALL private posts in the activity stream which may lead you to believe it’s not working. Log out and the posts should not be visible. I am getting the following in my error log with this plugin activated (on wpmu 2.9.1/bp 1.2): “WordPress database error Table doesn’t exist for query”

    http://teleogistic.net/code/buddypress/bp-mpo-activity-filter/

    #64194
    emilywebber
    Member

    I had this and it was driving me crazy – turns out it’s a simple wordpress setting rather than buddypress. Go to your wordpress dashboard > settings > general and allow users to register – you’ll then see the registration link

    #64167
    Scotm
    Participant

    For what it’s worth, the free Mimbo magazine theme works almost out of the box after installing the new template pack plugin.

    #64144
    MrMaz
    Participant

    @Windhamdavid

    Nice work, you found two bugs at once. The main one was introduced when I fixed date localization issue and the query wasn’t being passed to prepare. The other one has been there since version 0.1 and nobody ever picked it up, but its minor.

    Here is the update file in case anyone wants to do a hot fix, but this bug is not a big deal if you are just testing. I’m sure a 0.3.1 will come out by next week.

    https://plugins.trac.wordpress.org/export/207969/buddypress-links/trunk/bp-links-classes.php

    #64133
    andhix
    Participant

    is it true, i place the directory no files in wordpress plugin?

    and results it’s not working…

    #64120
    Windhamdavid
    Participant

    [19-Feb-2010 07:15:53] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’12:15:53 – date_created ) / 60 ) / vote_total ) WHERE popularity <= 16777214 AND’ at line 1 for query UPDATE wp_bp_links SET popularity = FLOOR( FLOOR( ( 2010-02-19 12:15:53 – date_created ) / 60 ) / vote_total ) WHERE popularity <= 16777214 AND vote_total >= 1 made by do_action_ref_array, call_user_func_array, bp_links_recalculate_popularity_for_all, BP_Links_Link->popularity_recalculate_all

    #64112
    Andy Peatling
    Keymaster
    #64088
    armandmorin
    Participant

    Question… I’ve got my theme working that did it. Thanks.

    My theme DOES NOT show the nav bar like in the default BuddyPress theme. I tried copying the code from the header section of the BuddyPress theme, but I got a function error after.

    Any ideas of how to add the BuddyPress Nav to the theme?

    #64083
    Paul Wong-Gibbs
    Keymaster

    This is gonna be really tricky especially if you didn’t backup your DB. Have you tried running 1.2 with the Backwards Compatibility Plugin?

    #64066

    In reply to: Group Blog

    peterverkooijen
    Participant

    There may be some clues here how to make P2 work outside the regular blog index.php.

    #64043
    Paul Wong-Gibbs
    Keymaster

    Arthur Freitas had said he had made a GlotPress project for this, but I’m not sure of the URL (and it seems a lot of wordpress.com websites are down at the time of writing).

    #64031

    In reply to: buddypress + p2 theme

    peterverkooijen
    Participant

    Now trying Posthaste again. Removing that line removed the post form from all the loops, but putting this line in the template files does nothing:

    <?php if(function_exists(posthasteForm)) { posthasteForm(); } ?>

    I tried in several files, including regular blog index.php files. Also tried this:

    <? posthasteForm(); ?>

    Still nothing… And if I leave the add_action(‘loop_start’… and just use the form, nothing gets posted, not even on the main/default blog.

    I think I’m closer to a solution with P2, if somebody can help me figure out how to use the P2 post-form from a page that is not the regular index.php of the blog.

    Is there an example of that in Buddypress version 1.2?

    #64015
    #64010
    D Cartwright
    Participant

    Hi Paul,

    The full code is in this (small) plugin here:

    https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/

    The url is created with the following code:

    class Group_Activity_Subscription extends BP_Group_Extension {

    function group_activity_subscription() {
    global $bp;

    $this->name = 'Notifications';
    $this->slug = 'notifications';

    // Only enable the notifications nav item if the user is a member of the group
    if ( groups_is_user_member( $bp->loggedin_user->id , $bp->groups->current_group->id ) ) {
    $this->enable_nav_item = true;
    } else {
    $this->enable_nav_item = false;
    }

    $this->nav_item_position = 91;

    $this->enable_create_step = false;
    $this->enable_edit_item = false;

    add_action ( 'wp_print_styles' , array( &$this , 'add_settings_stylesheet' ) );

    }

    #63976

    In reply to: buddypress + p2 theme

    Scotm
    Participant

    @Peterverkooijen

    Andy’s post on t how to make your WordPress theme work with BuddyPress can be found under Developers > Docs > How-to Guides. The extension pack can be downloaded from there. Follow the directions and you will have P2 working, but you’ll likely need to make some style adjustments in bp/bp.css for example as a minimum.

    I think you need to upgrade to BP 1.2 before you do anything. There is an element of P2 features in the new BuddyPress (post-form) and the Default theme but P2 is in no way integrated with BP 1.2.

    Thx

    #63958
    Tobias Bäthge
    Participant

    Hi,

    thanks for the answers so far!

    Setting up a separate bbBress is not really what I want, because it somehow would be overhead and a lot of additional for maintaining and everything.

    Restricting Group creation sounds good. However this would require that all users are automatically created as members for the default group which will be used for getting the Forums. Additionally that would require some work on the theme, so that the users don’t get to see any Group related stuff.

    I guess all this would be possible and I’ll look into it, but it’s not really what I had hoped…

    @ashfame:

    Just because I don’t want to use Groups, BuddyPress is still well suited for my project. I currently have most of the other components disabled as well (like Blogs, Friends, Activity Stream), but nevertheless there are enough features that I can use for a private community. I especially like the easy administration (from within the WordPress Frontend basically), because I don’t want the users to be in the WordPress admin area.

    All of this is superior to a plain bbPress installation, because I get all the WordPress features with it “for free”. So basically this enables me to keep the current website for the project but add some community features to it.

    Regards,

    Tobias

    #63940
    Cyndy Otty
    Participant

    Discussed in this thread. You’ll have to install bbPress separately and integrate it with WordPress.

    #63873
    geoffm33
    Participant

    @bpinspire I had this issue on my WP 2.9 setup and I fixed it like so:

    1. Go to Settings > Miscellaneous
    2. Blank out: “Store uploads in this folder”
    3. Fill out: “Full URL path to files”

    Not sure why the default wp-content/uploads doesn’t work, never took the time to report it as a bug to see if it was my server or WordPress or BuddyPress at fault.

    #63869
    r-a-y
    Keymaster

    The old theme (BP Classic) is available in the BP Backwards Compatibility plugin:

    https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    The new theme is built with child themes in mind! So yes, you can use a custom child theme on top of bp-default!

    More info here:

    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

Viewing 25 results - 19,701 through 19,725 (of 22,658 total)
Skip to toolbar