Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,326 through 12,350 (of 73,985 total)
  • Author
    Search Results
  • #261598
    #261597
    shillier
    Participant

    Hi,

    I’ve customise the registration page and have been successful using a custom page to display the registration.

    Here’s what I’ve done so far.

    Copied the register.php file and replicated the folder structure in the child theme directory. This is the file that I’ve been customising.

    I then duplicated page.php in my child themes root, renamed it to plugin-buddypress.php. I’ve heavily modified this page with new headers, a left and right section, no menus, etc. Basically trying to make the registration non branded.

    However, after all that work, now I realised that all the buddypress pages are using that new plugin-buddypress.php page… so now the customised registration headers, text are also showing up for all other pages which obviously looks rediculous ๐Ÿ™‚ when all I wanted was to only customise the registration page. lol

    Anyways, is there a way around this? To make buddypress use the modified plugin-buddypress.php and have buddypress use another page for all other templates? Or am I going about this the wrong way or trying to do something that simply not possible?

    Thanks!
    Shayne

    #261596
    jackoneill87
    Participant

    Hi,

    I’m new to BuddyPress and I’m having problems setting up the BuddyPress registration page. I’m hoping someone can help. When I installed BuddyPress it automatically created pages for me to link to the registration and activation components. However, when I go to the registration page http://slipbuddy.codeprimer.net/Register all I see is a page with the title “Register” and no other content. The default wordpress registration page (/register with a lower-case ‘r’) appears to work as expected, but there is no option in the admin menu to link BuddyPress to that page.

    I’ve searched the forums and have come across users having similar problems, but the fix seems to have been to disable plugins / use default themes etc. I’ve just created a new site to try to isolate the issue using a vanilla WordPress 4.6.1 with only the BuddyPress 2.7.2 plugin installed. (The default Hello Dolly and Akismet plugins are showing up in the plugin list but not activated).

    The steps I have taken are as follows

    1. Install WordPress via FTP (no site scripts)
    2. Ensure Pretty Permalinks are enabled (Day and Name)
    3. Enable Registration in Settings->General->Anyone Can Register
    4. Install BuddyPress plugin from plugins page
    5. Return to BuddyPress admin page and checked that all components are mapped to default WP pages created by BuddyPress

    Expected Outcome: http://slipbuddy.codeprimer.net/Register displays registration form
    Actual Outcome: http://slipbuddy.codeprimer.net/Register displays a blank page with the heading Register

    Thank you for your time!

    Jack

    #261592
    flarky
    Participant

    I’m prepopulating a new site with some fake users and posts.

    I added all the posts using my admin account, and then I changed the author name of each post.

    Now, when I click on a user profile, none of these posts will show up in their list of submissions. Yet visiting each post, the correct author is shown.

    Is there anyway I can force BuddyPress to update the user’s list of post submissions?

    Mwiinga
    Participant

    Hello,
    I’m running a multisite.
    My WordPress version is 4.6.1 and BuddyPress is version is 2.7.2.

    I would like to change the custom profile menu item names. I have searched around google, wordpress, stack-exchange for days now, and I’m only finding solutions on how to “edit actual BuddyPress menu items” like ‘activity,’ ‘profile,’ and all..

    Because my installation is multisite, I have a menu item “sites” which I would like to have changed to something like “Schools”

    I’ve tried the below code but, it’s working only on default buddypress menu item.

    //***************************************************************************************//
    function bpcodex_rename_profile_tabs() {
      
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'Support', 'textdomain' ) ), 'forums' );
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'Study Groups', 'textdomain' ) ), 'groups' );
          buddypress()->members->nav->edit_nav( array( 'name' => __( 'Schools', 'textdomain' ) ), 'site' );  
    }
    add_action( 'bp_actions', 'bpcodex_rename_profile_tabs' );

    Please help..

    #261587
    anthonylawton
    Participant

    I really need to exclude some members and none members from accessing the custom link elements eg messages etc

    I can exclude the pages – but the custom links (as submenus) are killing my site

    Can anyone help as this is also kiiling my business model!

    I was thinking of putting the custom links onto a page that I can hide (appropriately) but then I will need code as the custom links are reliant upon buddypress user id?

    I think there must be a fix?

    Please advise – thank you Anthony

    #261581
    wordpressrene
    Participant

    In the function bp_get_member_last_active() the activity is got from $members_template->member->last_activity, but it seems that this is always empty, even if i know that this member was active in the last few hours. I’m not sure, but i didn’t found the code, where last_activity is set, so maybe it has to be updated?
    In some other locations (for example in the member-header) the last activity is set by the function bp_get_last_activity() and there it works

    BuddyPress-Version: 2.7.2
    WordPress-Version: 4.6.1

    Bingo Bongo
    Participant

    Hey Guys,

    I think I’m getting somewhere now ๐Ÿ˜‰

    One thing that’s stumping me, is Adding Friends.

    I don’t see it on the friendships page, eg zetaunit.com/members/bishop/friends/

    And I don’t see Add Friends on the BuddyPress dropdown menu in the Admin bar at the top of the page either (Activity, Profile, Notifications…etc down to Settings)

    I don’t see a link to ‘Members’ either on the BuddyPress dropdown menu, which would kind of help.

    Or even a link/tab on the User’s Profile page would be useful.

    Anything really to make it easier to Add Friends

    So, was wondering again if I’d missed something, or if it was just a case of going to the Members page.

    (I know I can add my own menu & I’ve done that under the main navigation menu for the site under Forums > Members, but it doesn’t have the nice Notification bubbles that the top Admin menu has)

    Any pointers would be great, thanks!

    #261577
    Henry Wright
    Moderator

    You can request one be added here

    https://buddypress.trac.wordpress.org

    #261576
    Bunty
    Participant

    We have this action while user profile picture upload in function bp_avatar_ajax_set() into “buddypress/bp-core/bp-core-avatars.php”

    do_action( 'xprofile_avatar_uploaded', (int) $avatar_data['item_id'], $avatar_data['type'] );

    This action is only for user photo upload.

    So why buddypress didn’t gave such action for group photo upload????

    What if we want to add some hook for group photo..?

    #261571
    mthant
    Participant

    Thanks very much for your help. The reason why I didn’t have “members” page in the menu is because I didn’t see it in Buddy Press menu list. I did create “members” page; somehow BuddyPress is not displaying it.
    I tried custom linking it to the menu and it doesn’t look like a good idea because people can look at the members without logIn. Please review this and tell me what went wrong. Any advice is very much welcome. I am also going to read the links that you have posted.
    http://7fc.d70.myftpupload.com/
    Thanks
    Myo

    #261565

    In reply to: No Buddypress database

    danbp
    Participant

    BuddyPress doesn’t create a database. It only add it’s own tables to the existing WordPress db.

    Why are these tables not created ? Impossible to say without more details about your server configuration and more information about how, what and where you tried to install the plugin.

    #261564
    danbp
    Participant

    Hi,

    …may be, but BuddyPress is not specifically developped for a theme. When was the latest theme update and compare with latest BP update. Your question could be inversed: why does Extra not fit with most recent BP ?

    Also, sorry for you, but we don’t support premium theme here, as we have no access to their code.

    #261563
    becorath
    Participant

    I have installed buddy press on a couple of my wordpress sites. However, on one, it did not create a database for it. What did I do wrong?

    #261562
    alextincion
    Participant

    The latest version 2.7.2 has design problems in the menu header in the post with the theme of elegant themes Extra

    danbp
    Participant
    #261558
    danbp
    Participant

    Notices and error msg can be related to many things. It’s difficult to tell what desn’t work on your install.

    Those msg are mostly displayed via the template_notices hook. This hook is on all bp templates.
    (see list)

    That said, the discribed issue is specific to your install. You’re the only one claiming about it, so i guess you use a plugin or some custom code who compromise msg or notices to appear.

    Can you give details about your install please ?

    #261555
    Venutius
    Moderator

    One thing you could try is the BuddyPress Repair Tool. It’s located at Dashboard>>Tools>>BuddyPress. There’s a repair for total member count, not sure that it checks the active count though.

    #261554
    melodies
    Participant

    Yes, I have tried to create an error, and the code is not even appearing in the page source. What could be causing it not to appear there?

    I have deactivated all plugins, and I also tried to get the “success/error” message to show up on some of the popular themes (Twenty Sixteen and Twenty Fifteen). It is still not working, and I have no idea why.

    Since this issue started when I updated BuddyPress and WordPress, I think the problem is rooted in one of the two.

    Can you please tell me which file is responsible for the โ€œbp-template-noticeโ€ functionality?
    & Where can I find it?

    Thank you.

    To: @djpaul @danbp

    #261550
    dev grl
    Participant

    Is there a way to easily say that if a user who signs up is approved, can I then hide certain widgets from their view or limit access to do something for one particular user? I am using the buddypress integration with geodirectory and want a user who signs up as a personal user to not be able to add business listings to the directory, but not sure how to inhibit this action for that one type of user.

    #261549
    danbp
    Participant
    #261548
    danbp
    Participant

    Hi @mthant,

    sorry for your menu trouble, but it seems to me, after visiting your site, that you omitted some important settings steps. So let’s try to set up properly your site menu before adding BP related conditionnals.

    1) Each active BP component should have his unique page.
    2) Site should have pretty permalinks activated (whatever option but default)

    For example step 1 indicate that your register page is at /site/register-2. This could be correct, but tells that you created a page called register first, than removed it, and finally recreated a second “register” page. This explains why you have “-2” in the URL and probably a page in the trash. You have to clear it definetly. And you have to ensure that the slug is /register/. Go to dashboard > Pages > Quick edit and correct it.

    As BP is active, you should also have a page called by default “members”. His default url should be http://7fc.d70.myftpupload.com/members/.
    I assume you renamed it to “directory”. Problemen is that “directory” doesn’t show the member directory, or no message telling visitors they have to log in to see this page…

    And as you use a lot of different directories, it is confusing, even for you when you try to build a menu.

    But you’re using Salutation, which is a premium theme and i can’t help you further to set it up correctly.
    But you could activate a Twenty theme for the time you need to create and test how WP menus are created and displayed. And perhaps read through Salutation documentation too. ๐Ÿ˜‰

    Here’s BP guide about the BP menu you can add aside the site main menu.

    And here, the access to any menu related codex articles.

    #261547
    Venutius
    Moderator

    I’ve seen similar issues when a menu was no saved for the site, then all the main items end up being shown as top level. I don’t think in this case that is the case but it does seem to be an issue with the menus, not BuddyPress

    #261544

    When I install/activate buddypress all the ajax JSON response I receive starts with an opening php tag “<?php”.

    #261542
    Venutius
    Moderator

    If you are a newbie you might like to check out my website – http//:buddyuser.com, it’s aimed at getting newbies up to speed.

    Regarding your issue with menus, is this not a more general WordPress/Theme issue? What happens when you replace those BuddyPress Options with other options, do you still get the same behaviour?

Viewing 25 results - 12,326 through 12,350 (of 73,985 total)
Skip to toolbar