Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 32,576 through 32,600 (of 94,540 total)
  • Author
    Search Results
  • kraigg
    Participant

    I spent a few hours creating a development version and testing, but I still can’t get it to hide private discussions from the activity stream.

    Here is what I tried so far:
    – Deactivated all plugins except BuddyPress and bbPress, to see whether it is a conflicting plugin issue
    – Reverted back to default BuddyPress theme
    – Set the group to public, then back to private again

    The only strange thing I’ve found so far is when I go into the database. Inside the bp_activity table, the discussions from private groups all have “hide_sitewide” = 0. If I set hide_sitewide for these discussions to 1, the topic no longer appears in activity stream. But where does hide_sitewide originally get set?

    Donald McIntyre
    Participant

    Hello, I activated Buddypress and it doesn’t accept the page template (fullwidth), it doesn’t add the page name on the title, and it repeats the content of the buddypress pages twice: e.g site activity and the below it repeats all the site activity again.

    You can see an exmaple here: http://www.newfination.com/community

    Do I have to tweak anything?

    Thx!! Donald.

    chuckingit
    Participant

    hi – i’m by no means an expert but just testing buddypress 1.7 and in looking at MySQL tables, it appears that the activity @name is from the WP User Nice Name in the WP_Users table … note i’m also testing on a WP Multisite network …

    also, being able to change the activity @name might be great feature for profile edit ..??..

    with respect modifying profile, i’ve seen a drop down from the user profile top right menu bar that allows me to get to the profile and edit it …

    i’m not positive about the BuddyPress settings and sync’ing with WP profiles … hope this helps 🙂 cordially, chuck scott

    applegateian
    Participant

    Hi guys

    I have 5 different user types. These are all determined upon registration using Buddypress User Account Type Pro (http://wpbpshop.com/buddypress-user-account-type-pro)

    I would like to add a class to various parts of a members public profile to colour them differently to each other. For example, the users avatar would have a red border if they were profile type 1, blue if they were profile type 2.

    Is there a way to do this?

    Thanks,

    Ian

    #163279
    kkradel
    Participant

    Beautiful!

    Thank you @mercime !

    #163276
    bp-help
    Participant

    @megainfo
    Hey thanks! I just added the code to the plugins js file and it worked like a charm!
    I also fixed the styling in my child Responsive Theme. Its just a matter of adding floats, and margin. On my bp-default child, twenty twelve child, and simplify theme child all work perfect as well!
    Again nice job and thanks for the great plugin!

    beetoobee
    Participant

    Hi

    I am running BP 1.7.1 and WP 3.5.1 have a theme (ProjectTheme by sitemile) with a child theme (Bounce by ghostpool). I had a developer help me set up this. I am not a developer and am a steep learning curve due to a small budget (read: can’t afford a developer at this point).

    My problem is that no matter what theme I run I can make friend requests and receive both mail and WP toolbar notifications that I have a friend request, but when I try to accept I get 404 error. I have no way of accepting outside of the toobar, i.e. no page.

    I have tried to figure out how to create a friends page and requests page, but it is beyond my skills. When I look on the FTP I can see that all the .php templates are there. When I look at page attributes and try to choose a template from the drop down I get the following options (I have put what I believe to be the controlling component in brackets): Default (bounce), Blank page (bounce theme), BuddyPress activity directory (BP), Login (WP), Page list (?) and project_special_page (project theme).

    Irrespective of which theme I choose (including BP theme) I can not get friends or request pages to work.

    How do I fix it? Do I need to create friends and request pages or should they generate automatically? Why are there .php templates, but they don’t show up in the page attributes template list and if I wanted them to show up there how do I do that?

    I realise that these are not necessarily easy questions to answer in a post, but if someone can point me in the right direction via documentation or similar, I would appreciate it.

    Regards
    Jason

    #163272
    @mercime
    Participant

    BP Bug Reports -> https://buddypress.trac.wordpress.org/
    Please provide info about your installation when you post there -> WP/BP versions, single/multisite install, if multisite where is BP installed, theme used, plugins activated, etc.
    Thanks.

    #163271
    @mercime
    Participant

    @kkradel In a nutshell, if your theme has a full-width template, open that file, copy all code, and paste into a new file, buddypress.php which you then upload to your theme folder in server. https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/

    #163268
    CorpWritingPro
    Participant

    This might be an issue for the bbPress Support Forum. Apologies if I’m posting in the wrong forum. However, bbPress Support Forum does not recognize my WordPress.org/support log in.

    I have both BuddyPress and bbPress installed on my website. I added a group and a forum. When I “create new topic” I receive the following message:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 36761 bytes) in /home/content/19/7058619/html/wp-includes/wp-db.php on line 885

    Suggestions?

    @mercime
    Participant

    @henrywright-1 I recall seeing that happen once with a BP Default child theme and the other time with a “BuddyPress-ready” theme. It was a JS issue and was fixed with a point upgrade. What theme are you using?

    #163266
    meg@info
    Participant

    The problem is from js code who animate #whats-new-options div, he make a div 40px hight.

    i find fix, i will fix the plugin by ading this code in js file

    
            jQuery('#whats-new').off('focus');
            jQuery('#whats-new').on('focus', function(){
                jQuery("#whats-new-options").css('height','auto');
                jQuery("form#whats-new-form textarea").animate({
                    height:'50px'
                });
                jQuery("#aw-whats-new-submit").prop("disabled", false);
            });
    
    #163264
    meg@info
    Participant

    Hi again @bp-help and thanks for feedback,

    The scroll becomes visible also without the plugin, i think is css problem from buddypress (responsive).

    http://s21.postimg.org/j822en8iv/resize_compact.png
    http://s17.postimg.org/wotdu057z/resize_default.png

    you can fix that by adding this css :`
    #activity-privacy {
    margin-top: 2px;
    }
    `

    #163263
    storyaday
    Participant

    It has changed. I just went through this step by step guide this morning and it worked like a charm. I was nervous, but needn’t have been.

    https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/

    #163262
    meg@info
    Participant

    Hi bp-help :P, give me 5 minute plz to read all this posts

    #163260
    bp-help
    Participant

    @hnla @mercime
    I thought I put this topic in “creating & extending” but for some reason it showed up in “installing buddypress.” Could you kindly move it there please? Also can you change my topic title to “BuddyPress Activity Privacy Plugin?” Thanks guys! 🙂

    Gargoyle297
    Participant

    I’m near to make the new communitie’s site start and i’m regstering all my wp imported users to the public ‘triari’ buddypress group.
    Using the admin function ‘GROUP’ in the admin dashboard i’m adding users.
    – First is assigned as administrator
    – Second as the moderator
    and then all the others as members.
    When i save the 19th member (it means ‘id in the group’ = 21) the administrator member disappear from the list and the system tells me I cannot drop all the admins !!! I can’t go any further but the front-end group dashboard presents me the correct situation: The administrator is still there and with the correct credentials.
    Coming back to the back-end group, promoting one of the visible member as admin and then inserting the 20th member (id=22) the Moderator (id=2) disappears too!
    I think this is could be a Group-Dashboard bug. Where can I write for this?

    Thanks

    kkradel
    Participant

    WordPress Multisite 3.5.1
    BuddyPress 1.7.1
    Tetris Theme

    So, I’ve read the past queries and comments on getting rid of the sidebar on BuddyPress pages, but they all are relating to BuddyPress prior to 1.7 when the theme compatibility files were being used.

    So, switching the page width from “default” to “full-width” doesn’t work with the BuddyPress pages. (It does work with other site pages though, so it’s not broken).

    Is there a simple edit to set BuddyPress individual pages to full-width? (Not the whole site)

    Setting the #sidebar to display none in the css drops the widgets out of the sidebar, but the sidebar is still there.

    I’m not even sure that I want to eliminate the side bar, I just want to see if it looks cleaner without it and then decide.

    #163257
    bp-help
    Participant

    @megainfo
    I forgot to mention this scroll only becomes visible after I activate your awesome plugin but I am sure its probably a quick fix. Thank you again!

    #163256
    bp-help
    Participant

    @megainfo
    Great plugin congratulations, it works a treat!
    I only have issues that are purely cosmetic and I was wondering if you could take a look. I tested using WP 3.5.1 BP 1.7.1 and a child theme of bp-default and a child theme of Responsive theme. The post button gets place different in each child theme and this annoying scroll shows up when you click inside the the post form field. Here are some images that may explain it better. Thanks mate!
    http://s20.postimg.org/ruuk39xot/responsive.jpg
    http://s20.postimg.org/uq7na51ot/bpdefault.jpg

    #163255
    kkradel
    Participant

    This is a new one.

    WordPress Multisite 3.5.1
    BuddyPress 1.7.1
    Tetris Theme

    When an existing user comes to the site to login, and then after login they might have a notification message waiting.

    The notification message is in a large pale orange box that is the width of the website (and as long as it needs to be for the length of the message.) At the end of the message is a “Close” link.

    Click on “Close” and nothing happens.

    The orange box covers the drop down menus from the buddybar so that one can’t maneuver in the site.

    The only way to get rid of it is if someone notices that the same message is printed underneath their avatar in the sidebar and they happen to notice that there is a “Close” link there as well. Clicking the “Close” link in the sidebar closes the message both in the orange box and the sidebar.

    Thoroughly annoying behaviour.

    #163251
    meg@info
    Participant

    hi,

    mybe cubepoints-buddypress-integration plugin

    https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/

    can help you, you need to install cubepoints plugin before then disable points for everything and enable only ranks.

    #163247
    meg@info
    Participant

    hi,

    there is no filter for the search UI (members and groups), the only why is to remove the function call in the template or to use css.

    the template file :
    buddypress\bp-templates\bp-legacy\buddypress\groups\index.php
    just comment bp_directory_groups_search_form();

    or add this css code :

    
    #group-dir-search{
       display: none;
    }
    
    #members-dir-search{
       display: none; 
    }
    
    fredesq
    Participant

    Hi, I would like to remove the Buddypress search boxes, for example the groups specifically.

    The div id is group-dir-search but the only relation to this I can find is in the legacy folder which I tried editing to no luck.

    I’m using 1.7.1 also

Viewing 25 results - 32,576 through 32,600 (of 94,540 total)
Skip to toolbar