Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,301 through 12,325 (of 69,016 total)
  • Author
    Search Results
  • #242938
    djsteveb
    Participant

    First thing I would do – go to permalinks – note what the settings are – change setting to something else – save. Then change settings back and save.

    see if it now works.

    if not I would check the bp associated pages thing – https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    see if works..

    if not – deactivate all plugins except BP… switch to default 2014 theme… see if works..

    djsteveb
    Participant

    A similar recent thread with some info: https://buddypress.org/support/topic/create-new-login-widget/

    So we are clear, a regular “wordpress login widget” IS a buddypress login when you have BP installed.. (99% sure on this)

    Petersen
    Participant

    Hi, thanks for your message. But i want only buddypress login form.Is there a way ?

    #242923
    djsteveb
    Participant

    @gioabove5k
    Should be no big deal..
    if you are sure you permanently deleted them (also emptied the trash in wp or whatever) – then just create a 5 new pages.. register, activity, groups, activate, members.

    each one blank – check to see if wordpress makes your new pages “register-2” or not – if so – you may have just deleted the page, and not actually permanently removed it via the trash thing…

    then go into your components settings and make sure the things are linked there –

    Configure BuddyPress

    no big deal at all

    #242912
    shanebp
    Moderator

    >I think spam and extended features have been added by buddypress therefore i am asking here.
    Sorry, my mistake.

    Before adding the ‘spam’ link BP checks to see if
    current_user_can( 'edit_user', $user_id )

    Members can also be marked as spammers via the front-end.
    Take a look at :
    \bp-templates\bp-legacy\buddypress\members\single\settings.php
    You might be able to adjust it to check for a cap of your choice.

    #242911
    Shaktimaan
    Participant

    edit_users capability will let them do many other things that i don’t want.

    I think spam and extended features have been added by buddypress therefore i am asking here.

    I have a blog where i am not using buddypress plugin. I don’t see spam and extended option there.

    #242905

    In reply to: Editing media queries

    rgrober
    Participant

    @djsteveb, I found a way to activate the bp default theme from long ago, so that I could just build upon it:

    Building a Child Theme of the BP Default Theme

    I am not using the “twenty-fifteen” or 2014 theme.

    Thanks again for responding!

    #242901
    labsupplyorg
    Participant

    I just figure it out. I reset the permalinks on buddypress forums settings and the problem is resolved.

    #242897

    In reply to: Editing media queries

    djsteveb
    Participant

    @rgrober – I am pretty new to this as well. I wonder what you mean by the buddypress default theme – as there was a bp default theme thing some time ago – but from what I have seen (and I have not seen everything) – the bp default theme stuff is legacy – do you mean you have a fresh install of wp / bp and it is using the “twenty-fifteen” or 2014 theme?

    #242896

    In reply to: Editing media queries

    rgrober
    Participant

    Hey, @djsteveb, thank you so much for the response!

    Full disclosure, I’m very new to a lot of this.

    I’m building on the buddypress default theme. I’ve tried to add media queries to style.css in my child theme, but I’m not having any luck.

    How should I go about modifying media queries?

    Any help you can provide is greatly, greatly appreciated.

    #242895

    In reply to: Editing media queries

    djsteveb
    Participant

    @rgrober – What theme are you asking about?
    I am not sure this is even a buddypress related question / issue.

    #242891

    In reply to: question / answer

    djsteveb
    Participant

    @ewerto2015
    Why you ask exact same question in new thread you?
    ( https://buddypress.org/support/topic/registration-10/ )

    already answered.

    Search the wp-repo and test a couple to see what works for you.

    in reply to you other statement on the other thread

    plug is already inactive for 2 years ..

    I still use that plugin “good question” on several wp / bp sites that are all the latest versions and it works just fine – so not sure what the issue is for you not trying it out to see for yourself.

    #242888
    danbp
    Participant

    Salaam !

    Read here please

    translate.wordpress.org (GlotPress)

    BuddyPress is actually translated to 31% to persian. You can complete it here:
    https://translate.wordpress.org/projects/buddypress/2.2.x/fa/default

    And ask to became a validator or editor here.. Eeven if it’s a WordPress crew, somebody can perhaps give you more advice. https://make.wordpress.org/polyglots/teams/?locale=fa_IR

    #242879

    In reply to: Two Seperate Forums

    maudco
    Participant

    Hi,

    Maybe it can help you
    here

    #242869

    In reply to: Group upload

    djsteveb
    Participant

    @devbynature
    kind of a mashup of these two I guess – https://wordpress.org/plugins/buddypress-groups-import/

    https://wordpress.org/plugins/invite-anyone/

    with an extra email out instead of just within the bp internal mail thing I guess.

    Interesting idea.

    Not sure if anyone has made anything more along these lines..

    #242864
    djsteveb
    Participant

    @passini – have you tried it using a “default theme” like 2014?

    If so and the problems persists, I would try deactivating all other plugins, and try with your setup running only with buddypress activated and a default theme.

    If making those changes fixes your issue, then you would know that it’s possibly your theme or one of the other plugins causing a conflict.

    #242862
    Paul Bearne
    Participant

    this ticket was the clue i needed
    https://buddypress.trac.wordpress.org/ticket/6448

    #242858
    nkeatign
    Participant

    No — so basically I have a site with say 5000 Posts from a bunch of different authors.

    Ive added Buddypress to the site and we only have/need our profile pages to show the users posts, this is working fine for anytime an author publishes a new post, because an activity record is created.

    However, the old posts (published prior to buddypress being installed) do not show because there are no activity records, correct?

    How do I create activity records for all the old posts, so the user has a complete profile?

    #242855
    shanebp
    Moderator

    The recommended method is to turn off other plugins and / or switch to a standard theme like WP 2015.
    Due to permalinks aspect, I suspect another plugin.

    If that doesn’t narrow it down, you can submit a bug ticket here.
    But you should provide better instructions on how to duplicate the issue.
    This is unclear: “To break the site navigate to the profile and page to another page/set of users and the page does an ajax call to load the view”

    #242851
    shanebp
    Moderator

    For 400 groups, write a function.

    Some old info, might still work:
    https://buddypress.org/support/topic/resolved-programmatically-creating-a-group/

    #242850
    shanebp
    Moderator

    So you want to filter activity items based on geo-data.
    Have you looked at https://codex.buddypress.org/?s=activity+loop
    Specifically re bp_parse_args and custom filters.

    But first, how would you assign geo-data to an activity item?
    There is an activity_meta table you should be able to use for storage via bp_activity_update_meta()

    #242836
    djsteveb
    Participant

    @nasongo – so you just upload it – then go to your dashboard and it’s blank?
    Are you saying that you did not even get to the dashboard and activate / enable buddypress?
    OR do you mean you uploaded it, then went into the dashboard -> plugins and clicked activate (buddypress)?

    If you just upload BP and your dashboard is broken – something REALLY strange is going on..
    If you mean that you activate it and it goes blank – then I would suggest deactivating your other plugins first – and switch to default 2014 theme (or similar) – THEN activate BP.. run through it’s initial setup stuff – THEN look into which other plugins / themes you want to try..

    #242833
    djsteveb
    Participant

    When you “upload and extract buddypress,” – are you putting it domainroot(wordpressinstallroot)/wp-content/plugins/ folder?

    cityfox
    Participant

    Thanks for the reply. I’m a newbie. I don’t understand what you mean. I put the code with php tags in the groups-loop-file but it doesn’t work correctly. The website shows this:

    array(2) { ["members"]=> array(0) { } ["count"]=> string(1) "0" }

    In the meantime I got another idea: I put the Group Members Loop in the text editor of a wordpress page. I thought if that works I can put the code into a shortcode (with plugin My Shortcodes) and make shortcodes for each group. But the loop doesn’t get the group members. On the website there is the message “This group has no members”. Then I put the group ID into the loop like that:

    bp_group_has_members('group_id=1')

    But still it doesn’t work. I’m lost…

    #242829
    Nomi
    Participant

    Thanks for reply. I am trying to make my theme buddy press compatible. I am adding only one file which is buddypress/buddypress.php.
    I have checked css buttons are not hidden. If I remove buddypress.php from my theme it displays buttons.

    I am using simple loop in buddypress.php is that ok?

    	<?php while ( have_posts() ) : the_post(); ?>
            <?php the_content(); ?>
           <?php endwhile; // end of the loop. ?>
Viewing 25 results - 12,301 through 12,325 (of 69,016 total)
Skip to toolbar