Search Results for 'wordpress'
-
AuthorSearch Results
-
September 24, 2014 at 5:06 pm #201004
In reply to: [Resolved] Translation for Spanish
r-a-y
Keymasterivanguinea – If you look at the Spanish translation on translate.wordpress.org, there are still some strings that haven’t been translated:
https://translate.wordpress.org/projects/buddypress/dev/es/default?filters[status]=untranslatedYou can help by translating these strings. If you decide to help and are not sure how to add your contributions, let us know and we’ll point you in the right direction.
September 24, 2014 at 4:07 pm #201000In reply to: Create a social matchup network
Henry Wright
ModeratorHi @manag99
This can definitely be implemented with BuddyPress but you’ll need to use plugins and or custom code because what you need to happen doesn’t happen out-of-the-box. Try searching the WordPress Plugin Directory for individual plugins and then try them out on a test install.
September 24, 2014 at 2:09 pm #200993shanebp
ModeratorFrom what I recall, BP uses the bp_xprofile_data table to store the display name, field_id = 1, for each user.
There is a BP setting for syncing BP and WP profiles.
Some info on what that does:
https://buddypress.org/support/topic/please-help-me-understand-a-wordpressbp-feature/#post-97470Re profile edit handling code: Look at function save() in class BP_XProfile_ProfileData in bp-xprofile\bp-xprofile-classes.php
September 23, 2014 at 8:46 pm #200770r-a-y
KeymasterThanks for reporting, @qobalt.
Looking into it.
Update
This fix should work:
https://buddypress.trac.wordpress.org/attachment/ticket/5900/5900.01.patchSeptember 23, 2014 at 8:01 pm #200759In reply to: BP 2.1 – Javascript issues
r-a-y
Keymaster@androidforlife46 – I split your reply from the main 2.1 thread because your issues should have been placed in a new topic.
As for your issue, I’m guessing you are using a bp-default deriviative for your theme. There was an issue with javascript breaking on these themes.
For an interim fix, see:
https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patchIf you’re using a bp-default theme, you should use this fix instead:
https://github.com/buddypress/BP-Default/commit/619efe8527847266c961fa43775eade42c7ff70dSeptember 23, 2014 at 8:58 am #200324In reply to: 2.1 Bugs – Activity
Cartographer
ParticipantHi there,
I face the same problem.
Buddypres: 2.1
Wordpress: 4.0
Theme: TwentyFourteenSeptember 22, 2014 at 7:33 pm #199807cwjordan
Participant@r-a-y Thanks! You are right, I’m not using an object cache. That function isn’t in the WordPress codex, so I missed it. It looks very much like what I wanted, except that I’m a bit worried, because if I follow the Buddypress logic correctly, Buddypress gets the data, puts it into the cache, and then reads it from the cache to give it to the caller. Hope I misread that or something. Anyway I’ll give it a try when I get a chance and let you know. Otherwise I have a workaround, just pull the old version of the function into the plugin I’m using and use that. Just a workaround though.
September 22, 2014 at 6:54 pm #199803In reply to: Can't create Buddypress child theme
r-a-y
KeymasterAs of BuddyPress 1.7, you no longer need to make a child theme of bp-default to make your changes.
Follow this guide:
This is an example of customizing the Twenty Twelve theme:
September 22, 2014 at 2:15 pm #199796In reply to: Create a group
shanebp
ModeratorSeptember 22, 2014 at 1:02 pm #199789In reply to: Issue with w3 Total Cache
danbp
ParticipantThank you for reporting this !
i opened a ticket
https://buddypress.trac.wordpress.org/ticket/5895#ticketSeptember 22, 2014 at 12:55 pm #199787In reply to: Profile Picture
danbp
Participanthttps://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/
https://codex.buddypress.org/buddypress-components-and-features/member/https://codex.wordpress.org/Using_Gravatars
https://wordpress.org/plugins/bp-avatar-suggestions/… and many related topics on this forum.
https://buddypress.org/support/tag/avatars/September 22, 2014 at 11:07 am #199358Henry Wright
ModeratorThe core team are aware of the problem. See here for the fix:
September 22, 2014 at 8:38 am #199348In reply to: Home Activity Screen
danbp
ParticipantProblems with activity stream ?
Please read here:
Changes to bp_has_activities() queries in BP 2.1September 22, 2014 at 6:50 am #199345In reply to: Problems with BuddyPress 2.1 updated from 2.02
r-a-y
Keymaster@marcella1981 – You should read this article about activity pagination on the BP development blog:
Changes to bp_has_activities() queries in BP 2.1September 22, 2014 at 4:51 am #199337In reply to: buddypress 2.0.3 download needed, please help
@mercime
Participant@dhuntsha Just open up the file/s you made changes in and revert the changes. Then download zip file of BP 2.0.3 near the bottom of this page https://buddypress.trac.wordpress.org/browser/tags/2.0.3, unzip it, and upload the files to your server via s/FTP.
Salutation is pointing the finger at v.2.1
@forlath Salutation needs to be updated for compatibility with BP 2.1 or the solution might just be this patch https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patchSeptember 22, 2014 at 4:03 am #199335In reply to: buddypress 2.0.3 download needed, please help
dhuntsha
ParticipantThanks. I was trying to edit the file shown in this post:
https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch
I only added the, “wp_enqueue….” line and went to update the file and now nothing works. The entire site won’t load, and I can’t login to wordpress.
Yikes. I guess I’ll need to call my main website host provider ‘Bluehost’ to get some help. I have no clue what I did wrong. Thanks.
September 21, 2014 at 10:44 pm #199324In reply to: How to @ mention
m@rk
Participant@willandmae You’re welcome! Took me a Sunday to figure out properly …
So… I opened my very first, corresponding ticket and pull request. Hope that helps.
September 21, 2014 at 9:15 pm #199322In reply to: How to @ mention
danbp
Participantbp-default is on the way to be removed from BP to became a independant theme…. No idea how and when, but if you want that issue be solved, thought you have to open a ticket on Trac.
Concerning any child-theme user:
BP 2.1 use CSS minifying, so if you use a buddypress.css file within your child, you have to rename this file buddypress.min.css or better, you minify really that file (eg. online tinyfier)
By doing so, you’ll prevent some site parts to be incorrectly displayed. And perhaps help some scripts to run the right way after 2.1 update.
https://buddypress.trac.wordpress.org/ticket/5615
https://buddypress.trac.wordpress.org/ticket/5888September 21, 2014 at 9:06 pm #199320In reply to: Member photo galleries
BackpackersUnion
ParticipantHi Everyone, and @imath thanks for all your awesome contributions to BuddyPress!!
On the topic of media, I wanted to point some attention to BuddyDev, so everyone who is interested in a BuddyPress media plugin can support his MediaPress efforts.
I’ve used every media plugin I could get my hands on and it currently boils down to two;
1. RT Media: (+) A lot of great features, mostly free, support for free version. (-)Very buggy, interferers with other plugins, caused site wide performance issues (for me).
2. BP Gallery (+) Simple, easy. (-) Need to pay for it or get a membership. I found a small mobile upload bug.
(Kinda 3). BP Album: No longer supported and it’s Googlecode page ironically is missing all it’s media.So, a third option I’m sure would be widely appreciated. He’s saying it will always be free and hook into current WordPress media functionality, so I’m excited! Here’s the link for those interested, http://buddydev.com/mediapress/
September 21, 2014 at 8:28 pm #199315In reply to: Home Activity Screen
BackpackersUnion
ParticipantI think this might be a bug with the new BuddyPress 2.1. I’ve been experiencing the same problem since the update and it seems to occur randomly.
I’ve tested it across multiple profiles and on different computer and it’s hit or miss. I’m running WordPress 4.0, the default 2014 theme, and BuddyPress 2.1.
Just wanted to chime in because I’m experience the same issue with the default 2014 theme.
September 21, 2014 at 7:45 pm #199312In reply to: How to @ mention
m@rk
ParticipantHi together,
looks as progress like @mentions were forgotten to get ported back to good ol’ bp-default.
In bp-activity/js/mentions.js you’ll find on what elements @mentions should work:
// Activity/reply, post comments, dashboard post 'text' editor. $( '<strong>.bp-suggestions</strong>, #comments form textarea, .wp-editor-area' ).bp_mentions( users );Here’s how to get @mentions working for bp-default theme:
1) Prevent JavaScript errors occurring by inaccurate enqueued scripts – apply this patch: https://buddypress.trac.wordpress.org/ticket/5889#comment:6
2) Extend textareas by missing class ‘bp-suggestions’. Change bp-themes/bp-default/activity/post-form.php:30 to
<textarea class="bp-suggestions" name="whats-new" id="whats-new" cols="50" rows="10"><?php if ( isset( $_GET['r'] ) ) : ?>@<?php echo esc_textarea( $_GET['r'] ); ?> <?php endif; ?></textarea>and bp-themes/bp-default/activity/entry.php:100 to
<textarea id="ac-input-<?php bp_activity_id(); ?>" class="ac-input bp-suggestions" name="ac_input_<?php bp_activity_id(); ?>"></textarea>
@danbp How can we make sure this will considered for a 2.1.1 release?Thanks and regards
September 21, 2014 at 6:01 pm #198988In reply to: Styling BuddyPress
jessicana
ParticipantI use Vellum wordpress theme
September 21, 2014 at 5:03 pm #198964In reply to: BBpress post edit causes multiple activity entries.
shanebp
ModeratorConfirmed.
Ticket created.
https://bbpress.trac.wordpress.org/ticket/2690September 21, 2014 at 4:36 pm #198958In reply to: Creating a new profile -“field type”
danbp
ParticipantSeptember 21, 2014 at 3:18 pm #198949In reply to: Private forum post in public activity stream
Lars Henriksen
ParticipantBuddypress Activity Privacy might work . I will give it a go.
-
AuthorSearch Results