Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,376 through 6,400 (of 22,621 total)
  • Author
    Search Results
  • #234129
    Henry Wright
    Moderator

    I see what you mean about this possibly being confusing to the member. I think you should create a Trac ticket for this to see what the core developers think.

    https://buddypress.trac.wordpress.org/

    You can use the exact same username and password you use here in the forums.

    #234110

    In reply to: Noob recommendations

    devbynature
    Participant

    Thank you for your reply.

    I figured that it would be the best place to ask prior to going down the rabbit hole with the BuddyPress documentation and website. It’s been labeled as rather archaic, cryptic, and unreadable by many people that I asked for advice. I contribute to several other open source projects and might jump in on your docs/forum if the platform seems like something that will be handy for me in the future.

    As for the project being a copy, it’s really just identical in feature sets but not a literal copy of the site. Design is very different and it’s not dog sitters that are members. This site is for parents and babysitters which is highly similar to dogvacay.com in feature set. Yep, their site is built in Java. ::vomits a little::

    The key features that need to be included:

    – two member types (parents and babysitters)
    – they should be able to message each other privately
    – parents can schedule a date for the sitting to happen
    – parents can browse babysitters
    – custom profiles for each with different sets of information (based on a conditional of type)

    It appears that I was able to answer my own question over the past few days by utilizing the codex and going through all of the code. BuddyPress looks to be the best option for handling all of this unless I was to custom code a plugin (I am actually a PHP developer NOT a wordpress dev). I was looking at utilizing BuddyPress for cutting down time by using the friend associations and messaging system.

    BP might be a little much for this project but I can see value in several features that they might want in the future.

    I apologize for posting this in err to this forum if it’s not really a good place for asking whether it’s a good platform for such a situation. All of the documentation/about is written in a fashion that presents it as useful in only one way. It made it rather difficult to decipher how I could rip the plugin apart to do what I need instead of using it as “out-of-the-box.”

    Might there be some advance blogs out there where people have written about different ways to use the plugin? Just so that I can dig into the community a little more.

    Have a nice day.

    #234090
    Henry Wright
    Moderator

    Hi @alexfa08

    It’s great to hear you’re thinking of theme development particularly for BuddyPress.

    There’s lots of things to consider, but The Theme Review article is a good place to start. It details some guidelines as well as standards and good practices.

    #234081
    disha76
    Participant

    @imath okay then add notice by the side of : Associate WordPress Pages with the following BuddyPress Registration pages.
    Before you use this go to /wp-admin/network/settings.php
    and select “Both sites and user accounts can be registered.”

    WP+BP needs to have distro

    WP and BP standalone
    WP Network and BP
    any other

    Distros will have inbuilt pages and settings already available so that users are not confused. Users can straightway use the flavor they want – simple!

    #234080
    Anonymous User
    Inactive

    @disha76

    having this settings on “Logged in users may register new sites” means registrations are off for WordPress. Deactivate BuddyPress and you will see WordPress will not allow you to register. Activate BuddyPress 2.1.1 and you’ll see that there are no regressions.

    The problem is elsewhere.

    disha76
    Participant

    https://wordpress.org/plugins/bp-labs/ says :
    This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
    It is also buggy and does not work. Compatible up to: WordPress 3.5, BuddyPress 1.7

    What you say is true but certain essential features need to be there. Again there can be debate what is essential to me is not essential to you. But “Likes” ( or any other name for it) is a core feature of Elgg, Drupal, Phpfox, Oxwall – name any paid or FREE scripts. It is sad that the “Likes” code of wordpress com has not been passed to wordpress org and more sad that it has not thus been incorporated into buddypress. Apparently there are lots of efforts at re-inventing wheels.

    Please also understand that majority of users who are using BP
    – are small to medium users, many are hobby users
    – they cannot code a plugin but looks for readymade solution
    – they have to customize their site which takes time and effort, get content and users

    Just as developers are gracious and we are grateful to them, so are the users – if users never adopted and tested freely BP so much where it would have been?
    I think we badly need a StackExchange type Q and A forum here that comes up with actual code or solutions, which can be rated and used instantly.

    mrjarbenne
    Participant

    @djpaul had a Like component in his BP Labs plugin that you might want to look at:

    https://wordpress.org/plugins/bp-labs/

    Between that and the BuddyPress Likes plugin that allows likes for other components, maybe you could develop something to help the broader community, or at least to fit your site’s needs.

    One of the benefits of open source is the availability of code you can iterate upon to create something that fits your needs so you don’t have to continually start from scratch when developing a site. Note that many plugins are not built to appease the masses, as much as they are custom built for specific sites and specific purposes. The developers are then gracious enough to share that creation to the community, but I don’t believe that means they need to ensure that their plugin is a swiss army knife, when they had created it to merely open cans. You can’t always expect to find something that perfectly fits your needs (although it’s great when it happens, and it happens often).

    There seems to be enough blocks out there for you to build/commision to have built, something that does what you need.

    #234060
    danbp
    Participant

    On a network install, BP is activated on the main site (standart usage).
    An you create activation and register page only on this site, for the entire network !

    You haven’t to create these pages for each blog, as they are all dependant, by sub-domain or sub-directories, of the same WP install.

    One WP + one BP = ms network && 10 000 blogs. 😉

    https://codex.wordpress.org/Create_A_Network

    #234055
    Anonymous User
    Inactive

    In BuddyPress 2.1.1, when using this setting “Logged in users may register new sites” > registering new users is not available.
    If you deactivate BuddyPress to only let WordPress, this setting doesn’t generate a registration link.
    In BuddyPress 2.2 same behavior. So no bug.

    This means the problem is coming from the plugin invite anyone. Since BuddyPress 2.2, the way this plugin was overriding BuddyPress site options is not working anymore. I’m going to inform the developer of the plugin.

    #234043

    In reply to: Noob recommendations

    danbp
    Participant

    My 2 cents about your question is it would be difficult to answer.

    The site you mention is not a WordPress install.
    Visually:
    The used theme is nice and if you check what exist for WP, you’d probably find a similar one.

    Functionnaly
    as you say nothing about your project, it’s difficult to tell if BP is adapted.

    Generally, imitating an existing site is not a good idea. WP and BP are powerfull enough to let you get unique.

    Conclusion:
    this is a firstly a support forum, with not much advices around pro and contras. There are many specialized sites around design and BP usage to let you make an opinion.

    You can begin here by reading the about page, the blog and the whole forum.

    Good luck ! 😉

    #234040
    danbp
    Participant

    hi @yosmc,

    registration and activation are directly dependant of WordPress, that’s (i presume) the reason why BP doesn’t create those page for you automatically.
    This is not a problem when you use a fresh install, but can be one if you’re installing BP on an existent WP install. In this case, some original settings may be slightly change i guess.
    BP uses all those page for internal purpose. And this usage is somehow enforced with 2.2.0 version.(see here from trac)

    There is anyway no alternative when BP is on. You have to create those page manually. Point.
    I don’t think there is a way to get those page automatically created.
    Creating them will take 1 mn, which is a less effort in regard of developing a custom function for an operation which is only done once. 😉

    Henry Wright
    Moderator

    Sometimes replies are maked as spam. That may have been the reason? Either way, it would probably have been better if the notification was cleared to avoid confusion at your end.

    Feel free to open a Trac ticket to report the problem to our development team.

    https://buddypress.trac.wordpress.org

    #234025
    Rhoward8419
    Participant

    Hello,

    I am having the same problem also. It was fine until I updated Buddypress. “The following active BuddyPress Components do not have associated WordPress Pages: Search Page. Repair” Is the homepage notification. I choose the pages and the settings do not save.

    #234020
    Anonymous User
    Inactive

    Hi @espyd,

    Sorry you are having this issue after upgrading. Just to help us understand why it’s happening, could you reply to these questions:

    WordPress version ?
    WordPress configuation ? (Multisite or not)
    If multisite: is BuddyPress activated on the main site or in a sub site ?
    In the General settings of WordPress is the registration setting on ?
    Are you using a cache plugin ?

    #234004
    danbp
    Participant

    Hi,

    it’s not possible without heavy code modification. The usermenu is intended to be on the toolbar.

    But you can give this a try. All items will be visible on the toolbar, instead under the howdy.

    function laura() {
    global $bp, $wp_admin_bar;
    remove_action( 'bp_setup_admin_bar', 'bp_members_admin_bar_my_account_menu',4);
    }
    add_action( 'bp_setup_nav', 'laura', 4 );

    Reference: /bp-members/bp-members-adminbar.php:74
    WP Codex wp_admin_bar

    #234003
    SlothLoveChunk
    Participant
    #233996
    r-a-y
    Keymaster

    @slothlovechunk – Thanks for your in-depth debugging.

    This does seem like a bug. Can you create a new ticket with exactly what you wrote here:
    https://buddypress.trac.wordpress.org/newticket (use the same credentials as you use here on buddypress.org)

    And reference this ticket where the meta SQL changes were made:
    https://buddypress.trac.wordpress.org/ticket/5919

    Thanks so much!

    #233984
    Garrett Hyder
    Participant
    #233978

    Note that there is a Trac ticket for this also, should it turn out to be some kind of BuddyPress bug: https://buddypress.trac.wordpress.org/ticket/6194

    #233974
    Scaffies
    Participant

    We did not get any technical details. Quote:

    [#WRS-879-40106]
    We just fixed the server issue, everything is fine now.
    Sorry for the troubles we brings to you, and thanks so much for your understanding!

    Here is the screenshot of the email:
    NSFW: http://scaffies.nl/wordpress/wp-content/uploads/2015/02/Chat-Support-Ticket-WRS.png

    You are most welcome to contact our vendor in Hongkong with the ticket number and ask for technical details (I wouldn’t understand what they mean, anyway, I am afraid).

    host [at] 123flashchat.com

    (It is called “flash” but in fact we use the HTML5 version)

    #233962
    Monkey1980
    Participant

    Sorry!

    Indeed, the New Post generates an activity item with ‘user wrote a new item’ – if a then change the CPT to ‘page’ but leave the action ID as my custom one the WordPress Admin and the Frontend both show my custom activity message! my code is below – the %3$s makes sense as I not running multi-site:

    // Don't forget to add the 'buddypress-activity' support!
    add_post_type_support( 'sd_article', 'buddypress-activity' );
     
    function customize_page_tracking_args() {
        // Check if the Activity component is active before using it.
        if ( ! bp_is_active( 'activity' ) ) {
            return;
        }
     
        bp_activity_set_post_type_tracking_args( 'sd_article', array(
            'component_id'             => buddypress()->activity->id,
            'action_id'                => 'new_sd_article',
            'bp_activity_admin_filter' => __( 'Neuer Artikel veröffentlicht', 'custom-domain' ),
            'bp_activity_front_filter' => __( 'Artikel', 'custom-domain' ),
            'contexts'                 => array( 'activity', 'member' ),
            'bp_activity_new_post'     => __( '%1$s hat den neuen <a href="%2$s">Artikel</a>', 'sozialdynamik' ),
            'bp_activity_new_post_ms'  => __( '%1$s hat den neuen <a href="%2$s">Artikel</a>, on the site %3$s', 'sozialdynamik' ),
            'position'                 => 100,
        ) );
    }
    add_action( 'bp_init', 'customize_page_tracking_args' );
    
    ----->

    I hope this is clearer!! :0)

    #233959
    Anonymous User
    Inactive

    @philippmuenchen @henrywright

    Ok got it.

    First i’ve just created this ticket and suggested a patch to solve the issue.

    Now, you can still have it working by simply requesting a ‘not single’ member type using false as an extra argument eg :
    bp_get_member_type( bp_get_member_user_id(), false );

    So you’ll get the member type name, but not the singular name. If you want to have the singular name, here’s another gist :
    https://gist.github.com/imath/3a5c5ade44eae997fdfd

    #233940
    Henry Wright
    Moderator

    Hi @jessy-marco

    Thanks for pointing this out. I’ve opened a Trac ticket to try to get this fixed.

    #233938
    Henry Wright
    Moderator

    Hi @format19

    These are the capabilities that admins have which editors don’t:

    • activate_plugins
    • create_users
    • delete_plugins
    • delete_themes
    • delete_users
    • edit_files
    • edit_plugins
    • edit_theme_options
    • edit_themes
    • edit_users
    • export
    • import

    If you’re not comfortable granting full admin rights, then perhaps you could cherry-pick these? As you probably know, the add_cap() function will add capabilities to a given role.

    Ref: https://codex.wordpress.org/Function_Reference/add_cap

    #233925

    In reply to: Forum page template

    gatelli
    Participant

    I agree but it doesn’t pickup specific page template (the one I put in “Groups”) but generic template…
    I use WP4.1 and BP2.2
    Anyway I could achieve what I want by modifying generic page setting in my theme, and also SEO title with this topic.

Viewing 25 results - 6,376 through 6,400 (of 22,621 total)
Skip to toolbar