Search Results for 'buddypress'
-
AuthorSearch Results
-
September 26, 2014 at 10:08 am #201136
1a-spielwiese
Participant@ section 5th, part c):
'I guess it’s, because the “fan-question” requires as well an answer; but it is not answered, because that member is a team (not a fan).'It’s in deed that: When I change the (first) “fan-question” from ‘required’ into ‘not required’ it’s possible to save the answer of kampfsportlerinnenneuwied regarding the team question, and it is displayed correctly in the frontend:
http://1a-spielwiese.de/wp-content/uploads/2014/09/kampfsportlerinnen_answer.jpg
But I don’t want to change the “fan-question” from ‘required’ into ‘not required’.
—-
PS.:
The text of the second “fan-question” was still not displayed; and the text of the 5th question (‘Ergänzende Hinweise zu Deinem Geschlecht’) of the ‘base group’ wasn’t displayed as well:
http://1a-spielwiese.de/wp-content/uploads/2014/09/text_missing.jpg
It was because I deactivated (by chance) ‘Buddypress xProfile Rich Text Field’-Plugin. Reactivating it, both profile fields get displayed again.
September 26, 2014 at 8:53 am #201132In reply to: Custom Activity Loop
GhostPool
ParticipantSolved partly.
For those having the same issue to get the Load More button working make sure you wrap your activity loop in the <div id=”buddypress”> container.
September 26, 2014 at 8:38 am #201130In reply to: [Resolved] Translation for Spanish
ivanguinea
ParticipantSorry:
This is the list of my plugins:
BackWPup
Better WordPress Minify
Breadcrumb NavXT
Buddypress
BuddyPress Registration Groups
Formulario de Contacto 7
Cookie Law Info
Gears
Hide Admin Bar From Non-admins
Hide User Profile Fields
Límitador de intentos de login
Nav Menu Images
Paid Memberships Pro
PMPro Check Levels
PMPro Customizations
PMPro Email Templates
PMPro Register Helper
Regenerate Thumbnails
Remove Dashboard Access
Revolution Slider
Simple Social Icons
Editor de Roles
WordPress SEO
WP-Optimize
WPBakery Visual Composer
WP Google Fonts
WP Smush.it
WP Super Cache
WP User Frontend ProMy theme is Klein (http://klein.dunhakdis.me/)
September 26, 2014 at 8:19 am #201124In reply to: [Resolved] Cannot create topic
Kevin Murray
ParticipantI found that forums was selected as a legacy buddypress component. I had de-selected it previously but it must not have saved. De-selecting it this time enabled the topic to work again so the problem is fixed.
September 25, 2014 at 8:46 pm #201106In reply to: Am I on a BP page vs plain WP page?
r-a-y
Keymasteris_buddypress()should be a catch-all conditional for your needs.September 25, 2014 at 7:53 pm #201102In reply to: Activity feed Error when clicking on "comment"
r-a-y
KeymasterHow are you adding BuddyPress support to your theme? Your theme doesn’t appear to be a bp-default theme.
Did you do what danbp suggested and tried switching to a WP default theme like Twenty Twelve to see if the same thing happens there?
September 25, 2014 at 6:05 pm #201094In reply to: Bug. Duplicate Buddypress Profile Menu
r-a-y
KeymasterI am using the bp-social child theme from wpmudev, even when all plugins are deactivated except buddypress the issue is still there with this customized child theme. Also when i switch to the parent theme bp-social there is also no duplicate menu with all plugins activated.
The problem sounds like it is coming from your child theme. Remove your customizations to some of your templates and see if this fixes your problem.
September 25, 2014 at 5:22 pm #201091r-a-y
KeymasterTry this and see if it works for you:
http://justinsilver.com/technology/linux/502-bad-gateway-nginx-buddypress/September 25, 2014 at 5:17 pm #201090In reply to: [Resolved] Translation for Spanish
mabellaneda
ParticipantHello,
I’m suffering a lot of issues too with the translation into Spanish, in such a way that I had to patch it several times after trying different configurations.
So! To the point. It works for me now and I explain here my current configuration:
1. I’ve downloaded the BuddyPress translation package from https://translate.wordpress.org/projects/buddypress/ and contributed with some translations (specifically for Spanish: https://translate.wordpress.org/projects/buddypress/dev/es/default)
2. Saved the .mo and .po files in /wp-content/languages/plugins as recommended by the Moderators: https://translate.wordpress.org/projects/buddypress/dev/es/default.
And configured the site in Spanish (particularly I tried to do it dinamically)3. Becuase I try to change the language dinamically according to the browser preferred language I use the xili-language plugin, which “helps” you to manage in what language you’ll display your WordPress, but I’m no sure if it is decisive for the BuddyPress translation. In this plugin there’s a configuration to mention and not enough documented. In case you use the plugn, in the tub “Settings for expert” there are rules to specify. My configuration is:
Wordress rule –> translation in local
BuddyPress rule –> no modification5. At this point the translation didn’t work correctly or I didn’t succeed in translating some strings that remained in English (like: “Members”, “Groups”, “Notifications”, “Activity” in the BuddyPress navigation menu and others). So, I edited the .po file with PoEdit and updated it with the BuddyPress catalog “buddypress.pot”:
6. I updoaded the modified .po and .mo files to the mentioned folder /wp-content/languages/plugins and didn’t change a thing. I read then in forums the different issues with translations, for example:
https://buddypress.org/support/topic/translation-fails-only-at-sitewide-activity/
https://buddypress.trac.wordpress.org/ticket/5655
https://buddypress.org/support/topic/buddypress-2-1-bp-language/
https://buddypress.trac.wordpress.org/ticket/5887
https://buddypress.org/support/topic/buddypress-2-1-known-issues/ (here there’s another workaround)7. And I added the following lines to the file functions.php of my child theme:
function igf_my_child_theme_setup() {
load_child_theme_textdomain( ‘my_child_theme’, get_stylesheet_directory() . ‘/languages’ );
load_plugin_textdomain(‘buddypress’, false, basename( dirname( __FILE__ ) ) . ‘/languages/’ );
}
add_action( ‘after_setup_theme’, ‘igf_my_child_theme_setup’ );And it begans to translate correctly! I’m sorry I really don’t understand why. Furthermore I thought that the buddypress textdomain was set by the plugin xili-language but, as I said, I’m not clever enough or it is not well documented.
I know there’s a lot of steps to do, I was really frustated with it, but if you try something like this
Anyway, as this is my first post, I have to thank to the developers for the software and the great effort, of course; it has helped me a lot too.
Regards.
September 25, 2014 at 4:13 pm #201086r-a-y
KeymasterYou’re using a child theme of bp-default. There were some issues during the release of BP 2.1.
See the first point in this thread for more details and a fix:
https://buddypress.org/support/topic/buddypress-2-1-known-issues/September 25, 2014 at 3:58 pm #201084In reply to: Activity feed Error when clicking on "comment"
r-a-y
KeymasterIt’s a javascript issue when using the older bp-default theme.
See the first point in this thread with a suggested fix:
https://buddypress.org/support/topic/buddypress-2-1-known-issues/September 25, 2014 at 2:55 pm #201081In reply to: Problems after upgrading to 2.1
Kakkanapa
ParticipantJust in case someone finds this and runs into same problem:
Do not use Buddypress “manage signups” when you use Gravity Forms user registration.
Registering + Buddypress (also in 2.1) sync works flawlessly when you activate users via GF user registration and not via Buddypress.-Code is not broken, user is. 🙂
September 25, 2014 at 2:54 pm #201080In reply to: Bug. Duplicate Buddypress Profile Menu
wayne alex
ParticipantAs you can see in the first image there is a duplicate Buddypress profile menu, What could be causing this?
The second image is where you can see the right sidebar at the botttom of the page.
September 25, 2014 at 1:58 pm #201076xmatter
ParticipantI renamed that global file, and the Search Box came back (although I am still getting a 404 error through the Console Output). My custom theme is a child theme of the bp default theme and I am using:
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css ); @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );So is the latest BP update just missing these files?
September 25, 2014 at 1:02 pm #201067In reply to: How to change required fields on registration form
Hugo Ashmore
ParticipantRead also https://codex.buddypress.org/getting-started/customizing/buddypress-in-your-language/
Try explaining what exactly your are trying to do here as the title can be read a few ways.
September 25, 2014 at 12:12 pm #201062shanebp
ModeratorSeptember 25, 2014 at 9:10 am #201059In reply to: Buddypress and WPMUDev Membership
iburnthings
ParticipantWhen I use the buddypress registration form there are two places for an email address. Is this for validation or a duplicate entry? Is it for two different databases?
September 25, 2014 at 9:01 am #201058In reply to: Password Strength Meter is not working
Hugo Ashmore
ParticipantYou need to have a javascript file enqueued for this to work so depending on how custom community theme approaches things that may not have been either updated in buddypress-functions.php if that is overloaded or simply not exist if CC theme uses BP templates in the older bp-default manner, might be worth checking if CC is planning an update?
September 25, 2014 at 8:41 am #201056In reply to: Can not post updates
Glszn
ParticipantI am using ‘Made’ Theme. When I want to ‘read more’ in the home of a group I’m being redirected to memebers area activity. And also there is no ‘post update’ button in the group anymore. I’m a buddypress beginner. Which one of the solutions in your link must I use?
Thank you.
September 25, 2014 at 8:34 am #201055In reply to: Can not post updates
danbp
Participanthallo @projectfms,
which theme do you use ?
read also here:
https://buddypress.org/support/topic/buddypress-2-1-known-issues/September 24, 2014 at 8:34 pm #201028In reply to: Creating a new profile -“field type”
1a-spielwiese
ParticipantNow there is such text editor for form / profile fields:
https://buddypress.org/support/topic/new-plugin-xprofile-rich-text-field/
Thank you @needle (Christian Wach) for writing and @danbp for information.
PS.:
I just installed and activated the plugin, and my user ‘Fan Eins’ used it, for writing the word ‘Keine’ in italics:
September 24, 2014 at 8:19 pm #201022r-a-y
KeymasterThanks for reporting, @michaeltransmissions.
I’ve added a fix for this here:
https://buddypress.trac.wordpress.org/attachment/ticket/5903/5903.01.patchLet me know if this works for you.
September 24, 2014 at 7:20 pm #201019r-a-y
KeymasterBut even if the file still loads, will it work if the line numbers are off?
It should, but for new strings introduced in BP 2.1, you’ll need to merge your translation file with the .pot file from BP 2.1 –
/wp-content/plugins/buddypress/buddypress.pot.View the “Updating your custom language file” for how it’s done with poEdit:
We don’t have a tutorial for those using command-line tools though 🙂
September 24, 2014 at 7:18 pm #201018In reply to: How can i add query_var to custom buddypress page?
shanebp
ModeratorLook at $bp->action_variables array
September 24, 2014 at 6:48 pm #201013r-a-y
KeymasterSee the latter section of:
https://buddypress.org/support/topic/buddypress-2-1-known-issues/Let me know if you have any questions, jreeve.
-
AuthorSearch Results
