Search Results for 'buddypress'
-
AuthorSearch Results
-
May 28, 2016 at 3:51 pm #253838
djsteveb
Participant@mingjie0409
there has been some discussion of this here: https://buddypress.org/support/topic/bussdypress-title-and-seo-yoast-problem/#post-253510and here:
https://premium.wpmudev.org/forums/topic/bp-meta-tite-description-for-groups-and-members-pages
and several other places including the suggestions / feedback area amongst others.
I’ve had it fixed a time or two but updates to either bp or themes have broken my fixes.
This is something that google’s webmaster tools screams at you as being bad, and hurts your site the more members you get.so I added a noindex no follow to the robots.txt file to remove most of the bp pages from being indexed.
May 28, 2016 at 1:52 pm #253836In reply to: Cover photo not showing
sharmavishal
ParticipantIs this a fresh install? If yes check the min requirements in buddypress codex
May 28, 2016 at 1:22 pm #253830shanebp
ModeratorFind out which S2 function returns member ids based on S2 levels.
Then look at this function
bp_has_members. It hasincludeandexcludearguments.If you have more paying members than non-paying members, then pass the non-paying member ids to the
excludeargument.
Otherwise, pass the paying member ids to theincludeargument.You can adjust the
bp_has_memberscall in your Members Directory template.Or you can write a function using this approach:
https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/May 28, 2016 at 1:06 pm #253821In reply to: Advice re: managing a growing BP community
sharmavishal
Participantmanaging users, groups, comments, handling any abusive users etc.
buddypress has a wonderful admin backend and the above can be handled properly…and there are a bunch of plugins which you can use for backend admin
using buddypress+bbpress for 2 multisite websites and works great
would suggest you do a test drive and see what you get form buddypress
May 28, 2016 at 12:44 am #253815In reply to: Buddypress activity pages
gilbert2015
ParticipantThank you, I am infact a rookie however I am learning coding right now a treehouse. What codes should I focus on learning to modify Buddypress to my needs?
May 28, 2016 at 12:32 am #253814Topic: Setting default user cover image
in forum How-to & Troubleshootingpandafoxxxx
ParticipantHello,
After following the codex and googling for hours, I just can not set the default cover image for users when they first register. I use the latest version of wordpress and buddypress.
functions.php
function your_theme_xprofile_cover_image( $settings = array() ) { $settings['default_cover'] = 'http://www.planwallpaper.com/static/images/colorful-triangles-background_yB0qTG6.jpg'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_xprofile_cover_image', 10, 1);member-header.php
<?php $cover_image_url = bp_attachments_get_attachment( 'url', array( 'item_id' => bp_displayed_user_id() ) ); ?> <img src="<?php echo $cover_image_url; ?>">Website: local
Edit: I CAN set an image in the profile tab and it shows up like normal.
May 27, 2016 at 7:34 pm #253812djsteveb
Participant@abooster – I found a similar issue in regards to uploaded pictures and videos some time ago. It really disturbed me that it was trivial to see other people’s uploaded media within buddypress / wp -multisite.
I found at the time role scoper had a method to limit the permissions there and fix this issue on one install for me – it has since transformed into ‘press permit core’
I never bothere3d to report this, as it seemed like I’d report it to bp and it would get the whole ‘it’s not bp, it’s wp – or it’s rtmedia’s plugin problem’ – then I’d probably report it to rtmedia – and it would get a whole – thats the way bp and wp works – and although we were multi site compatible, we are not responsible for how permissions within those setups work..
and so, it’s really a problem for the bp community, but more so for those users who sign up assuming that we have good security practices like big social networks. I am guessing issues like these run afoul of the eu data privacy and protection laws, but I’m not there and don’t know enough about them.
So I just put in my terms that this is all beta software and not to post anything you don’t want exposed – there is not way any of this stuff is secure and everything could inadvertently be exposed one day even without a hack attempt.
sucks but that’s about all i can do as a user, not an expert of php or anything wp / bp / etc.
thanks for mentioning another similar issue that I had never considered – I think I had seen something like this when logged in as super admin, had not considered it may also show for non-super-admins – this sucks.
May 27, 2016 at 6:46 pm #253811In reply to: Buddypress activity pages
shanebp
ModeratorYou’ll probably want to create a new page and then load a custom template.
In your custom template, you’ll need to create an Activity loop with the parameters that you want.
Sounds like this is your first time performing these tasks.
Give it a serious and thorough attempt and see how far you can get.
If you get stuck, use gist or pastebin to share the code in your custom template.Please do not paste all the code on these forums.
May 27, 2016 at 6:34 pm #253809shanebp
ModeratorThanks for your concern.
The responsible way to report a security issue is to:
2. Open a ticket here – using the same user/pw you use for these forums.
May 27, 2016 at 4:04 pm #253804In reply to: Creating/sending HTML emails
navyspitfire
ParticipantHi, was wondering if anyone had any clue as to what could be my issue, I would greatly appreciate it.
Edit: following this tutorial I added the
wp_mail ( 'somebody@domain.com', 'Mail subject', 'A <strong>HTML</strong> email' );line but replaced the third parameter with the HTML email code, and it worked; I got an email with my header/footer HTML/styles. So why aren’t my buddypress/WP email being sent with the HTML code/styles that I’ve declared?May 27, 2016 at 2:24 pm #253802In reply to: BP Profile Search
shanebp
ModeratorBP xProfile Location creates an xProfile field type.
And it will include any of those field types on the the search form created by BP Profile Search.I think you want to use Google to auto-populate the textbox(es) created on the search form, based on user input.
That would require custom code added to the BP Profile Search plugin.
You will have to write that code yourself or hire a developer.May 27, 2016 at 8:19 am #253797dave8528
ParticipantIn a woocommere environment where users get registered from there, is there a way to have BuddyPress to sync with WP registration info (i.e. first name, last name, change password)?
Can this e bidirectional too?Thank you!
May 26, 2016 at 1:01 pm #253784In reply to: Buddypress Social Group Activity Not Displaying
Pulse North
ParticipantHi @danbp,
The theme itself wasn’t so much custom as just tweaked for purpose, it is a child theme of the Reverie theme (http://themefortress.com/reverie/) which is a foundation and WordPress framework. There weren’t many (if any) theme changes made beyond the style sheet and I there aren’t any Widgets in use beyond the Buddypress sidebar ones.
There are quite a few plugins in use though (23 in total) but when I left all of them activated and switched to the TwentyFifteen theme, the feed posts were visible again.
I’m honestly not sure how to go about debugging this, as I’m a designer primarily and Javascript/PHP are not my strong points. Is there anything you can do to help?
Thanks for your assistance so far!
May 26, 2016 at 12:16 pm #253783In reply to: Profile Tabs
danbp
ParticipantHi @nnyorker,
Try this plugin: BuddyPress profile tabs
May 26, 2016 at 6:52 am #253774In reply to: Author Posts in Profile Page
ronsenbln
ParticipantHi, i am new with buddypress and i like to have the posts from the users on the profil page too. But i have the same double entries. This looks bad. Is there any news to fix this?
May 26, 2016 at 3:34 am #253771mingjie0409
ParticipantAlso Please …
blog post in buddypress Activity page , How to make the blog feature picture to show next line
It is show like this now .. http://oi68.tinypic.com/28uu5z.jpg
Check the picture for details , It is urgly looks ..
Please help me .
Thanks a lot ..
jk
May 25, 2016 at 7:14 pm #253764In reply to: Custom URL
danbp
ParticipantHello @nanettedp,
don’t be sorry, we all started a day from 0.
You exposed (very clearly) your problem, that’s great ! The next step is to learn how to do that.If you ask for aid on a support forum like this one, this implies in principle you already did something (who may not work as expected for ex.) In this case, you should show us what you’ve done, so somebody can help you.
As yo ask for a doc like a how-to, you can search on this forum or google a bit to find one. They’re plenty topics here about this, with more or less explanation and comments.
But you say you’re a newbie. It’s not like i don’t want to help you, but i can’t teach you this. You need some tech level, even a low one and i ignore which one you already have. It’s also time consuming and as mod i have other things to do here as teaching you. Hope you understand. 😉
As you didn’t really understand the function i indicate you, i assume you’re not familiar with php and how to use it. So you’re like i was a few years back: a newbie.
The only thing to do is to learn. You have to experiment, to read documentation, topics and what ever related to code, WP and BP… That’s how we all acquire experience !
Or i’m completely wrong and you meaned by i need a bit more help give me the solution. In other words, make the work for me so i can add it to my site.
If so, you can hire a developper from here.Your first topic started with Is there a way that I can create a custom URL.
Yes there is a way. It’s you! Now it’s your turn to play: create and just do it!
May 25, 2016 at 5:45 pm #253762In reply to: Creating BuddyPress Drop Down Menu in topbar
michaellanfield
ParticipantHere are a few screenshots of what I mean.
The first image “Profile” menu is the BuddyPress pages and the bullets are the sub (drop down) menus. But it doesn’t display as a drop down menu. The second image is my profile of the menu and how I created it. I created it just like the other primary menu. So I am not sure why it is not displaying properly.

May 25, 2016 at 3:53 pm #253757In reply to: Users unable to register
danbp
ParticipantHi @eutopia007,
you say nothing about the theme, which could be the culprit. Activate one of the default WordPress Twenty theme and see if the error remain.
In any case, a page named #gf_2 is not part of BuddyPress or WordPress. Check all your pages and their permalinks. If you find one using that, delete it. You should also clear your trash definetly as it could be you have that page in it.
WordPress use page which should be unique and have unique names.
For more information, read here.
May 25, 2016 at 1:00 pm #253752In reply to: BuddyPress Multisite
danbp
ParticipantThere is nothing to debug, it is how it works. BP is usually activated on the main site, and stays on the mainsite, whatever you build around with multisite or multinetwork or both.
Read some explanation about multisite, multinetwork and how BP is displayed and working on such installs:
May 25, 2016 at 12:28 pm #253751In reply to: BP Activity @mention display_name
megin
ParticipantHi,
I have the same problem. Throughout the website, we make use of unique display_name. I didn’t get the real hook or filter to manage this situation. Please check the link below.
May 25, 2016 at 10:19 am #253749In reply to: Is BuddyPress suitable for my project?
mcpeanut
Participant@insearchofasolution no problem mate.
Seems like you know what you are aiming for so its really down to time and research, you do not need to be a master with PHP to pull this off yourself, although knowing the basics helps. If you can understand what you need to change or integrate you can find answers with a little google searching and quite often you can find various different solutions to similar problems others may of come across.
About the plugins I mentioned, you should go to the wp-types website and set up a demo install of toolset for yourself, just search the website and there will be an option for you to have a test environment set up for free hosted on their servers where you can test out all the plugin suite, it will even let you install the dummy content for various complex website setups that have been created with toolset for demonstration purposes, it shows what is possible with these plugins when used together as a package. Its worth taking a look at trust me on this one.
I have only messed with the vendors plugin you have mentioned briefly so I have not tried it out with buddypress but as @sharmavishal has mentioned above you might also want to check out the paid plugin he mentioned to if it has BP compatibility.
May 25, 2016 at 8:14 am #253744In reply to: BP menu on wp multisite
danbp
ParticipantSo the mainsite BP menu is not complete on subsite!
That’s right, because on a subsite, you’re on a blog.
BP is only active on the mainsite, as it’s where it is activated. On mainsite you see whole members fonctionnalities (friends, groups, messages and son on). On a blog, aka subsite, you’re like a user of a WP site whithout BP.That’s also the reason why enabling multiblog is deactivated by default and not usefull in most of case. This warning is given on the codex page i indicated you previously.
Deactivate multiblog and revert to initial default configuration.
On the toolbar, in top left corner, you have the usermenu with all BP items. This menu is accessible to logedin user, wherever he is. Mainsite or subsite. And that’s default behave !
For a bit more understanding, in case you want insist to remove that menu to get it on the main nav (beside About, Home etc), please take a look to this topic.
Cheers ! 😉
May 25, 2016 at 7:55 am #253742In reply to: Disqus + BuddyPress Yet?
danbp
ParticipantDisques is intended for WordPress (read plugin description), not BuddyPress, which use his own comment system through essentialy the site activities.
You’re incorrect. See Trac to have an idea of what improvements are part of.
May 25, 2016 at 7:50 am #253741In reply to: Is BuddyPress suitable for my project?
insearchofasolution
Participant@mcpeanut thanks a lot about all the info! I have tried to hire several programmers who claimed to have extensive WP experience, but unfortunately all 5 of them failed and backed up after a couple of days. None of their work was of any use unfortunately. These were off an unnamed micro-job platform, so maybe I just was not lucky enough to find a reliable one. But no offence meant to anyone. 🙂
So what I decided to do was to build the core by myself – like you said – with help of plugins, random tutorials from the web,… All the trial and error way. I came quite far and the “only” thing left is some of the plugins need to be connected or slightly customized for which I am going to hire someone, because even though I know HTML/CSS, I don’t know that much about php. I only can follow tuts – like a monkey :))) I still think this is a better way than have someone build the whole thing on small budget. Of course I can imagine a nice development with thousands of $$$ available.
Anyway, what I have done is use the BuddyPress as the absolute core, adding all the functions like following a user, messaging, portfolio, … I have then used WC Vendors for the marketplace bit. As such, the users don’t really access any shop pages, or search by categories. I have populated the products onto a custom tab in BP (hope that makes sense). So now I am at the stage when I try to find someone again to “finish it off”. Wish me luck 🙂
I’ll have a look at those plugins too, thanks for that.
-
AuthorSearch Results

