Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,601 through 11,625 (of 68,918 total)
  • Author
    Search Results
  • Henry Wright
    Moderator

    @paragbhagwat You could always submit a request on Trac to ask that the extra argument(s) you need be passed.

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

    The username and password you use here in the forums will work there too.

    #245836

    In reply to: Problems with TopBar

    flopfeil
    Participant

    Thanks for your help, but its not the solution.

    My TopMenu got the content you see on that screen.

    http://www.pic-upload.de/view-28637544/Top_normal.jpg.html

    I try to explain my problem better.

    The TopMenu works when the Buddypress Plugin is deactivated. Its on all Sites that Menu I want to have.
    After I activate the Plugin on some of the sites(Buddypress specific sites) changes the TopMenu and show the content from the NavigationBar.

    So I think there is a piece of code in any PHP-File which overwrites my TopMenu.

    Any ideas???

    #245832

    In reply to: Problems with TopBar

    Paul Bursnall
    Participant

    From what I can see on a clean install of Kleo/Buddypress, the Top Bar has a menu location assigned to it in WP admin called ‘Top Menu’. This works the same as any other WordPress menu meaning you can add or remove items from that menu.

    In WP admin go to Appearance > Menus and select Top Menu. Under Screen Options (top right) ensure the Buddypress box is ticked (allows you to assign Buddypress links to any menu). You should be able to remove the links you don’t want to show from that menu, then save it.

    If you installed Kleo with the demo data it might be the case that these links were automatically added. But you should be able to remove them to your liking. There’s nothing going on here that Buddypress is automatically doing itself when it’s enabled.

    #245828
    immoon
    Participant

    For some reason, one of the plugins mentioned was conflicting with Buddypress.

    #245827
    Venutius
    Moderator

    Have you tried deactivating all the plugins apart from BuddyPress?

    #245819

    In reply to: oldest first

    shanebp
    Moderator

    Use the sort parameter.

    Activity Loop

    #245818
    Adalinka
    Participant

    @Masterpef- I really like how your profile page looks like.Would it be too much if I ask you how did you create it? Do I create a new page in wordpress and give it a profile name.And than Plugin works the magic? Or is there some code,I need to place in html editor? Or add to theme.php or sth? I am trying to understand how it works.. :-/ Thank you.
    Ps. How much do I actually need to know to build a membership site with BUddyPress? I mean how much of coding? How technical is it? Is there a step,by step detailed tutorial that maybe you have used?

    #245814

    In reply to: How can I contribute?

    Henry Wright
    Moderator

    Hey @venutius

    It’s great to see you’re interested in contributing. Check out the Participate and Contribute article for the various ways you can help out with the project.

    Hope this helps!

    Venutius
    Moderator

    I remember looking at a plugin called something like Buddypress custom profile menu, maybe that would do it for you?

    https://wordpress.org/plugins/buddypress-custom-profile-menu/

    #245798
    Henry Wright
    Moderator

    Looking at the Activity Loop article, there’s 3 steps to this:

    1. Pass display_comments to your loop:

    if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&display_comments=stream' ) ) :

    2. Wrap your HTML in an activity class (This is an optional step if you want AJAX to work).

    3. Add the code (see article) inside your loop, below activity-content and above the closing list item tag.

    #245792

    In reply to: Problems with TopBar

    flopfeil
    Participant

    after deactivating buddypress

    http://www.pic-upload.de/view-28637541/Top_no_buddypress.jpg.html
    _________________________________________________________________
    how it should looks like

    http://www.pic-upload.de/view-28637544/Top_normal.jpg.html
    _________________________________________________________________
    wrong content after clicking buddypress content from the dropdown-menu off the topbar,
    it shows the content from the navigation bar, also in the topbar

    http://www.pic-upload.de/view-28637548/Top_wrong_content.jpg.html

    #245788

    In reply to: Problems with TopBar

    flopfeil
    Participant

    http://www.trachtentracht.de/

    thats the site, it only shows up fpr logged in user.
    After creating an account you can click on several links in the topbar all the buddypress links are messed up. For example “Nachrichten” from the dropdown menu.
    Stick for a while with this problem and nobody can handle it.
    I ask the theme support and the wordpress support weeks ago.

    #245783
    Philosopher Rex
    Participant

    probably my final update for this:

    #buddypress #object-nav, #buddypress #subnav, #buddypress #groups-directory-form .item-list-tabs {outline:0;margin:0;text-align:center;}
    #buddypress #object-nav ul, #buddypress #subnav ul, #buddypress #groups-directory-form .item-list-tabs ul {display:table;width:100%;table-layout:fixed;font-size:.65em;}
    #buddypress #subnav ul {width:98%;font-size:.6em;margin:0 1%;}
    #buddypress #object-nav li, #buddypress #subnav li, #buddypress #groups-directory-form .item-list-tabs li {display:table-cell;float:none;text-align:center;height:2em;padding-top:.5em;background-color:#ddd;border:1px solid #c6c6c6;border-bottom: 1px solid #999;text-decoration: none;outline:0;margin:0;}
    #buddypress #object-nav li a, #buddypress #subnav li a, #buddypress #groups-directory-form .item-list-tabs li a{display:block;text-align:center;word-wrap: break-word;padding:0!important;color:#888;text-shadow: 0 0 1px #ddd;outline:0;}
    #buddypress #object-nav li a:hover, #buddypress #subnav li a:hover, #buddypress #groups-directory-form .item-list-tabs li a:hover {color:#000;outline:0;text-shadow: 0 0 1px #fff;}
    #buddypress #object-nav li.current, #buddypress #subnav li.current, #buddypress #groups-directory-form .item-list-tabs li.selected {border-color:#999;border-bottom-color:transparent;background-color:transparent;}
    #buddypress #object-nav li.current a, #buddypress #subnav li.current a, #buddypress #groups-directory-form .item-list-tabs li.selected a {pointer-events:none;cursor:default;color:#222;font-weight:700;}
    #buddypress #object-nav li.current a:hover, #buddypress #subnav li.current a:hover, #buddypress #groups-directory-form .item-list-tabs li.selected a:hover {color:#222;font-weight:700;}
    #buddypress div#subnav.item-list-tabs {margin:0!important;padding-top:1em;}
    #buddypress div.item-list-tabs ul li a span {display: block!important;border:none!important;background-color:transparent!important;padding:0!important;margin:0!important;}
    #buddypress select#activity-filter-by {font-size:.8em;}
    #245781
    teruun
    Participant

    Hey, sorry I’m new to Buddypress too and I can’t help you. But I’m also interested in your questions. Had you got any answer for you question? If it is yes, I want to know how you solved these problem. If it’s not, let’s find it out together.

    #245780
    Venutius
    Moderator

    OK, I’ve managed to replicate the problem on my test site. It seems to be related to comments on older posts.

    I’m running 2015 and Buddypress, that’s all.

    Comments on older posts are not showing in the activity feed when it is set to Everything, they can only be seen if comments only are selected in the filter.

    Comments on recent posts are shown under the update for that post.

    #245778
    Henry Wright
    Moderator

    If you go to Settings > BuddyPress and then select the Settings tab at the top, you should see Blog & Forum Comments under the Activity Settings section on that page. Ensure that checkbox is checked.

    #245765
    Andrew
    Participant

    Thanks shanebp. I just found out the plugin was updated 8 months ago on GitHub to allow for this:

    https://github.com/r-a-y/buddypress-followers/commit/be48a8ee7d1baa0b3cf73f98597c3c12ff3e16b3

    But for some reason they haven’t updated the plugin in the WordPress.org plugin directory for over a year.

    #245759
    @mercime
    Participant

    Re BadgeOS plugin conflict: please post the issue at the plugin’s support page at https://wordpress.org/support/plugin/badgeos

    Re error with Media upload: Do you mean you cannot upload media from the Page/Post/Media > Add New panels? Then do provide more information https://buddypress.org/support/topic/when-asking-for-support-2/. If you’re using a third-party media plugin, please post the issue at that plugin’s support forums.

    #245758
    pnet
    Participant

    On the buddypress menus?

    I think it’s just for the wordpress menus.

    #245753

    In reply to: Profile Page Empty

    Michael Kracke
    Participant

    I found the issue, because I have written the theme from scratch, it is not buddypress compatible. So now I have to go back through it and editing the templates to be compatible with BuddyPress

    #245746
    Venutius
    Moderator

    I found this:

    https://bp-tricks.com/featured/buddypress-shortcodes-plugin/

    It is a bp shortcodes plugin that has a display members function.

    #245740
    danbp
    Participant

    shouldn’t BuddyPress create those pages automaticallyyes, but only when it is the first install. As you sed a member plugin previously with a page name member, BP didn’t create one as it already exist. But BP doesn’t check for existing plugins, just for “his” pages.

    Anyway, as you added BP, than reinstalled or reactivate, the page was already registered in the wp_post table, with a post_type of ‘page’ and a post_status of ‘publish’.

    Also, in the WP system, when a page is in the trash, it is not deleted. The page is still in the table, but with a post_status of ‘trash’. To remove it completely you need to delete it permanently. Click on trash and use the appropriate button.

    Now the issue. You have 2 member pages. The one has a slug /member/, the other has a slug /member-2/.
    The one may show in the pages list and the other in the trash. This naming is the internal way used by WP to differenciate 2 pages with a same name. That’s fine, but BP dosn’t know about that, and you can run into trouble because of this. And other plugins also.

    Ensure you have only one page called ‘member’ and clear the trash. And delete completely the other one. Do the same for any other BP page eventually. The principle is to have an unique page name in the pages list and no identical page in trash.

    Yes you have to create these page manually now. By default, each component should have one page assigned. On a standart install, you should have at least:
    members – activity. If activated, group. And depending of the previous status of your WP (before BP installation) a page for activation and registration. If not in BP’s page settings, you have to add them manually.

    Note also that all these pages exist only to give a slug to each component. These page are not ordinary WP pages, but slugs placeholder used internally by WP to connect the components.
    That’s why they should exist, be blank and without any model or template assignation.

    The content is added dynamically by BP for each component with the appropriate template to the current action.

    e.g. the member page. You can name it to what you want. Lets say you called it crew. His slug is /crew/
    When typing your-site.xx/crew/ you will see something related to the member component.

    The member directory is default: your-site/crew/ will show all your members

    Now you want to see a profile. The slug wont change, but only the action.
    Again your-site/crew/ (the default slug, aka page) and the new action: go to the profile of /username/
    Click on a member name and you’re now on his profile: your-site/crew/username
    Now from the profile you want to see that users friends.
    your-site/crew/username/friends

    As you see, you’re always on the same “page”, but with different content depending the context. This context is defined by anything appearing after the slug name.
    This behave is the exact inverse of a traditionnal WP page, intended for so called static contents such as about page or TOS and similar stuff.

    Hope this point is now clear to you.

    #245737
    Adalinka
    Participant

    No. They are not there. As I mentioned,I have deleted the plugins and moved all the pages associated with it to trash. When I installed BuddyPress plugin back there were no new pages in dashboard. Only when I recovered the pages (I am not even sure the right one,since I had two “members”pages, I can see it now in the settings. But shouldn’t BuddyPress create those pages automatically?

    #245736
    djsteveb
    Participant

    The pages are probably already in your dashboard – pages – view all – just not associated (?)

    Info here: https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    pnet
    Participant

    Well as soon as I post it I figure it out.. go figure 🙂

    In case anyone else is confused here’s what I did and I had no clue going into it.

    Use this https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ for a reference on what to name your files and where to put them. (.po and .mo files, trust me I did not even know what these were)

    Download this editor/compiler here: https://poedit.net/download (it’s free!)
    You will need this to create (compile) the .mo file (if you want to know what these files are google it, that’s what I did)

    Use the buddypress link above and go to the “Translating with PoEdit” section, it will walk you through how to open the file with Poedit.
    (This part “This will open a settings dialog and you will be asked to fill in some details such as project name which we’ll skip. Click on ‘OK’ and you’ll be asked to save your language file.” did not happen for me, it asked me my language and I selected English United States, choose what you desire.)

    Now remember in my case I needed to change a few buddypress page titles.
    Example: I wanted to change the buddypress title “Groups” to “Chat Rooms” –
    While in Poedit with your .po file open, where you need to change it seems to be near the bottom of the file. Scroll down until you see something like this “Site-Wide Activity [component directory title]” (this was the first one for me). These are the buddypress page titles, this is where you can change them.

    Click on the title you want to change, my case Groups, below you will see “Source text” this is where “Groups” is showing. In the text area under that you will see “Translation”, this is where I typed “Chat Rooms”, as this is the title I would like it changed to.

    When finished Save your .po file. Back to Poedit, click File, select “Compile to MO” , save you .mo file as directed in the buddypress link above.
    Follow the rest of the instructions in the link to upload your .po and .mo files.

    I hope this helps out others who are new to buddypress! 🙂

Viewing 25 results - 11,601 through 11,625 (of 68,918 total)
Skip to toolbar