Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 31,526 through 31,550 (of 94,539 total)
  • Author
    Search Results
  • #165723

    In reply to: [Resolved] Admin Bar

    aces
    Participant

    That was a similar bug in bp v1.7.0 which was fixed in v 1.7.1 see: https://buddypress.org/support/topic/white-line-under-head-menu/#post-163065

    You could try the ‘temporary’ fix for that bug: http://pastebin.com/sSBGjPNi in your child theme’s functions.php file…

    #165720
    martinm92
    Participant

    Im sorry for having to create a new topic on the admin bar I have been searching everywhere and everyone has given the same answer however it isn’t working for me.

    WordPress 3.5.1
    Buddypress Version 1.7.2

    The problem is I have got rid of the admin bar but I have been left with the 25px space. However it isn’t empty white space, it has just pushed my content down, my background still remains there. I have tried body { padding-top: 0px !important; } that didn’t work, I have tried #wp-admin-bar { height: 0 !important; } that also hasn’t worked.. I have a screenshot below, my site is currently being worked on locally.

    Any help is appreciated!

    Emily Barney
    Participant

    I don’t really know the code that well to be sure I’m being accurate, though, especially if the codex is instructing people to make changes to core files.

    #165716
    danbp
    Participant

    The author answer means that the plugin works only with group forums ?!!!

    So you have to search another rating widget who works with bbPress or create it yourself or to configure your buddypress to use group forums instead of a standalone forum.

    But as bbP is fully post typed, have you tried to use the plugin’s shortcode ?
    https://wordpress.org/support/topic/ratings-in-custom-post-types

    #165712
    danbp
    Participant

    hi @4ella,

    read here (published on march 2013…): http://wpmu.org/how-to-create-a-custom-buddypress-members-directory/
    Step 7 explains how to make a 3 col grid on the members directory. Wouldn’t be difficult to transform in a 2 col grid i guess 😉

    danbp
    Participant

    hi @ebarney,

    is there any chance these codex pages could get updated?

    Depends of you! Anybody can contribute to the Codex. 😉 It wworks like a wiki and you can edit each page you want.

    #165708
    danbp
    Participant
    #165707
    danbp
    Participant

    Hi @henrywright-1,

    i guess you can also filter by group profile ID

    <?php if ( bp_has_profile('profile_group_id=2') ) : 
    echo bp_get_profile_field_data( 'field=Email' )
    endif;
    
    if ( bp_has_profile('profile_group_id=45') ) : 
    echo bp_get_profile_field_data( 'field=Email' )
    endif;
    ?>

    https://codex.buddypress.org/developer/developer-docs/loops-reference/the-profile-fields-loop-bp_has_profile/

    #165706
    Nate
    Participant

    Here’s the plugin: https://wordpress.org/plugins/rating-widget/

    The developer said: “seems like you are using the standalone version of bbPress … we only support BuddyPress’es bbPress forums.”

    I don’t have any group forums, as they’re not necessary. Using most recent version of WP & BP under Woo’s Canvas theme. Thanks!

    #165705
    danbp
    Participant

    If you installed bbpress on WP, you have a standalone forum configuration ! So no matter if you installed it before BuddyPress. 😉

    Have you group forums ?

    What is the not working voting-widget plugin you speak about ? Give an URL please.

    What BP/WP version do you use ?
    What is your theme ?

    Reacton
    Participant

    I have managed to create a child theme properly all of the css properties and everything have carried over however theres a few random problems I have found for example:

    1. when I go into a profile and post an activity (or status) it acknoledges I have posted said comment however the actual comment itself does not appear?? so it says user one posted this with the time date and everything but not the actual comment itself?

    2. when I also go into profile and attempt to change the avatar image there is no upload image bar with button as there is in the regular buddypress template?

    3. In the designated members page if I create a whole lot of test members it is only my admin account which appears in the directory listing of users?

    Im posting these all together as I believe all of them are linked however I could be wrong?

    Emily Barney
    Participant

    I have been having the same issue and it looks like I might have a solution – I’ll at least post what steps I’ve taken and what documentation I based them on. I am running WordPress 3.5.1 as a multisite subdirectory installation on a WIMP server.

    I read over this page of documentation that seems to apply to the situation, and I added the
    define ( ‘BP_ROOT_BLOG’, # ) line to the wp-config.php file in the root directory.
    https://codex.buddypress.org/user/install-buddypress-on-a-secondary-blog/

    That didn’t solve it, so I went back to read over this page:
    https://codex.buddypress.org/developer/customizing/changing-internal-configuration-settings/
    I find the references to WPMU kind of confusing, since that hasn’t been used since before 3.0, I thought. And when I looked for the “bp-custom.php” file, I don’t see it anywhere in the recent installation. I found some of the same lines in the bp-loader.php file, but changes to that file didn’t change anything, since it seemed to be looking for a multiblog setting fist.

    So I went to this page and read through it:
    https://codex.buddypress.org/bp_enable_multiblog/
    That lead me to add this line to my wp-config.php file:
    define ( ‘BP_ENABLE_MULTIBLOG’, true );

    I removed the changes I’d made to the bp-loader.php file to be sure there wouldn’t be problems later.

    With both lines added to the wp-config.php file, I was finally able to go to this page and see the pages that belonged to the subsite rather than the root blog: {websiteurl}wp-admin/admin.php?page=bp-page-settings. I will need to check to see what changes this makes to the rest of my blogs, but at least we have a test site running Buddypress now.

    Also, is there any chance these codex pages could get updated? There are all kinds of references to multisite or network or WMPU that are not entirely clear and, as I mention above, there are instructions to open files in the buddypress install that don’t exist by those names anymore.

    #165700
    Nate
    Participant

    Can someone explain the difference between BuddyPress site-wide forums (bbPress), and if you installed bbPress first and THEN installed BuddyPress?

    Here’s my quandary: I want to use the voting-widget plugin. But they only support BuddyPress bbPress site-wide forums. The plugin won’t work, because I installed bbPress first THEN BuddyPress.

    I have over 5,000 posts and almost 1,000 users. I’m sure this is a database issue.

    If anyone has any suggestions to get these two to work more harmoniously without losing that data, that would be just awesome.

    Unsal Korkmaz
    Participant

    FirmaSite 1.1.4 released.

    Biggest improvement is adding Flatly named theme style. You can check demo here:
    http://demo.theme.firmasite.com/?style=flatly

    You can read other details of changes here:
    http://theme.firmasite.com/category/changelog/

    #165695

    In reply to: Buddypress phone app

    hkcharlie
    Participant

    What kind of support ?

    #165694

    In reply to: Buddypress phone app

    Giles Brennand
    Participant

    hkcharlie

    I don’t want to hijack your topic. But. I am looking for buddypress support in Hong Kong and wondered whether you know of other buddypress users in Hong Kong. If so, Please let me know on giles @ xtrain.biz.

    Many thanks

    James
    Participant

    hi, in ajax.php of bp-default there is a statement

    if ( empty( $_POST['content'] ) )
    	exit( '-1<div id="message" class="error"><p>' . __( 'Please do not leave the comment area blank.', 'buddypress' ) . '</p></div>' );

    Is there a way to modify it from functions.php, so that it would or wouldn’t check $_POST[‘content’] under specific parent div only?

    Basically, idea is to use additional bp_has_activities loop on a page of activity directory and check main loop only – this statement is a last barrier.

    thanks!

    tosen
    Participant

    The wordpress post thumnbnail does not appear in the buddypress activity stream, only the title appears. how can i make it display wordpress thumnbnail together with buddpress on same activity streams

    #165682
    bp-help
    Participant

    @ldjautobody
    You can use the procedures from this tutorial:
    http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
    You could have a different logged out menu in which you could include the register link.

    #165681
    bp-help
    Participant

    @dmd54
    If your a beginner you should have just used the register page and changed the name tile to “Sign Up” and changed the slug of that same page to “sign-up.” Learn a bit more and get versed in the codex before you start customizing and changing things so much since you are a beginner. Basically you need to learn to crawl before you walk. Don’t jump into the deep end until you have some basic strokes! After all your on localhost so that is where you perfect things before putting it on a live server so study the codex, and have fun!

    #165680
    #165678

    In reply to: video plugin wp 3.5.1

    bp-help
    Participant

    @jimahrens
    These two plugins handle video different so make sure to read the descriptions and choose the one that best fits your requirement.
    https://wordpress.org/plugins/buddypress-media/
    https://wordpress.org/plugins/buddypress-activity-plus/

    #165675
    BottleInfrontomy
    Participant

    Nope. Manual install. Like I said, I’ve been running this for a couple years as a side project, never had a problem until 1.7.2. I’m not sure if you read both of my comments…

    Anyway, My current installation of BuddyPress did not create any database tables. Other than manually creating them, I have no idea how to fix it or even why it is happening suddenly.

    I’ve even installed the bleeding edge BP, and it too didn’t create any tables. There is something odd going on and I’ll have to hunt it down and/or start over from nothing. Very frustrating. Thanks for trying.

    #165673
    @mercime
    Participant

    @bottleinfrontomy start at the beginning.
    – Hopefully, you did not install WP with webhost’s one-click install as that is not kosher with BuddyPress installs where you need to have full control of your site
    – Deactivate all plugins, change to Twenty Twelve theme and then activate BuddyPress.
    – Go to Settings > BuddyPress and configure Components, Pages, and Settings
    – If everything’s working as expected in front end – registration, group creation, etc., activate your plugins – make sure they’ve been upgraded to latest WP BP versions.
    – Final step, activate your theme of choice

    #165672
    @mercime
    Participant

    @hellen83 The problem is in your installation. BuddyPress does not append /forum to a newly created group’s home page. Basic troubleshooting: deactivate all plugins except BuddyPress and change to Twenty Twelve theme or BP Default theme. Then create a group.

Viewing 25 results - 31,526 through 31,550 (of 94,539 total)
Skip to toolbar