Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 32,026 through 32,050 (of 94,540 total)
  • Author
    Search Results
  • @mercime
    Participant

    i think i did this by just not displaying the comment buttons in the activity stream … something like that.

    @dainismichel go to Settings > BuddyPress > Settings – Activity Streams and check “Disable activity stream commenting on blog and forum posts?”

    #164568
    @mercime
    Participant

    @mookmik is your issue about not being able to delete an image via BuddyPress Media? If so, have you posted in their support forums?

    sensibleplugins
    Participant

    Hi,

    We’re having problems displaying the contents of shortcodes inside the tabs of our BuddyPress Custom Profile Menu plugin. This only happens in non-standard BP 1.7 themes, but works as expected in themes like “BuddyPress Default” that ships with BP.

    Researching the issue some more, we found the following line in bp-core-theme-compatibility.php (line 525)

    bp_remove_all_filters( 'the_content' );

    This is clearly the cause of the issue, as it removes, amongst others, the ‘do_shortcode’ filter function from ‘the_content’ filter (function added to filter in WordPress’ shortcodes.php, line 335). Why does BuddyPress remove all ‘the_content’ filters when in theme compatibility mode? Does this mean that shotcodes cannot be displayed in this mode?

    Thanks in advance!

    jcmosquera
    Participant

    The footer is showing up really wrong on every one of my members page. It only shows that way in member pages, in every other page it shows ok.

    Here’s a link to my site:

    http://lista.advips.com/

    CLick on any member to see what I mean.

    Any thoughts? I haven’t touched any Buddypress code that I know of.

    #164563

    In reply to: Hide General Settings

    alienalias
    Participant

    I know this is probably the dumbest question ever, but I am a non-techy type and could REALLY use some help. I don’t write nor understand code, but have successfully inserted multitudes of code successfully when given good instruction. So, I apologize for my lack of knowledge in advance, and also extend sincere thanks for your help. What I’m wondering is this:

    I have a membership site that auto-assigns passwords and such, so similarly to the original poster, I can’t have that “Settings” tab under my BuddyPress profiles and etc. However, I have NO idea exactly WHERE to place that code. I tried inserting it at the end of the code, at the line before the ending ?> . It doesn’t work.

    Furthermore, I need to make sure it is the correct function.php file. Should it be in the function.php file for the actual theme, or the BuddyPress child theme?

    THANK YOU so much for your help!

    #164556
    bp-help
    Participant
    #164547

    In reply to: Capabilities Editor

    Ben Hansen
    Participant

    the problem is that the capabilities do not actually exist like they do for bbpress and wordpress maybe you should try to ask your questions after the next devchat. @jjj mentioned that they do want to add them at some point in the future perhaps you can pitch in if you are eager to make it happen.

    devchat info here:

    https://buddypress.org/support/topic/buddypress-dev-chat/

    bp-help
    Participant

    @hnla
    Hi Hugo! Yes the plugin was listed at the top of the plugins page here for many months. You are precise that the plugin was not BP related. The author had tagged it buddypress in the readme.txt and any time a BP relatated plugin author would release a legitimate new release plugin, then the author of AtContent would manipulate the plugins readme.txt in the SVN without any legitimate change to the plugin in an effort to stay at the top of the list on this site which was pushing down legitimate BP plugin releases and making it harder for users to find new legitimate BP plugin releases. I know the plugins are not hosted here but I found that practice to be a little unethical. I have had some correspondence with the author and apparently he has decided to do the right thing by removing the buddypress tag from the readme.txt, now the only way it shows up on here is if you do a search:
    https://buddypress.org/extend/plugins/?ps=AtContent
    I suppose this could be marked as resolved if you would like. Thanks! @hnla @johnjamesjacoby

    #164540
    @mercime
    Participant

    i running wordpress 3.4.2 with buddypress 1.7.1.

    @hiboy Please clarify, do you have a typo above? Makes a difference.
    WP 3.4.2 is compatible with BP 1.6.1
    BP 1.7.1 is compatible with WP 3.5.1

    #164535
    Andres Felipe
    Participant

    UPDATE

    Just after send the activity, this is what I can see:

    <a href="http://site.com/red-social/actividad/p/383/" rel="nofollow">[Leer más]</a>

    and in that moment it works, but after refresh the page, I see this:

    <a href="http://site.com/red-social/actividad/p/383/" rel="nofollow"></a>

    and it doesn’t works.

    Maybe this could be related with this topic https://buddypress.org/support/topic/real-name-h2-tag-not-displaying/#post-164348 but I have not a solution yet.

    #164528

    In reply to: Capabilities Editor

    Ben Hansen
    Participant

    not really super knowledgable about the exact structure of how buddypress is built but i suspect that may also be relatively difficult both capabilities are typically only available to super admins in a multisite environment so at least in that situation you would be granting your editors access to the network admin.

    #164527

    In reply to: Capabilities Editor

    dswright
    Participant

    Hi
    Thank you @ubernaut. I apologize as I was rather tired when I wrote this.
    I need the Editor role to have the ability to manage the groups and activity of buddypress.
    Sorry for the confusion.

    #164526

    In reply to: BuddyPress 1.7.1

    Suraj
    Participant

    you guys are just awesome.
    I have a feature request. I searched for the same using Google and almost across all the buddypress related support forum and tried all the codes but the thing is not working for me, I want to hide the admin activities to appear on my site, but it is not working, if possible, can you add a feature to hide all the activity of any particular user if he wants to including his/her online status.

    #164517
    hiboy
    Participant

    i running wordpress 3.4.2 with buddypress 1.7.1.

    Under setting – buddypress – components
    Group forum is uncheck – it wronte BuddyPress Forums are retired. Use bbPress.

    But in my buddypress group, when create a new group , it option are
    1. Details
    2. Settings
    3. Forum
    4. Avatar

    How to remove number 3 option?

    3. Forum – Group Forum page
    The content :
    Create a discussion forum to allow members of this group to communicate in a structured, bulletin-board style fashion.
    Yes. I want this group to have a forum.

    when u tick yes, a forum tab appear in each single group.

    Here my theme, groups -> create.php

    <?php /* Group creation step 2: Group settings */ ?>
    <?php if ( bp_is_group_creation_step( ‘group-settings’ ) ) : ?>

    <?php do_action( ‘bp_before_group_settings_creation_step’ ); ?>

    <?php if ( bp_is_active( ‘forums’ ) ) : ?>
    <?php if ( bp_forums_is_installed_correctly() ) : ?>

    <div class=”checkbox”>
    <label><input type=”checkbox” name=”group-show-forum” id=”group-show-forum” value=”1″<?php checked( bp_get_new_group_enable_forum(), true, true ); ?> /> <?php _e( ‘Enable discussion forum’, ‘buddypress’ ); ?></label>
    </div>

    <?php else : ?>
    <?php if ( is_super_admin() ) : ?>

    <div class=”checkbox”>
    <label><input type=”checkbox” disabled=”disabled” name=”disabled” id=”disabled” value=”0″ /> <?php printf( __( ‘Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.’, ‘buddypress’ ), bp_get_root_domain() . ‘/wp-admin/admin.php?page=bb-forums-setup’ ); ?></label>
    </div>

    <?php endif; ?>
    <?php endif; ?>
    <?php endif; ?>

    jcmosquera
    Participant

    Hello,

    I’m using the Engage theme by Layerunion to create a sort of Celebrity Database for a project im working on. Buddypress works perfectly for this, but there is one basic thing that I want to acomplish and haven’t been able to (I’m not the best of programmers).

    I need for any unregistered person to be able to send a custom message to any given member. This message is more of a contact form with information the person has to fill out: Name, Company, Campaign Description, Price, etc. This message can be sent to the members email.

    I think the only thing that I have missing here is how to get the members Email in order to use it. I’m trying to use this plugin to create a custom message:
    http://codecanyon.net/item/wordpress-ajax-contact-form-with-attachments/3463740

    Heres my page:
    http://www.lista.advips.com

    I set up a button for the contact form on every users sidebar, which would work perfectly, but the only thing that I would need would be for the form to “know” this users email, in order for it to send the message to him.

    Anyone know how can I acommplish this or maybe recommend a better way?

    Thanks!

    #164511
    fagiano1973
    Participant

    Fixed : reuploading file wp-login.php in master directory, ‘re logged in, reinstal buddypress 1.7.2 from ftp and all work ok!

    #164510

    In reply to: Reinstall 1.7.2

    fagiano1973
    Participant

    Fixed : reuploading file wp-login.php in master directory, ‘re logged in, reinstal buddypress 1.7.2 from ftp and all work ok!

    Cartographer
    Participant

    Hi all,

    I added a bp-custom.php file inside plugins folder to be able to fix the problem with the friends counter after the deletion of a member (please see here: http://buddypress.trac.wordpress.org/ticket/2341)

    After adding the bp-custom.php file inside the plugins folder (including the code which is described in the link above) I couldn’t load my site…

    I removed the bp-custom.php file and now it is ok but without fixing the counter.

    Any idea?

    Regards

    paddelboot
    Participant

    I have the same issue. I even get a fatal error clicking on the extension link under “Admin”:

    Fatal error: Call to undefined function bp_locate_template() in /data/xxx/xxx/html/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1438

    Anyone?

    #164502
    danbpfr
    Participant
    #164496
    Marj Wyatt
    Participant

    I’m no stranger to WordPress but Buddypress is somewhat new territory for me. At this time, I’m developing a community site. Below I’ve listed the versions
    wp v3.5.1
    bp 1.7.1 (theme compatibility)
    theme framework is Genesis v1.9.2
    dev url: http://creativeconundrum.com/kristen2

    My client is “emotionally prepared” to have to set up individual profiles separately but she would like to have the ability to associate profiles of family members within a member’s profile. BP-Xprofiles extends the fields that I can create but my puzzle is how to actually create an extended profile field that will permit members to select other members who are family members.

    I found this forum link that looks as though it would provide a method of producing this list for selection:

    http://buddypress.org/support/topic/using-bp-member-profile-data-outside-members-section/

    As was noted in the thread that led me to the above link, there is very little documentation available on this brand new feature.

    I’ve written many sites that leverage custom post types and I can imagine that this would allow a user to enter their family member profile links. Presenting this additional content to the single member profile output, would work but it isn’t as elegant as I was hoping for.

    Has anyone got any hints or ideas on the best way to approach this?

    Thanks, in advance, for your thoughts.

    AliMH
    Participant

    Hey all,
    i wanna optimize my site so i need to know how to disable buddypress js/css in home, CPT/pages/posts, archive and taxonomy.php pages.
    i read http://buddypress.org/support/topic/converting-theme-how-to-load-buddypress-stuff-on-buddypress-pages-only/ but don’t know where to use it??

    fredang85
    Participant

    I found a buddypress child theme for the theme i am using. Thanks for answering!

    #164487
    @mercime
    Participant
Viewing 25 results - 32,026 through 32,050 (of 94,540 total)
Skip to toolbar