Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,026 through 18,050 (of 68,918 total)
  • Author
    Search Results
  • modemlooper
    Moderator

    I’m confused. Did you delete a folder out of the BuddyPress plugin or did you just uncheck groups from settings or both?

    Rename wp-content/plugins to plugins-off and then try to access your admin.

    This will disable all plugins and let you back into site. Once back into site, rename folder back to plugins. If you deleted anything from the BuddyPress folder, go to plugins page in admin and delete and reinstall BuddyPress.

    Never remove or delete anything out of the BuddyPress plugin folder.

    Yukon Cornelius
    Participant

    Hi, I found this thread on my travels and it worked a treat, so i thought i’d share. Just stop discouraging search engines under settings>reading, then post a new reply or topic n the forum and it will now show. Don’t ask me why.

    Yukon Cornelius
    Participant

    Hi, I found this thread on my travels and it worked a treat, so i thought i’d share. Just stop discouraging search engines under settings>reading, then post a new reply or topic n the forum and it will now show. Don’t ask me why.

    kostasze
    Participant

    I turned off Groups from Buddypress settings in Dashboard and then nothing, blank page, I have members and data in the site please help me!

    #174908
    modemlooper
    Moderator

    you should put any code that is not theme related into bp-custom.php https://codex.buddypress.org/plugindev/bp-custom-php/

    It was basically line 106-141 but it won’t work if you cut and paste. You will need php knowledge to make it work.

    That function will just block a message from getting sent for non friends. You would need to edit it for only certain users.

    It would make a great plugin to allow users to block specific users from getting messaged.

    #174898

    In reply to: registration

    @mercime
    Participant

    @mayur-hotkar Create a new blank Page titled “Register” or “Join” or whatever you choose to name your registration page. Create another new blank page titled “Activate” or “Confirm”, etc. Then go to Settings > BuddyPress > Pages and assign the new pages you created to respective Registration element.

    #174894

    In reply to: Registration page link

    @mercime
    Participant

    @sanjusmit What have you done so far in setting up BP site? Have you allowed registration in your installation via Settings > General? Have you gone to Settings > BuddyPress > Pages and assigned a Page to Registration?

    #174893
    alealealeo
    Participant

    @shanebp

    1- I do understand this, but if you change a filter and use it like that for a while, and then want to change it again, your existing data will stay unchanged. To me the solution is to not have a filter for things that won’t be able to be manipulated later on.

    2- Building dynamic strings may be ever so slightly slower, but it’s the reason I love WordPress – To have the power to easily and dynamically change data.

    The main reason I want to make changes to the code is because BuddyPress currently provides a specific way to output things, example:

    “Author Name posted an update in the group [group avatar] Group Name, 14 hours, 00 minutes ago”

    A: None of the links have a class set (except for the time) Meaning that I can’t add CSS to increase the size of “Author Name” without affecting “Group Name” and vice-versa. So I was trying to manipulate the filter to add a class.

    B: I want to change the order of the output, for example if I increase the size of the group avatar I would want to move it from where it is completely. Not very flexible for people who want to make the line work/look a certain way.

    Another example of this problem is the avatar sizes:

    If you define the avatar sizes, example:
    define ( 'BP_AVATAR_FULL_WIDTH', 300 );
    any avatars from activity/groups previously created will still use the old avatar size.
    So if you set it to 300, and then I want to change it in the future to 100 and change the design/CSS, all the existing activity will still show 300 and look bad with the new CSS.

    WordPress works this way to with image thumbnails, however, you can force a regeneration of them using a plugin.

    In short, I am finding that BuddyPress is a great plugin but it seems to me that for the activity (the most important aspect of the plugin) you are stuck into using/showing it how the BuddyPress developers decided was the best format/look, because changing it via filters will result in headaches if I install my custom filters on a site with existing BuddyPress data.

    If there were a way to regenerate the activity database to update everything with the filters/sizes set, that would solve most of the more obvious problems.

    #174889
    hughshields
    Participant

    To be more specific:
    I use BP Registration Options to approve new users in order to keep a clean member profile directory with completed profiles and avatars. The only problem is that the member count on the Member Directory page is not updating.
    Any insight into how Buddypress adds to the member count. I believe it is when a new user logs in for the first time but I cannot locate the code to figure out why it is broken.

    #174883
    lz430
    Participant

    I do have the BuddyPress to WordPress profile syncing enabled. I did add the code above as you suggested, however it doesn’t list the correct profiles.

    #174877
    alealealeo
    Participant

    But strictly speaking, it doesn’t seem like a bug, it seems like it was intentional way of working.

    Can a BuddyPress staff member confirm there is nothing we can do about this in the current version? Is there any way to rebuild or regenerate the data to use filters/code alterations?

    When you save activity data to the database, surely the “translatable/filterable/variable” parts of strings (such as “X posted an update”, etc) wouldn’t be included and would be put together using functions?

    The way it is now (and without being able to rebuild) customizing the plugin seems strictly limited by nature.

    #174868
    @mercime
    Participant

    @alleycakes add the following to your stylesheet

    #buddypress input[type=”submit”],
    #buddypress input[type=”submit”]:hover {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    }

    #buddypress .standard-form div.submit {
    padding: 0 !important;
    }

    #buddypress .standard-form div.submit input {
    margin-right: 0 !important;
    }

    #174866
    @mercime
    Participant
    @mercime
    Participant

    @gaurav190092 Not sure why that’s happening in your installation. WP/BP versions? Theme used? Plugins activated? Have you done some basic troubleshooting like deactivating all plugins except BuddyPress and changing to Twenty Twelve theme?

    #174864
    danbp
    Participant

    You have %d new message from %s

    This string is not in 1.8.1 but in 1.9 beta (pot file:4168).

    You can see/compare that yourself from the trac:

    https://buddypress.trac.wordpress.org/browser/tags/1.8.1/bp-languages/buddypress.pot
    https://buddypress.trac.wordpress.org/browser/tags/1.9-beta1/bp-languages/buddypress.pot

    #174862
    @mercime
    Participant

    @alealealeo suggestion: file new ticket at https://buddypress.trac.wordpress.org/
    log in using WP username and password.

    Shmoo
    Participant

    @ypswytch

    Don’t hold back on posting more code-snippets on here 🙂

    It’s still not 100% what I was hoping for but at least I’ve removed the default ‘ XX time ago ‘ string.

    I can’t believe how difficult it is to customize the Activity-stream against ofter BuddyPress functions. The Activity is BuddyPress’ backbone that connects everything together but there are barely template_tags(); available to use.

    Look at this, those are 5 different activity_items who are all getting included by a single template-tag(); called bp_activity_action() how could you ever make HTML and CSS around something like this?

    – User_Name
    – Activity_Type
    – User_Avatar_Small
    – Activity_Type_Title
    – Activity_Date-/Time

    activity not easy to customize
    .
    sloppy scoure activity buddypress

    #174852
    aces
    Participant

    @rimoreno

    Please don’t hijack other people’s topics, especially when they are so ancient.

    There is a a way to add the username on the second link down on my post: https://buddypress.org/support/topic/dashes-in-usernames/#post-169926.

    If your issue is about buddypress removing hyphens then it looks like it will be fixed for bp 1.9 due quite soon – See the last post on the first link for more info…

    #174851
    shanebp
    Moderator

    >I have tried adding the “type=”alphabetical”

    It should be
    if ( bp_has_members( 'type=alphabetical' ) )

    When doing that, you should enable BuddyPress to WordPress profile syncing
    via Dashboard > Settings > BuddyPress > Settings

    galawa
    Participant

    Hi,
    i was thinking if there is a plugin for chatting like that of facebook,skype or yahoo messenger where it shows some one if he is writing or not.
    i was thinking if there is a plugin for an audio and video call. is there?
    also a plugin for a group chat.is there?
    Do buddypress have such a plugin?
    what about the plugin for connection, like people you may know just like Facebook?

    #174841
    Shmoo
    Participant

    I guess loading-times will always be a problem because i’ve never seen a BuddyPress website that loaded regular speed..

    #174840

    In reply to: User calendar

    aces
    Participant

    @formbi
    https://wordpress.org/plugins/events-manager/ supports buddypress according to it’s feature list…. although I haven’t tried it.

    #174829
    Shmoo
    Participant

    What do you mean by change this to a different page ?

    You can change the layout of the profile-page and change it to what ever you want it to look like.
    If you wanna change this page you can look in the template files..

    Theme Compatibility – Customizing

    Or redirect it to a complete different page ? – but why would you do that, if somebody clicks on a name it expects to go to the profile-page and not to a blog-index for example..

    #174823
    Adhitya Fernando
    Participant

    Hi Hugo, thanks you so much for your kind reply.
    At the time I created this post, my Buddypress template is “messed up” in every browser.
    Then I tried to solve it, I deactivated some plugin and found that it seems there is a conflict between several plugin with Buddypress.
    After that, my BuddyPress already get well again..

    Thank you so much.

    #174822
    bartom34
    Participant

    Hi all,

    Could I use this piece of code in the current BuddyPress version ?

    I want people check-in my Custom Post Type “beer” when they register a activity.

    Thanks for your help,
    Tom

Viewing 25 results - 18,026 through 18,050 (of 68,918 total)
Skip to toolbar