Search Results for 'buddypress'
-
AuthorSearch Results
-
January 10, 2014 at 7:59 pm #176725
In reply to: I can see users' private messages
scimea
ParticipantI need this functionality on my website. How does admin see the private messages in BuddyPress?
January 10, 2014 at 7:45 pm #176724In reply to: please give some buddy press themes.
Ben Hansen
Participantyou can look here (not an endorsement):
January 10, 2014 at 7:21 pm #176721r-a-y
KeymasterIf you say you tried Twenty Fourteen and BuddyPress 1.9 is not working, then it’s possible there is a plugin conflict somewhere.
This is probably related to this ticket:
https://buddypress.trac.wordpress.org/ticket/5021Can you list the plugins you are using that affect page content? Anything that tries to inject or modify the page content.
January 10, 2014 at 7:09 pm #176719r-a-y
KeymasterThis is probably related:
https://buddypress.trac.wordpress.org/ticket/5301#comment:3Thesis probably has an unusual method for displaying page content. Atahualpa, another theme, suffers from the same issue.
Since Thesis is a paid theme, I do not have access to see how their templates are set up.
January 10, 2014 at 6:46 pm #176718In reply to: Translation problem
marmuel
ParticipantHi, thank you for your reply!
Yes poEdit generate the file correctly. I´ve also tried the plugin localization. I don´t use any Umlaut or sz. I use my own language-file because I use other terms for groups etc.
buddypress plural:
Viewing member %1$s to %2$s (of %3$s active members)german translation:
Mitglieder %1$s bis %2$s (von insgesamt %3$s aktiven Mitgliedern)January 10, 2014 at 5:54 pm #176711In reply to: Translation problem
danbp
ParticipantHallo @marmuel,
what theme do you use ?
Does poEdit generate correctly the.mo file ?
Is the .mo file in the right folder ? (wp-content/languages/buddypress-de_DE.mo)
Are you using some special characters like umlaut, sz, usw ?The string contains a plural form, so it could be possible you omit one ?
%1$s bis %2$s (von insgesamt %3$s aktiven Mitglieder)
Du köntest Dir auch die Sprachdatei von hier runterladen !
January 10, 2014 at 5:11 pm #176706In reply to: Redirect loops on groups and profiles
craftersuniversity
ParticipantBarney
I don’t see any such problem with my bbPress forums right now, however i had to revert to an earlier version of BuddyPress in order to make the site work, so i no longer have the problem on my site. Did you have the latest version of BuddyPress installed when you had this problem?January 10, 2014 at 3:05 pm #176698TesterGP
ParticipantHi,
I have WP 3.6.1., BuddyPress 1.9.1., bbPress 2.5.2., Cubepoints 3.2.1. and CubePoints Buddypress Integration 1.9.8.9..
I want to display the avatars in the CubePoint Top Users Widget.
I tried many found solutions on several forums, just to mention some of them:
1) adding code to cp_hooks.php
$y[‘avatar’] = get_avatar($user->ID,$size = ’30’);
$string = str_replace(‘%avatar%’, $y[‘avatar’], $string);
And add %avatar% in the text field of the widget. Empty Avatars appears of the top users while they all have avatars uploaded in their profile.
2) I tried the solution of r-a-y
Added functions.php to the template/default folder of bbPress. But it is still not working (settings>discussions is well set up). BUT I noticed that all avatars have a path like /wp-content/uploads/avatars/#/’. $author_id. Between /avatars/ and the author_id there is a number that is different from one member to another. How can I adadpt the path to fit it?
3) I mixed solution 1 with bp code and added in cp_hooks.php
$y[‘avatar’] = get_avatar( bbp_get_current_user_id(), ’30’ );
This display of course the same avatar for all top users in the widget, naimly the avatar of the logged in user.
4) is a mixed of 1) and r-a-y solution
added in cp_hooks.php $y[‘avatar’] = get_avatar(bb_bp_avatar($user->ID), ’30’ );
and added functions.php to the my-template folder of bbPress, but it is not working.Anny help appreciated.
T.January 10, 2014 at 2:00 pm #176696In reply to: Redirect loops on groups and profiles
Henry Wright
ModeratorI completely deleted the whole database and FTP server space, and re-installed WordPress and BuddyPress, and then the problem was gone.
That indicates it is either your database or your FTP server space that is causing the problem. You’ll need to determine where exactly the problem is coming from by a process of elimination.
The next step I’d take is to use a brand new database with your FTP server space. If the problem persists then you’ll know the problem lies with your FTP server space. If the problem resolves then you’ll know it is your database causing the problem.
My guess is that it’ll be your files and not your database where the problem lies.
January 10, 2014 at 8:20 am #176691In reply to: Redirect loops on groups and profiles
craftersuniversity
ParticipantSorry, but updating permalinks didn’t work. I also tried changing the theme to Twenty Eleven and remove my child theme files completely, still no dice. Then i downloaded a guaranteed BuddyPress compatible theme “X2” but the problem persisted.
Then i got stubborn.
I started to remove plugins one by one, making sure to revert the settings in each one to default before deactivating and deleting. Finally i had only BuddyPress, and the problem.
So i got angry.
I checked .htaccess and wp_config.php and made sure they where at their default settings, and i removed every folder and file from the wp_content area that wasn’t needed. The only thing i didn’t manage to remove was the problem.
So i got furious!
I completely deleted the whole database and FTP server space, and re-installed WordPress and BuddyPress, and then the problem was gone.
The only problem is, i’ve spent more then 6 months building my site, making all the plugins get along with each other, and so on, starting from scratch is simply not on the table. So i got my site restored from a backup, and tried again to update BuddyPress, and the problem came back of course.
I need to make my current installment work, and i get the feeling that the problem is somewhere in the database, what do you think?
January 10, 2014 at 4:49 am #176685In reply to: Spam User Registrations despite multiple anti-spam
modemlooper
Moderatorsearch buddypress honey pot and try that
January 9, 2014 at 7:17 pm #176668Ben Hansen
Participanti don’t know any php and i’ve been using and helping others use buddypress for many years now.
January 9, 2014 at 2:06 pm #176658In reply to: Display post count in sidebar for author ID
Nathan Hawkes
Participant@henrywright No, it’s in relation to a post I made on the main WordPress forum: https://wordpress.org/support/topic/author-box-outside-of-the-loop?replies=1. Since then, I have found all the functions apart from the number of forum posts. I have only now realised that I posted this in BuddyPress, and not bbPress, which is the area I am looking for. I have both the blog posts and the blog comments working, and I also have my friends count displaying, but not the forum posts.
January 9, 2014 at 12:53 pm #176654In reply to: Newbie looking for where to start
Shmoo
ParticipantWell there is nothing much to it.
If you understand what BuddyPress is, you know it needs to active a few components – you can decide what components you want to activate when you activate the BuddyPress plugin.
Let say if you don’t want private messages then don’t activate it. If you like your member to message each other you should activate.
Only if you activate components you need to create WordPress pages to show those components – simple right?
BuddyPress plugin helps you do that and creates those pages for you, you can save those default pages or change them to other pages.
Lets say you want your Groups not to show up on the example.com/groups/ page but at the example.com/community/ page then you can do so by just changing the name of that groups page.Normally every WordPress theme should be able to handle the BuddyPress plugin just fine because BuddyPress uses the default WordPress templates to show all the BuddyPress pages.
But if you have an older WP theme or a very complicated WordPress theme you can get into some troubles of course.
There are some WordPress themes that are made for specific fields like photographers or portfolio websites those themes are often made just to target those fields of work and don’t need social media integrations.January 9, 2014 at 12:17 pm #176653Shmoo
ParticipantThey’ve made it more easy to use over the years.
If you look at where BuddyPress was years ago and where they are right now it’s a huge step forward to WordPress like coding.
Will they ever become as easy as WordPress, no I don’t think so, simply because there are only a few people looking after the code of BuddyPress and bbPress.WordPress has become so easy because they have thousands of great developers looking after the code on a daily base. Those people push each other to the max, for example you have one guy who’s really good at programming new stuff and another girl who’s very good at understanding how a function should work for ‘less experienced’ computer users. Both can connect very well at the Make.wordpress pages and share ideas that become great code and working products in the end.
BuddyPress and bbPress only have a handful of developers who for the love of coding and this plugin put their time and knowledge into this. #respect!
I think they’re doing a great job and yes I also wished it would go faster 🙂
But hey, who am I to say anything, I don’t know anything and have tried to learn PHP a few times so I wish I could contribute more to those products but I failed to understand.I do have to say if you know HTML + CSS you can do some stuff in altering the layouts which is great in my opinion.
Next up:
Some people are also living on the wrong foot, because they started with WordPress and it’s so easy to use they think WordPress has become some kinda magic power tool that can let everybody do anything online.
Wrong, it’s easy to use and you can do a lot because of all the free tutorials and code online but there are limits.Some people have zero understanding of coding and want to become the next Facebook – that’s not gonna happen how easy the code ever will be.
January 9, 2014 at 2:06 am #176640In reply to: Excluding Roles from the Member's Directory.
Henry Wright
Moderator@somethingelse doing
if ( $wp_user->roles[0] == 's2member_level3' )inside the loop is great but you might find your pagination doesn’t take your condition into account. For that you’ll need to hook into thebp_ajax_querystringfilterSee the technique in action on the BuddyDev website:
Exclude Users from Members directory on a BuddyPress based social network
January 9, 2014 at 1:25 am #176639In reply to: Problem with posting an update on activity stream
fbenver
ParticipantForgot to mention: Posting in a group is possible and can be seen on the activity stream and in the group itself.
I am using WordPress 3.8 and BuddyPress 1.9.
January 9, 2014 at 12:51 am #176635In reply to: Excluding Roles from the Member's Directory.
somethingelse
Participantexcluding specific ids isn’t necessarily helpful if you have a regularly changing membership…
FWIW – i am not a programmer… i am good at patching together workarounds tho 🙂
somewhere along the way i found this approach to ONLY displaying my level3 members:<?php while ( bp_members() ) : bp_the_member(); ?> <?php $wp_user = new WP_User( bp_get_member_user_id() ); if( $wp_user->roles[0] == 's2member_level3' ): ?>which seems to do the trick – this is in members-loop.php
at the top of that file i have
<?php if ( bp_has_members( 'type=alphabetical' ) ) : ?>it used to be bp_ajax_querystring() which seemed to continually thwart my efforts.
Now it nicely displays my teachers in alpha order with no headache… granted, it’s by first name, which i will eventually figure out how to fix.
Obviously i’m using s2member with buddypress, but i tried it using basic wordpress roles and it worked as well.
so far so good, at least…
January 8, 2014 at 10:49 pm #176629In reply to: Push Twitter to BuddyPress?
SteelBookReview
ParticipantOr Facebook? Any way to get Facebook and/ or Twitter feed into BuddyPress Activity?
January 8, 2014 at 10:39 pm #176628In reply to: Formatting the Activity Feed
Henry Wright
ModeratorYou can do that using the advanced template hierarchy introduced in BP 1.8. Check out:
January 8, 2014 at 6:47 pm #176607In reply to: Best Captcha & Spam Protection for BUDDYPRESS?
meg@info
ParticipantHi @wpdragon,
I think BuddyPress Security Check plugin is the best.
https://wordpress.org/plugins/bp-security-check/January 8, 2014 at 6:32 pm #176606In reply to: [Resolved] BuddyPress Location on Multisite
Hugo Ashmore
ParticipantCodex is your friend – https://codex.buddypress.org/getting-started/customizing/bp_enable_multiblog/
January 8, 2014 at 4:33 pm #176600In reply to: [Resolved] Custom group header for single group
David Cavins
KeymasterHugo-
Thanks so much for the push. I was going about this the wrong way, and had totally forgotten about the template hierarchy: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
Thanks for your quick reply,
-David
January 8, 2014 at 3:39 pm #176591In reply to: BuddyPress pages not appearing
Kolokial
ParticipantOff hand…Hugo, (or anyone else) can you suggest which would be better, once I’ve gotten BP display in my current WP theme…should I just write some new styles to incorporate BuddyPress into the WP theme, or create a child theme that is seperate from the WP theme?
Thanks folks!
January 8, 2014 at 3:17 pm #176589In reply to: How to make a "visitor splash page"
David Cavins
KeymasterIt sounds like you’re heading in the direction of a private community. Keep in mind that if it’s private, then search engines can’t index your content. Which may be good or bad, depending on your goals.
You’ll find a lot of info by searching this support forum or the web for “buddyPress private community”
For instance:
https://buddypress.org/support/tag/private-community/ -
AuthorSearch Results