Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,126 through 16,150 (of 69,016 total)
  • Author
    Search Results
  • #186108

    In reply to: 2.0.2 install trouble

    shanebp
    Moderator

    Are you sure you have the profile component activated?

    If you do, then it’s a load order issue.
    You’re calling the function before BP is fully loaded.

    Try moving that code into bp-custom.php.

    If that doesn’t work, use pastebin or gist to share the code where you use xprofile_get_field_data, especially the action or filter hook.

    #186102
    spikespiegel
    Participant

    bbpress Version 2.5.4
    Buddypress Version 2.0.2

    #186087
    Paul Wong-Gibbs
    Keymaster

    As you can read, some of those aren’t related to BuddyPress. What versions of BuddyPress, bbPress, and WordPress are you using?

    #186084
    peter-hamilton
    Participant

    style.css
    screenshot.jpg
    header.php
    functions.php
    footer.php
    buddypress (folder)
    -activity (folder
    -members (folder)
    –member-header.php
    -forums (folder)
    -groups (folder)

    #186082

    In reply to: Remove profile links

    Nicole
    Participant

    @matthew_radich you should check out the code Sharmavishal wrote, it works great, and I also use Buddypress Xprofile Custom Fields. 🙂

    #186079
    spikespiegel
    Participant

    hey, look which errors I got:

    Notice: Use of undefined constant PLUGIN_URL – assumed ‘PLUGIN_URL’ in /home/username/public_html/wp-content/plugins/envolve-chat/envolve-chat.php on line 69

    Notice: Use of undefined constant PLUGIN_PATH – assumed ‘PLUGIN_PATH’ in /home/username/public_html/wp-content/plugins/envolve-chat/envolve-chat.php on line 70

    Notice: Use of undefined constant adcopy_wp_enable_comment_reply_reload – assumed ‘adcopy_wp_enable_comment_reply_reload’ in /home/username/public_html/wp-content/plugins/solvemedia/solvemedia.comment.inc on line 25

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/username/public_html/wp-includes/functions.php on line 3245

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/username/public_html/wp-includes/functions.php on line 3245

    Notice: Use of undefined constant BP_PORTFOLIO_ITEMS_TABLE – assumed ‘BP_PORTFOLIO_ITEMS_TABLE’ in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-loader.php on line 74

    Notice: Undefined variable: defaults in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-classes.php on line 34

    Notice: Undefined variable: defaults in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-classes.php on line 157

    Notice: Undefined variable: id in /home/username/public_html/wp-content/plugins/buddypress-portfolio/includes/bp-portfolio-classes.php on line 173

    Notice: Undefined index: workflow in /home/username/public_html/wp-content/plugins/social-articles/includes/social-articles-functions.php on line 122

    Notice: Undefined variable: sub_nav in /home/username/public_html/wp-content/plugins/social-articles/includes/social-articles-load.php on line 96

    Notice: Undefined index: general_display_media in /home/username/public_html/wp-content/plugins/buddypress-media/app/main/RTMedia.php on line 904

    #186068
    Ajay M Aravind
    Participant

    1. Buddypress + multisite
    2. User creates a new site with default name ‘My Site’
    3. Later user updates his sitename to ‘whatever’
    4. The name gets updated everywhere other than buddypress.
    5. While checked, user blog meta in db is not being updated. When manually changed in db, everything is fine.

    #186064
    danbp
    Participant

    Yes i meant permalinks settings.
    https://codex.wordpress.org/Settings_Permalinks_Screen
    By going on the permalink page and simply clicking on update, without doing any change, will refresh the whole site urls. This is recommanded after heavy modification on pages, posts, menus.

    You can also check the permalink format on the “member” page, just in case off. Sometimes there is a number at the end of the URL which shouldn’t be…

    Activate debug mode and see if you receive somme other error msg
    https://codex.wordpress.org/WP_DEBUG

    If nothing works, read here and provide the whole bunch of information.

    #186063
    danbp
    Participant

    Sorry, my english is a bit french! 😉 Is this really unclear:
    So you have nothing other to do as to create them from the settings page.

    And you have nothing to activate in the menu.
    The log-in option in the menu exist if you prefer to get on the menu bar instead of a sidebar, throught the login widget.

    By default there is a login widgt in wordpres, another one in buddypress and if you use bbpress you get a third. But there is no need to use and activate all.

    For the naming, you can use what you want, but be aware that naming vocabulary can easily conflict with coding language such as php. And log in (or loggin, log-in,….) is one of these dangereous word. Avoid !

    #186055
    r-a-y
    Keymaster

    @ebellempire – This was my fault.

    Just fixed this up:
    https://buddypress.trac.wordpress.org/changeset/8763

    Thanks for finding this bug!

    #186053
    JCarbohn
    Participant

    I have associated the buddypress pages and I also have the “anyone can register” box checked.

    #186052
    bp-help
    Participant

    @jcarbohn
    Have you associated buddypress pages in dashboard/settings/buddypress/pages?
    This tends to happen when one does not check the anyone can register box beside membership in dashboard/settings/general before activating buddypress because then the pages are not automatically associated. You will have to manually associate the pages.

    #186047
    Lars Henriksen
    Participant

    Cheers,

    I would like it to be in the topmenu of my site, when a user is logged in.

    In the wordpress menu settings I can link to buddypress ‘activity’ – which uses a variable – so why not friends activity which resembles FB’s start page?

    #186043
    Iryna_B
    Participant

    @danbp, oh, i see. When I enter the website from another browser, I can see these 2 buttons now.
    Do I have to drag these created pages (register and activate) into the Menu structure field? And also in dashboard > appearence > menus > BuddyPress, there is a “logged out” menu with log in and register buttons. Do i need to add them to the main menu column as well?

    And a stupid question now, do i need to name the page exactly “activate” to associate with BP elements or “Log in” would be fine?

    #186041
    danbp
    Participant

    Hi @ebellempire,

    If you use BP 2.0+, this changeset would interrest you highly.

    #186039
    jaxdestroyer
    Participant

    Without knowing the error itself I can only guess. In the example code I gave I open PHP <?php and close PHP ?> , however, if you already have it open it is unnecessary and can error out if you haven’t previously closed it.

    As suggested by @noizeburger, if you make the bp-custom.php page in wp-content/plugins (the actual plugins root directory not the buddypress specific directory) and put the code in there it should work and will still work if you end up changing themes later on as long as you put the images in a directory outside of the theme.

    I hope this helps.

    #186034
    danbp
    Participant

    With BuddyPress you don’t need the profile builder plugin. BP has is own profile component (xprofile) to do this.

    After i create Register or Activate page, they show up in the main web-site menu, but as soon as I associate them with BP, they disappear.
    Normal: it is intended so ! 😉

    Once created, both page won’t show up in the menu buider (dashboard > appearence > menus)
    So you have nothing other to do as to create them from the settings page.
    These page are only visible in the pages list, but they are blank and should stay blank. No template, no any other association. Component pages are only for internal purpose.

    #186029
    danbp
    Participant

    Hi @rossagrant,

    can you make a test with the trunk version ?

    Many details have been modified around the load more area.
    Are you aware that bp-default is no more included in BuddyPress ? (yes, probably 😉 )
    The future of the bp-default theme
    I’m affraid that compatibility issues have not the priority for the moment, bp-default is a few step away to be added to the wordpress.org theme repo and BP itself is in a cleaning stage from this theme.

    FYI, see also these tickets
    https://buddypress.trac.wordpress.org/ticket/5629
    https://buddypress.trac.wordpress.org/ticket/5687
    https://buddypress.trac.wordpress.org/ticket/5779

    Both sites are on the same server with the same settings. But do they use the same DB ?
    Have you tried to activate/deactivite the load more option in BP’s settings ? Maybe mobile devices don’t support a 5 mn latency ? Or some weird cookie issue ?

    #186018
    danbp
    Participant

    @iryna_b,

    if you tried couple of times, have you deleted some component pages and recreate them ? If yes, it is possible that these delayed pages are still in the trash. If so, you have to clear it.

    Now that you’re sure to have only one page for registration and one for activation, recheck your WP settings, the permalinks (anything but not by default), deactivate all plugins except BP and activate the 2014 theme and check if something changed.
    If ok, reactivate your plugins one by one, and depending the result, you contact the plugin author or the theme support and ensure yourself it is compatible with buddypress.

    For the 2nd question: yes !

    #186017

    In reply to: Create new entrance

    danbp
    Participant

    New post or a page publication is made by WordPress, not by BuddyPress.
    The only pages BP needs are those created for each activated component. The content of these page is generated dynamically, depending of the context, and in fact, these pages are only intended for internal purpose, to fit with WordPress’s fonctionnalities.
    In a few words, BP is using the wp page system, but doesn’t use a page like WP.
    https://codex.wordpress.org/Pages

    So the question is how to allow your users to publish a blog post directly from the frontend.
    https://wordpress.org/plugins/front-end-publishing/

    For pages, it’s a bit more delicate.
    WordPress pages are generally used for displaying static content. That’s why publishing pages is under the responsability of the site owner and/or an editor, but not allowed (by default) for authors or contributors. Also, accessing to pages will need some menu adjustment.

    I wouldn’t recommend to let your authors handle pages.

    danbp
    Participant
    #186015

    In reply to: Create new entrance

    diepard
    Participant

    In buddypress, you can create your pages or your entrance. My question is about, how do you create new entrance or post, using codex, but without being an administrator user, and don’t open dashboard

    My version of WordPress is 3.9.1, and Buddypress is 2.0.2

    Please, help me.

    Thanks!

    #186012

    In reply to: Button "Show media''

    danbp
    Participant

    Hi @timvango,

    this is not a buddypress related question. Media attachment is a typical WP job. So no direct answer to this here, but you could try the WP-ShowHide plugin. Normally it hides only text, but the author did a new version who also manage galeries (beta ?).

    Ross Wintle
    Participant

    Thanks again Shane. I’ll try to explain again.

    At high level, I want users, in their user profile, to be able to select one or more skills that they have. Skills are posts of a post type.

    At lower level, I want, in a BP user profile, a field which is either a multi-select, or a set of checkboxes. The values selectable should be titles of posts from the “Skills” post type (I’ll actually save the IDs of the posts, but the titles should be displayed).

    The user should be able to select these values both when registering and when editing their profile.

    Possible implementations I can think of would be:
    – Implement a new field TYPE called “skill”, create a field of that type in BuddyPress, and write some hooks that display and save the field.
    – Add some custom code using action hooks to the bottom of the registration and edit profile screens.

    I know it’s kinda hard to explain in a short forum post. There just doesn’t seem to be some simple, documented hooks that a plugin can use to extend the user profiles with new custom fields of new types and I was looking for some guidance/best practice for doing this.

    Thanks again for your help.

    Ross

    #185998
    shanebp
    Moderator

    Try this in your theme/functions.php or plugins/bp-custom.php

    function demonja_group_requests( $request ) {
    
    	$request = str_replace(array("\r\n", "\r", "\n"), "<br/>", $request);
    	return '<br/>' . $request;
    
    }
    add_filter( 'bp_group_request_comment', 'demonja_group_requests', 1, 1 );
Viewing 25 results - 16,126 through 16,150 (of 69,016 total)
Skip to toolbar