Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,251 through 19,275 (of 68,969 total)
  • Author
    Search Results
  • bp-help
    Participant
    jstuartwp
    Participant

    Thanks for response!

    I did some research and found that s2member syncs profiles with buddypress, so that part is solved. The only thing I’m still really looking for is a notifications bar or widget, other than the wordpress one. Hopefully there is a plugin for that?

    Rajilesh Panoli
    Participant

    It was an error with my buddypress installation. Solved.

    #170351
    ClaireBearBunch
    Participant

    hey.

    yeah i suspected as much sadly.

    i know on simplepress forums they get round it by creating a ‘fake’ account for whatever username is typed in as the guest username, i was just hoping somebody had tried to modify it to work on buddypress at some point.

    i dont have anything like the skills to try it lol.

    ill have a coffee and look at the adding hidden text to the status update field again

    #170339
    ClaireBearBunch
    Participant

    <?php
    /**
    * BuddyPress – Activity Post Form
    *
    * @package Status
    * @since 1.0
    */
    ?>

    <div id=”whats-new-declare” class=”clearfix”>
    <form action=”<?php bp_activity_post_form_action(); ?>” method=”post” id=”whats-new-form” name=”whats-new-form” role=”complementary”>
    <?php do_action( ‘bp_before_activity_post_form’ ); ?>
    <section id=”whats-new-about”>
    <div id=”whats-new-avatar”>
    “>
    <?php bp_loggedin_user_avatar( ‘width=’ . bp_core_avatar_thumb_width() . ‘&height=’ . bp_core_avatar_thumb_height() ); ?>

    </div>
    <div id=”whats-new-wrapper”>
    <div id=”whats-new-tail”></div>
    <div id=”whats-new-textarea”>
    <textarea name=”whats-new” id=”whats-new” cols=”50″ rows=”10″>topic<?php if ( isset( $_GET[‘r’] ) ) : ?><?php echo esc_attr( $_GET[‘r’] ); ?>topic<?php endif; ?>topic</textarea>
    </div>
    </div>
    </section>

    <section id=”whats-new-content”>
    <div id=”whats-new-options”>

    <div id=”whats-new-submit”>
    <input type=”submit” name=”aw-whats-new-submit” id=”aw-whats-new-submit” value=”<?php _e( ‘Post Update’, ‘status’ ); ?>” class=”submitbutton”/>
    </div>
    <?php if ( bp_is_active( ‘groups’ ) && !bp_is_my_profile() && !bp_is_group() ) : ?>
    <div id=”whats-new-post-in-box”>
    <?php _e( ‘Post in’, ‘status’ ) ?>:
    <select id=”whats-new-post-in” name=”whats-new-post-in”>
    <option selected=”selected” value=”0″><?php _e( ‘My Profile’, ‘status’ ); ?></option>
    <?php if ( bp_has_groups( ‘user_id=’ . bp_loggedin_user_id() . ‘&type=alphabetical&max=100&per_page=100&populate_extras=0’ ) ) :
    while ( bp_groups() ) : bp_the_group(); ?>
    <option value=”<?php bp_group_id(); ?>”><?php bp_group_name(); ?></option>
    <?php endwhile;
    endif; ?>
    </select>
    </div>
    <input type=”hidden” id=”whats-new-post-object” name=”whats-new-post-object” value=”groups” />
    <?php elseif ( bp_is_group_home() ) : ?>
    <input type=”hidden” id=”whats-new-post-object” name=”whats-new-post-object” value=”groups” />
    <input type=”hidden” id=”whats-new-post-in” name=”whats-new-post-in” value=”<?php bp_group_id(); ?>” />
    <?php endif; ?>
    <?php do_action( ‘bp_activity_post_form_options’ ); ?>
    </div><!– #whats-new-options –>
    </section><!– #whats-new-content –>
    <?php wp_nonce_field( ‘post_update’, ‘_wpnonce_post_update’ ); ?>
    <?php do_action( ‘bp_after_activity_post_form’ ); ?>

    </form><!– #whats-new-form –>
    </div>

    thats the right php i think, post-form.php, how could i modify a line or two here for posting my own tags?

    Hugo Ashmore
    Participant

    That sort of reads like a spec sheet.

    What have you attempted thus far, too what stage have you got your site to?

    Many of those requirements are to a degree configuration pf plugins so shouldn’t present too many difficulties.

    A few of those requirements might be a little trickier and require the services of a developer.

    #170335
    Hugo Ashmore
    Participant

    @famous There isn’t really such a thing as the ‘login page’ so you’ll need to explain what page you mean exactly.

    If wanting to modify and customize BP then in respect of the BP template files it’s important to understand how theme compatibility works, how the template hierarchy is configured and what paths/folders templates must be placed under.

    These two guides will help you understand what can & can’t be done, read those then some aspects will be clearer for you.

    https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/
    https://codex.buddypress.org/developer/theme-development/template-hierarchy/

    We’ll be able to help more effectively when you have read those.

    #170331
    Famous
    Participant

    Okay let me re-phrase that, can you point me in the direction of templating virtual pages (such as the login page) on buddypress?

    Thank you

    CTS_AE
    Participant

    I have Version 1.8.1

    Isn’t that patch only for the admin panel stuff it sounds like?
    My times were incorrect on the activity widget, so I went deep to fix the activity problem I was having.

    #170313
    Ben Hansen
    Participant

    it’s interesting you should say that was thinking of building a custom theme for families using buddypress and would also be interested to know if that’s possible.

    #170312
    Henry
    Member

    @hnla I was planning something infinitely more simple πŸ™‚

    Just working on a little project and wanted to filter the body text and subject line of a few of the emails that are sent out.

    Besides you don’t need a legend, I’m sure you could make it happen πŸ™‚

    #170311
    Tecca
    Participant

    I suppose it’s because Facebook, in many ways, does things right. I’m not on board with having a FB copy by any means, but some of their features are nice. Though I think many of those features should be left to plugins rather than being in core.

    #170307
    testamann
    Participant

    It happens as well on default theme

    This is really wierd but it only happens on buddy press. I just did a clean install on buddy press but all of my settings were still saved i think it might have something to do with that.

    #170305
    Hugo Ashmore
    Participant

    Ask him on his site!

    Why do so many people want BP to be a farcebook clone πŸ™

    #170304
    Hugo Ashmore
    Participant

    Yep Paul’s plugin should be the full list, and if you can get his plugin updated or build a plugin that grabs all emails present them for editing and returns them as correct text/html ones you would be everyone’s best friend and a legend πŸ™‚

    #170301
    rickkumar
    Participant

    @mercime

    As suggested, I have created the enhancement requests in BP track.

    Btw, any idea when Brajesh is coming out with pages plugin?

    akgt
    Participant

    Thanks I will. Have you found any plugin that works ?

    #170296
    terraling
    Participant

    Sorry, we seem to be talking at cross purposes. Adding body classes doesn’t do anything useful for me, I wanted to add classes to the html generated for the button, either add to wrapper_class or link_class above, and at the same time (more importantly) change the link_text from __( ‘Add Friend’, buddypress) to something else.

    I had hoped it would be as simple as reproducing the code from bp-friends-template.php in another location in my theme folder to overwrite the original, but from your replies it appears that such a thing is not possible.

    Thanks anyway for your help.

    Henry
    Member

    I haven’t tried it yet but will give it a go! BuddyDev often replies to support tickets so it might be worth you raising your question with him?

    akgt
    Participant

    @henry

    Hi thanks for the reply.
    Have you tried the above?
    have you had any luck with anything else ?

    Henry
    Member

    Yoast SEO doesn’t work with BuddyPress at all. Going forward this may change but in the mean time Brajesh’s plugin is your best bet. Might be a good idea to ask him for support?

    #170288
    Henry
    Member

    Just downloaded Paul Gibb’s Welcome Pack plugin and can see that has a good list of the emails sent.

    #170285
    terraling
    Participant

    Taking a quick look at the bp-friends-template.php file it would also be able to change some other things, such as the class names that are added to the buttons, though it’s not a deal-breaker.

    				$button = array(
    					'id'                => 'not_friends',
    					'component'         => 'friends',
    					'must_be_logged_in' => true,
    					'block_self'        => true,
    					'wrapper_class'     => 'friendship-button not_friends',
    					'wrapper_id'        => 'friendship-button-' . $potential_friend_id,
    					'link_href'         => wp_nonce_url( bp_loggedin_user_domain() . bp_get_friends_slug() . '/add-friend/' . $potential_friend_id . '/', 'friends_add_friend' ),
    					'link_text'         => __( 'Add Friend', 'buddypress' ),
    					'link_title'        => __( 'Add Friend', 'buddypress' ),
    					'link_id'           => 'friend-' . $potential_friend_id,
    					'link_rel'          => 'add',
    					'link_class'        => 'friendship-button not_friends add'
    				);
    
    #170280
    Hugo Ashmore
    Participant

    since i am not a programmer, i don’t know how to implement it and i hope to find anybody here who can help me with that.

    To be honest it’s a little outside the scope of this forum which aims to provide help with BP it’s self rather than third party integrations. If you are not a programmer or code savy then you might want to think about hiring a developer for a few hours to implement this for you.

    #170278
    kevintodler
    Participant

    Hi thefluxo,
    Can you send a copy of geotheme 3.3.2, so that I can try to find problem with your installation.
    I will analyze and then reply to you.

    Mail me at kevintodler@gmail.com

Viewing 25 results - 19,251 through 19,275 (of 68,969 total)
Skip to toolbar