Search Results for 'buddypress'
-
AuthorSearch Results
-
August 24, 2013 at 6:35 pm #170359
bp-help
ParticipantAugust 24, 2013 at 6:21 pm #170356jstuartwp
ParticipantThanks 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?
August 24, 2013 at 3:21 pm #170353Rajilesh Panoli
ParticipantIt was an error with my buddypress installation. Solved.
August 24, 2013 at 2:57 pm #170351In reply to: Activity Stream Questions – adding tags and comments
ClaireBearBunch
Participanthey.
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
August 24, 2013 at 11:30 am #170339In reply to: Activity Stream Questions – adding tags and comments
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?
August 24, 2013 at 9:08 am #170336Hugo Ashmore
ParticipantThat 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.
August 24, 2013 at 8:02 am #170335In reply to: customize the login page
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.
August 24, 2013 at 3:57 am #170331In reply to: customize the login page
Famous
ParticipantOkay 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
August 24, 2013 at 1:14 am #170329CTS_AE
ParticipantI 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.August 23, 2013 at 7:21 pm #170313In reply to: Better descriptions, and management of relationships
Ben Hansen
Participantit’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.
August 23, 2013 at 7:09 pm #170312Henry
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 π
August 23, 2013 at 6:35 pm #170311In reply to: "Create a Page" functionality in BuddyPress?
Tecca
ParticipantI 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.
August 23, 2013 at 5:00 pm #170307In reply to: There are Pictures in BuddyPress UI
testamann
Participant
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.
August 23, 2013 at 4:52 pm #170305In reply to: "Create a Page" functionality in BuddyPress?
Hugo Ashmore
ParticipantAsk him on his site!
Why do so many people want BP to be a farcebook clone π
August 23, 2013 at 4:50 pm #170304Hugo Ashmore
ParticipantYep 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 π
August 23, 2013 at 4:38 pm #170301In reply to: "Create a Page" functionality in BuddyPress?
rickkumar
ParticipantAs suggested, I have created the enhancement requests in BP track.
Btw, any idea when Brajesh is coming out with pages plugin?
August 23, 2013 at 3:32 pm #170298akgt
ParticipantThanks I will. Have you found any plugin that works ?
August 23, 2013 at 3:28 pm #170296In reply to: Is bp-friends-template.php editable?
terraling
ParticipantSorry, 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.
August 23, 2013 at 3:27 pm #170295Henry
MemberI 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?
August 23, 2013 at 3:25 pm #170294akgt
ParticipantHi thanks for the reply.
Have you tried the above?
have you had any luck with anything else ?August 23, 2013 at 3:23 pm #170293Henry
MemberYoast 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?
August 23, 2013 at 2:40 pm #170288Henry
MemberJust downloaded Paul Gibb’s Welcome Pack plugin and can see that has a good list of the emails sent.
August 23, 2013 at 2:14 pm #170285In reply to: Is bp-friends-template.php editable?
terraling
ParticipantTaking 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' );August 23, 2013 at 6:56 am #170280In reply to: Buddypress & Arrowchat Notifications – help needed!
Hugo Ashmore
Participantsince 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.
August 23, 2013 at 6:06 am #170278In reply to: Buddypress & Arrowchat Notifications – help needed!
kevintodler
ParticipantHi 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
-
AuthorSearch Results
