Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 576 through 600 (of 606 total)
  • @gunju2221

    Participant

    @eor, I do have a solution for you! Go into your theme’s custom CSS file, and add the following CSS.

    Global Elements


    */

    }

    h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 15px 0;
    }

    p { margin-bottom: 15px; }
    p:last-child { margin-bottom: 0; }

    hr {
    background-color:#E7E7E7;
    border:0 none;
    clear:both;
    height:1px;
    margin: 20px 0;
    }

    img.avatar {
    float: left;
    border: 2px solid #eee;
    }

    img.avatar {
    background: #ffffff;
    padding: 4px;
    border: 1px solid #ddd;
    /* Round Corners (native in Safari, Firefox and Chrome) */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /* Add the Shadow */
    -moz-box-shadow: 2px 2px 2px #dddddd;
    -webkit-box-shadow: 2px 2px 2px #dddddd;
    }

    @gunju2221

    Participant

    @guigoz, there is a plugin that allows you to put RSS Feeds into your groups. So every time a member inserts a RSS, the posts will show up on the activity stream.

    Is that what you are looking for?

    @gunju2221

    Participant

    To fix the error message, at-least for now, delete the buddypress plugin, then re-install it. Sometimes updates can screw up plugins. (especially a major plugin like buddypress)

    In the future, deactivate such plugins to avoid this.

    @gunju2221

    Participant

    @xiayou, from looking at your website, it looks like you are using a custom theme. The first thing that comes to mind, is Are you using the BP template pack?

    Are you using a host that is free, or do you have a subscription?

    If you have a subscription, it is most likely not the host, more likely conflicting plugins, or a theme that just has a bad bug.

    Try switching to the BP default theme to see if the problem persists, so we can knock off the possibility that it is the theme.

    @gunju2221

    Participant

    Your Welcome, Come back any time for further support.

    @gunju2221

    Participant

    @superfifi, you need to provide details on your question. You want to receive and email on a blog post comment, or a buddypress activity comment?

    @gunju2221

    Participant

    Yes, I do have the problem, except it does not overlap the sidebar. It is a flaw with the plugin, because it is meant for a buddypress default theme.

    For your sake since it is overlapping, try going into the plugin css, and setting the right margin position to “hidden”.

    Another option is to disable the sidebar in the right, but you might not want to do that option.

    You also can go into the easy albums forum, and search on similar topics to this issue.

    @gunju2221

    Participant

    @alienjackhammer, look no further than https://buddypress.org/community/groups/buddypress-easy-albums-photos-video-and-music/

    You can achieve right what you are looking for. Here is an Image of Easy Albums https://s.w.org/extend/plugins/buddypress-easy-albums-photos-video-and-music/screenshot-5.jpg?r=316117. Trust Me, It is what you are looking for :)

    @gunju2221

    Participant

    Oh, @alienjackhammer, my dear, there are 2 great plugins that would end your search!

    https://buddypress.org/community/groups/buddypress-easy-albums-photos-video-and-music/

    That plugin allows you to insert your album’s pictures right into your status updates! :)

    Another great plugin: https://buddypress.org/community/groups/bp-album/

    @gunju2221

    Participant

    “I really want the ability for hidden groups to be seen” Are you saying that you want a group where if a non-member tries to access the group, it will block? Or are you saying if a registered member enters a group whom they have not joined, will be able to read the content, but not post?

    @gunju2221

    Participant

    @robert, If this happened just recently, there is a high chance that there is a conflicting plugin. It is usually not the php file that is incorrect. First, try deactivating all plugins that relate to buddypress, and see if the problem persists. (deactivating will not delete settings)

    If you have done that, and it is still not working, try installing the BP template pack again. This will recreate the template files, such a groups, into your custom theme again.

    @gunju2221

    Participant

    You can get all the styling for you custom theme in /plugins/buddypress/bp-themes/bp-default/inc/css/default.css

    In order for it to take affect in your theme you need to add “/* Inherit the default theme styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );” into your custom css page.

    @gunju2221

    Participant

    @matiaspunx, Usually it will list the username, unless it is a private message.

    It would surely be possible if you took the code of the (function ‘show user avatar’) ‘buddypress’)), and placed it in the adminpar php file, it would show up.

    I would highly recommended seeking a professional web builder, because it requires going to to the Buddypress Core Elements, and would take some expert styling on avatar size, due to dropdown menu.

    @gunju2221

    Participant

    @liesl1698 Are you talking about a Facebook Notification Functionality?

    If yes, sorry, unless you are an expert at html code functions, that is not an option at the moment. The Notifications feature is for private messaging, and community functions. There may be a plugin in the near future.

    @gunju2221

    Participant

    @superfifi, are you talking about an activity comment in buddypress, or a blog post comment? Blog comments you should automatically get an email. For activity comments, If might be possible for that to be possible via plugin, but I do not know if it exists off the top of my head. You might want to go searching.

    i’d just want to see if everything is clean (no picture forbidden);

    I am not quite understanding what you are saying by that. :)

    @gunju2221

    Participant

    @robert,

    To help solve your problem, you need to list some more information.

    Are you using the Buddypress default theme, or a custom theme?
    What version of Buddypress are you using?
    Has this problem always been there, or just recently?

    @gunju2221

    Participant

    @kkeller22,From viewing your site, it may look like you have not enabled some features in the WP-Admin.

    Is the “Extended Profiles” enabled in your “Component Setup” In Wp-Admin? Do you have Buddypress Template Pack Plugin Installed? (if not using default theme)

    If it is, always check for plugins that may be causing the problem. If that is not it, tell me, and we can work on going inside the html structure of your website :)

    @gunju2221

    Participant

    @michael,The 404 errors tell you that the buddypress contents have not been correctly transfered. Did you complete the Buddypress Template Pack Steps? (e.g templates)

    If you have, try manually bringing the files over to your new server via FTP, or any other hosts you use.

    @gunju2221

    Participant

    @progressiveimpact,Try the plugin “Buddypress Announce Group” https://wordpress.org/extend/plugins/buddypress-announce-group/

    It is a group where anybody can see, but only admins can post content.

    @gunju2221

    Participant

    Do you have any plugins that relate to it? Try Deactivating any plugins, so we can check that off the list.

    @gunju2221

    Participant

    @inkblottest, I am not getting anywhere yet!!!!! :)

    And I changed all of my info, WHEW!

    @gunju2221

    Participant

    @mercime, I get what you are saying now.

    Here is the updated Version: http://buddypress.pastebin.com/2zXYR1qn :)

    @gunju2221

    Participant

    No, I deleted the entire thing.

    But what do I do know for you to look at it?

    @gunju2221

    Participant

    I deleted, but I am not sure what you mean? :s

    What do I do with the code?

    @gunju2221

    Participant

    @hnla @inkblottest, and @mercime, Mercime, is correct. The Bb-config file located in the buddypress folder is not the location I am looking for. As stated on the first page 2 times, it is in /var/chroot/home/content/47/6114047/html, which I have no blues clues where that is.
    Should I put the code of my BP-config file on here so someone so so kindly could check for any errors?

Viewing 25 replies - 576 through 600 (of 606 total)
Skip to toolbar