Search Results for 'wordpress'
-
AuthorSearch Results
-
May 17, 2016 at 7:22 pm #253473
In reply to: Auto Complete Not Working
mlwilkerson
ParticipantWell, what do you know: I just found a fix for my problem here:
https://buddypress.trac.wordpress.org/ticket/4824#comment:4(I had seen that recent fix from @pareshradadiya previously, but hadn’t noticed that it was a recent update to a 3 year old thread. So, figuring it might actually be current and relevant, I gave it a try and it worked.)
May 17, 2016 at 6:56 pm #253465In reply to: Auto Complete Not Working
mlwilkerson
ParticipantI’m having the same problem after upgrading to WordPress 4.5.2. I didn’t see the problem prior to that.
Have you found a solution yet?
May 17, 2016 at 4:15 pm #253455danbp
ParticipantFor readers curious about the answer, autoembed does not run on meta items unless the dev runs it manually themselves ( @r-a-y ).
More details on BuddyPress Slack.
May 17, 2016 at 1:41 pm #253449In reply to: Edited Forum Posts Repeating in Stream
danbp
ParticipantHi Julia,
it’s a bbPress bug, patched a while ago, but still in. Maybe a day it will be repaired definetly.
For the moment, you can repair yourself. Open activity.php in wp-content/plugins/bbpress/includes/extend/buddypress/
Replace following code block at line 277/279:
$existing = bp_activity_get_specific( array( 'activity_ids' => $activity_id, 'show_hidden' => true, 'spam' => 'all', ) ); if ( empty( $existing['total'] ) || ( 1 !== (int) $existing['total'] ) ) return null;by
$existing = new BP_Activity_Activity( $activity_id ); if ( empty( $existing->component ) ) { return null; }Save and reload to to your site by FTP and you’re done.
May 16, 2016 at 2:25 pm #253418In reply to: How to change colors of “SAVE CHANGES” button
semperaye
ParticipantBetter yet, it would be nice if there was a way to change all the BuddyPress buttons globally, including “Add Friend” “Cancel Friendship,” “SEARCH,” etc.
Example:
I found this code that changes all the wordpress buttons globally, just not the login and register.
.wp-core-ui .button-primary, .button {
background: #99cc66;
border-color: #669933;
box-shadow: inset 0 1px 0 rgba(102,153,51,.5),0 1px 0 rgba(0,0,0,.15);
}.wp-core-ui .button-primary:hover, .button-primary:active {
background: #669933;
border-color: #99cc66;
box-shadow: inset 0 1px 0 rgba(102,153,51,.5),0 1px 0 rgba(0,0,0,.15);
}Perhaps there is a .buddypress-core-ui?????
May 15, 2016 at 10:49 am #253392In reply to: Group Type Development
Christian Wach
ParticipantA Group Types API is on its way – 7 commits yesterday 🙂 https://buddypress.trac.wordpress.org/ticket/6784
May 13, 2016 at 6:58 pm #253357ndh01
ParticipantI found I have to declare it in my theme as noted here https://buddypress.trac.wordpress.org/ticket/6570:
bp_set_theme_compat_feature( 'legacy', array( 'name' => 'cover_image', 'settings' => array( 'components' => array( 'xprofile', 'groups' ), /* or you can only use array( 'xprofile' ) to restrict the cover image to users */ 'width' => 1170, 'height' => 225, 'callback' => 'swifter_theme_cover_image', /* function that will return to BuddyPress the css to attach to the theme_handle */ 'theme_handle' => 'swifter', ), ) );May 12, 2016 at 6:22 pm #253337In reply to: @mention autosuggest in visual editor
Paul Wong-Gibbs
KeymasterThe change reported in https://buddypress.trac.wordpress.org/ticket/6972 has been added to BuddyPress trunk, and will be included in BP 2.6.
May 12, 2016 at 4:58 pm #253334wmerussi
ParticipantAlright, found it!!!
After placing the code into functions.php I just had to go to WP-Admin -> Appearance -> Menus and get the menu tab item under BuddyPress 🙂
Cheers!
May 12, 2016 at 8:29 am #253317In reply to: Set order members in the search results
Henry Wright
ModeratorHi @stefannita
Try asking this question on the plugin’s support forum.
May 11, 2016 at 7:39 pm #253307In reply to: Adding favourite posts as a tab in buddypress
fredd
ParticipantYou can download this here http://www.gamix.fr/wpbpmyfavorites.php Or https://wordpress.org/plugins/wpbd-my-favorites/
May 11, 2016 at 6:18 pm #253304In reply to: not receiving account confirmation email
Jot
ParticipantGoodnight. Since the last update, buddypress not send emails validating new user accounts. I checked the plug smtp.wordpress and working properly. The problem occurs at the time of registration of a new user.
May 11, 2016 at 9:11 am #253294In reply to: BP Custom Message HTML breaks AJAX – why?
justarandomuser
ParticipantOK AJAX is now working. I use now the $GLOBAL variable from WordPress.
Just the new message, whoch is appended my AJAX, is not correctly dispayed. Will continue to find the problem.
It looks like the AJAX response (new message) is appended right after <form …> and before the next <div ….>
<form id="send-reply" action="<?php bp_messages_form_action(); ?>" method="post" class="standard-form"> <div class="conv-textarea"> <?php //do_action( 'bp_before_message_reply_box' ); ?> <textarea name="content" id="message_content" class="auto-height" placeholder=""></textarea> <?php //do_action( 'bp_after_message_reply_box' ); ?> <div class="conv-bottom"> <?php //do_action( 'bp_after_message_reply_box' ); ?> <div class="submit"> <input type="submit" name="send" value="<?php esc_attr_e( 'Send Reply', 'buddypress' ); ?>" id="send_reply_button"/> </div> <input type="hidden" id="thread_id" name="thread_id" value="<?php bp_the_thread_id(); ?>" /> <input type="hidden" id="messages_order" name="messages_order" value="<?php bp_thread_messages_order(); ?>" /> <?php wp_nonce_field( 'messages_send_message', 'send_message_nonce' ); ?> </div> </div> </form>Very strange to put a message there.
May 11, 2016 at 2:16 am #253288In reply to: [Resolved] How to Hide Admin accounts 2016?
Jakob
ParticipantWhat happened to the plugin “BP Hide User” from r-a-y? I can’t find it anymore on wordpress.org, it did worke well.
May 10, 2016 at 2:52 pm #253278In reply to: can you install on a site built with a site builder?
Henry Wright
ModeratorYou can’t copy and paste WordPress unfortunately. You’ll need to set up a database and upload the core files then run an install script. Check with your hosting company as a 1-click install might be available.
May 10, 2016 at 1:22 am #253265In reply to: Buddypress on Multisite
Henry Wright
ModeratorI think this should be a question for the core team. You should post it on Trac:
May 10, 2016 at 12:10 am #253263In reply to: Mobile members page
cazooba
ParticipantI am using a wordpress theme – called WOffice.. Should I contact them?
May 7, 2016 at 11:48 pm #253212Henry Wright
ModeratorDon’t forget activity comments are different to WordPress post comments so you’ll need to find the right action for those to work.
May 7, 2016 at 11:00 pm #253211In reply to: virtual kiss or wink
danbp
ParticipantMaybe this one ?
https://wordpress.org/plugins/buddypress-compliments/May 7, 2016 at 10:22 pm #253207In reply to: virtual kiss or wink
shanebp
ModeratorYou could probably adapt this:
https://wordpress.org/plugins/bp-poke/May 6, 2016 at 4:45 am #253170In reply to: Do not convert URLs into hyperlinks
sharmavishal
Participantthats becuase oEmbed is now inbuilt in wp core…this might help https://wordpress.org/plugins/disable-embeds/
May 6, 2016 at 4:38 am #253168In reply to: Complete chat system???
sharmavishal
Participantusing this in my bp setup https://wordpress.org/plugins/wise-chat/ and works very well
if you want p2p individual chat like FB then you need to buy the pro version which is $49
May 6, 2016 at 4:35 am #253167In reply to: Help, spam groups are killing site
sharmavishal
Participanthttps://wordpress.org/plugins/wp-spamshield/ the best ever!!!
May 6, 2016 at 12:51 am #253165In reply to: Complete chat system???
peter-hamilton
ParticipantThis is a great chat plugin and very facebook-ish, although no video, but chat has multichat function etc.
http://codecanyon.net/item/wordpress-buddypress-users-chat-plugin/10776067
May 5, 2016 at 1:46 pm #253160In reply to: 2.5 HTML email styling not working
shanebp
ModeratorI would like to give suggestions, if buddypress team should be given backend options like select content type (1)HTML email (2)Plain text
because buddypress have not given any hook for changes content type textYou can create an enhancement ticket here using the same login as you use for these forums.
-
AuthorSearch Results