Search Results for 'buddypress'
-
AuthorSearch Results
-
April 3, 2014 at 7:45 pm #180731
In reply to: Where do I find what my htaccess should be?
Ben Hansen
Participantsorry i read the title of you post too quickly htaccess shouldn’t need anything special for buddypress the standard wordpress compatible htaccess is fine. group based forums are depreciated so i wouldn’t expect that work anymore anyway.
April 3, 2014 at 7:18 pm #180728In reply to: Where do I find what my htaccess should be?
Halo Diehard
Participant@ubernaut, I guess I wasn’t clear: I’m looking for resources to explain what’s supposed to be *inside* htaccess for the most recent BuddyPress installation, as in the code. All the posts about it have different code, and after hours and days of research I can’t find what it’s supposed to have for the latest version, thanks for your response 🙂
April 3, 2014 at 4:17 pm #180719In reply to: Translation Issue
danbp
ParticipantCould be a theme issue. For ex. a custom file in “community” or “buddypress” folder of a child theme.
Groups directory and Create a Group are used in bp-themes/bp-default/groups/create.php and index.php
Create a group is also in 4 other filesMay also be a group related plugin dependancy.
Please give your BP version, theme name and plugin list.
April 3, 2014 at 3:56 pm #180715In reply to: Translation Issue
JamRizzi Technologies
ParticipantIn the buddypress.pot file, the translations that aren’t working are between lines…
1892-1897
and between…
6149-6152
April 3, 2014 at 3:40 pm #180713In reply to: Looking for ads manager plugin to buddupress
Renato Alves
Moderator@rudik123 What do you mean by using with BuddyPress? The Ads Manager plugin work with WordPress. To include the file in some BP pages, I think you’d have to alter some templates files.
April 3, 2014 at 4:39 am #180699In reply to: Manually create activity posts
Renato Alves
ModeratorI have no idea how to do that, but just to clarify, I think what you are trying to do is exactly what @modemlooper suggested, it appears you’re trying to “change the location” from the groups activity to the user activity, maintaining the proper date, user and etc. Correct?!
If that’s the case, maybe there is a way of automatically copying, with PHP, from the group to the user activity. The user is already set, because it is not gonna change, just the location is gonna change (it’s not gonna continue in the Groups, it’s gonna to the user activity). After copying, you could delete the groups activity and deactivate the Groups Component.
I’m not aware how BuddyPress works with urls, but you would probably need to update to reflect the new location.
April 3, 2014 at 4:14 am #180697In reply to: display profile fields in member header
Renato Alves
Moderator@cdb3212 As far as I understood your problem, there are two articles that would save your life if you had a chance of looking in the Codex. These are:
Take a look at those and try it out. =)
April 3, 2014 at 4:09 am #180695In reply to: Need initial advice on custom design capabilities
Renato Alves
ModeratorHi @theatereleven,
I’d say that what you aim for is perfectly possible with BuddyPress. You could the following, just suggestions:
- Your users could register themselves;
- Just active the Extended Profile component;
- Use Extended Profiles Fields so that your users can add information when signing up or later;
- And you could customize the appearance customizing the template the way you want.
Maybe there is a better solution, but with BuddyPress you would get already built-in, profiles, profile fields, register process/page, user roles and etc.
April 3, 2014 at 2:50 am #180694In reply to: Need initial advice on custom design capabilities
theatereleven
ParticipantAnyone on this? I purchased S2 member and User Roles pro in hopes to do public profiles, but that was a waste of money. So it looks like BuddyPress is in fact the way for me to go, but I don’t want to dive in unless profile pages can be heavily customized, down to the last pixel.
Thanks for any help.
April 2, 2014 at 10:45 pm #180687In reply to: [Resolved] Username vs display name
shanebp
ModeratorHe means you can over-ride a BP template by following the directions here
April 2, 2014 at 8:52 pm #180682In reply to: Ajax Activity
Renato Alves
ModeratorEnglish Answer – @stuffgrid As I myself told you in the BuddyPress Brasil Facebook group, it is not a BP problem. The problem lies in the ajax, js conflicts that your theme is using. Besides, when I looked at it, it seems it lacked some customizations in some BP files.
Resposta em PortuguĂŞs – @stuffgrid Como eu mesmo te falei no grupo do Facebook do BuddyPress Brasil. O problema nĂŁo Ă© no BP, e sim está em um conflito do AJAX e do JS que seu tema está injetando. Eu tambĂ©m vi que algumas páginas faltava configurações/alterações, assim estava falhando quando vocĂŞ carregava mais atividades, por exemplo.
April 2, 2014 at 8:47 pm #180681In reply to: Registration page – how to get SSL working?
Renato Alves
ModeratorAs your first question, this is not a BuddyPress problem, you should check out the WP Doc for more information on how to do this. https://codex.wordpress.org/Administration_Over_SSL
For your second question, I believe it is redirecting from the WP login into the BP login page.
April 2, 2014 at 8:34 pm #180678In reply to: How to add favorite button to posts?
Renato Alves
ModeratorI don’t think this is related to BuddyPress. Check out some possible plugins here: https://wordpress.org/search/favourite+posts
April 2, 2014 at 8:31 pm #180677In reply to: Register for wordpress but opt out of buddypress
Renato Alves
ModeratorInteresting question. As far as I understand, WordPress and BuddyPress, when at the same installation, they share the same user base/database. So at first, I’d say this is not possible.
But, I could think of a few areas where it’d be possible.
- In a multisite installation;
- Installing another version of WordPress in the same server, something like, (var/yourwebsite/www/) , (var/yourwebsite/www/buddypress)
.
Maybe there is a way, I can’t think of one right now. But let’s see if anybody else have some ideas share. =)
April 2, 2014 at 8:21 pm #180674Renato Alves
ModeratorCheck out this thread: https://buddypress.org/support/topic/username-vs-display-name/ Maybe it can help.
April 2, 2014 at 5:33 pm #180667In reply to: Hide/Delete Base Profile Username
aussiemike
Participant@wesleysoccer – was that the css for buddypress theme or WP theme?
Regards
MikeApril 2, 2014 at 5:12 pm #180665In reply to: Wants to rename "notification" tab
sundev
Participant// I got it working by putting these lines of your code on my existing function
if ( bp_is_user() && bp_user_has_access() ) {
$count = bp_notifications_get_unread_notification_count( bp_displayed_user_id() );
$class = ( 0 === $count ) ? ‘no-count’ : ‘count’;
$bp->bp_nav[‘notifications’][‘name’] = sprintf( __( ‘Alerts <span class=”%s”>%s</span>’, ‘buddypress’ ), esc_attr( $class ), number_format_i18n( $count ) );
}I really appreciate your gesture. Thank you very much.
April 2, 2014 at 4:41 pm #180663valuser
ParticipantAs indicated the problem (on my installation) WAS a plugin.
items 1 and 2 of my observations above have been eliminated by deactivating this plugin
Item 3 still persists (at least on my installation) even with trunk 8229
April 2, 2014 at 3:13 pm #180659In reply to: Can't install bbpress together with Buddypress
Shmoo
ParticipantA Server error can be a lot of problems..
Maybe your hosting company doesn’t let you to run powerful websites. BuddyPress & bbPress are not small scripts. It’s not like you install a simple Twitter plugin for WordPress. BuddyPress & bbPress are advanced scripts that require some power of your server.
My advise, check your server logs and maybe that will give you some idea of what is happening.
April 2, 2014 at 1:44 pm #180653In reply to: field visibility
Leendert van der Ree
Participant@shanebp Had support from the developer of xprofile. He thinks has something to do with buddypress. I don’t know. What I do know is that if I have the following code in the members-loop file:
<?php $hidden_fields = bp_xprofile_get_hidden_fields_for_user(bp_get_member_user_id()) ; ?>
<?php if (xprofile_get_field_data(‘field_name’) && !in_array(xprofile_get_field_id_from_name(‘field_name’), $hidden_fields)) : ?>
<?php echo xprofile_get_field_data (‘field_name’); ?>
<?php endif; ?><?php bp_member_profile_data( ‘field=Adres’ ); ?>
The first code with $hidden_fields and xprofile doesn’t return anything.
The second code does always return data, no matter how visibility is set.Any ideas?
April 2, 2014 at 11:58 am #180650In reply to: BuddyPress translated to norwegian
danbp
Participanthi !
BP nb_NO translation is here: https://translate.wordpress.org/projects/buddypress/1.9.x
For further question, take contact here:
https://make.wordpress.org/polyglots/
or in your language here:
https://no.wordpress.org/April 2, 2014 at 5:44 am #180638In reply to: What to do against spambot registration?
Halo Diehard
ParticipantHey, @agundabbo, I’m new to BuddyPress but have been doing WordPress for a couple of years, and was happy to find two plugins that work with BuddyPress that have been stopping the fake registrations on my site. They are WangGuard and Pie Register. Good luck!
April 2, 2014 at 5:41 am #180637In reply to: Stop BuddyPress SPAM
Halo Diehard
ParticipantI just installed WangGuard today on a new site I’m setting up that’s been getting slammed with several an hour, and it stopped the new faker registrations immediately. Also, I’ve been using Pie Register for a couple years on another site, and that alone has done a great job of keeping most spammer registrations out, so I put it on the new site, too. I didn’t have Akismet or anything on my other site, just Pie Registration and I was pasting a bunch of IP’s and certain words in the Settings > Discussion > Comment Blacklist, and no spam.
Pie Register has the best Captcha I’ve seen in the plugins, but what I really like is you can program random questions that the user has to put the right answer in, and that’s fun. I choose stuff that is relevant to my sites, and amusing. I was really glad it works with BuddyPress!
And I’m not affiliated with either of the above plugins, either, just another site owner who knows what it’s like trying to track down help.
April 2, 2014 at 12:54 am #180632In reply to: Troubles setting up BuddyPress site
@mercime
ParticipantAh the theme needs to be BuddyPress compliant, which greatly reduces the options.
Actually, BP is compatible with nearly all WordPress themes (and all WP default themes) since BP 1.7. Issues arise with some frameworks which do not follow basic WP templating with the_title and the_contant within the WP loop. Even so, there are solutions put forth in the BP Codex https://codex.buddypress.org/themes/theme-compatibility-1-7/
April 2, 2014 at 12:42 am #180630In reply to: Wants to rename "notification" tab
modemlooper
ModeratorBP 1.9+
function custom_notification_menu_tabs(){ global $bp; if ( bp_is_user() && bp_user_has_access() ) { $count = bp_notifications_get_unread_notification_count( bp_displayed_user_id() ); $class = ( 0 === $count ) ? 'no-count' : 'count'; $bp->bp_nav['notifications']['name'] = sprintf( __( 'Alerts <span class="%s">%s</span>', 'buddypress' ), esc_attr( $class ), number_format_i18n( $count ) ); } } add_action('bp_setup_nav', 'custom_notification_menu_tabs', 201); -
AuthorSearch Results