Search Results for 'wordpress'
-
AuthorSearch Results
-
September 6, 2017 at 7:22 pm #267910
TxGirl
ParticipantThat is the same visibility options that already come with BuddyPress. I need to be able to add the option to choose that the profile is viewable by editors or other member group that comes with wordpress. I don’t want to hide them from being editable by the user, I want to hide them from being seen by other members on when they view another members profile but want them to be seen by more than just admin’s (i.e.) I also need to allow editor’s to be able to see them when viewing a member’s profile.
September 6, 2017 at 7:07 pm #267909In reply to: registration page styling
r-a-y
KeymasterThere is no BuddyPress “business”.
BuddyPress is what you make of it. Same as WordPress. WordPress provides you with a default theme and basic options, same with BuddyPress.
September 6, 2017 at 6:04 pm #267904In reply to: Avatar across multisite
deadlinkd
ParticipantFinally found a solution.
1) add define( ‘BP_ENABLE_MULTIBLOG’, true ) in wp-content/config.php
2) network activate buddypress
3) install rmiweb-multisite-avatar. It is a custom plugin for rmi.one website not available on wordpress repository. Can’t remember from where i grabbed it but i’ve uploaded it on my uptobox account => http://uptobox.com/543ii9u4ozoh
4) At first it wasn’t working for me on my subsite because the theme (skywarriorthemes.com/arcane/) had an issue with displaying avatar. But i’ve tried it with other 3rd party themes and wordpress default twenty seventeen and it works like a charm. So make sure that your theme is not creating some conflict too like mine did.
5) If you want to completely disable gravatar: https://wordpress.org/plugins/disable-user-gravatar/
6) Profit.Hope that helps.
September 6, 2017 at 1:46 pm #267900In reply to: registration page styling
zo1234
ParticipantI use the #1 selling wordpress theme Newspaper by tagdiv, and it’s mainly the User Profile & Registration page that can use some tweaking. Also I wish there was a way or easy way to add more user fields to the Member Directory – like a responsive and sortable table format.
I appreciate the work that is put in to Buddy Press, the versatility of it, and that it’s a free plugin, but I think it is being short-changed by not having a premium version that can make it look ‘prettier’. Not sure who’s in charge of the business operations, but should consider a premium add-on for UI/UX. People really would pay for it. Look at Ultimate Member. Buddy Press has a leg-up on them because you have more scale-ability with all the 3rd party add-ons, better performance, and larger user base.
I have had to paid a php guy to customize it, but I need more customizations. This is the only plugin stopping my site from blowing up. Do any of you BPers do custom work? I’ll pay for any custom work to get the layout moved around on User Profile (https://ibb.co/gNat1v) + sortable table Member Directory.
I’d go with Ultimate Member for looks alone, but it slows the crap out of my site and it doesn’t have some of the BP add-ons I want. If Buddy Press looked like UM or BuddyBoss, but kept the drop down menu user section (like Twitter), I’d be your first paying customer.
September 6, 2017 at 7:52 am #267896In reply to: Buddypress Messes Up My RSS Feed
sagraphics
ParticipantWe use RSS script merge tags in Mailchimp to pull our feed through from our wordpress site each week and automatically send out a newsletter to our subscribers:
https://templates.mailchimp.com/getting-started/merge-tags/rss-merge-tags/
This was working perfectly with a title, image and summary for each post, but when we enabled Buddypress with bbPress, each item on the newsletter would show the full text of the post rather than a summary. Once Buddypress was deactivated, the Mailchimp newsletter was given just the summary again for each post and worked perfectly.
September 5, 2017 at 11:17 pm #267893In reply to: Buddypress Messes Up My RSS Feed
r-a-y
KeymasterSince you provided very little information, I can only interpret your post from what you have written.
What is the “RSS feed to the newsletter”? Is this just a RSS feed to the main WordPress blog post RSS feed?
I have both BuddyPress and bbPress installed and these plugins do not affect the main blog post RSS feed (example.com/feed/).
September 5, 2017 at 6:00 pm #267888In reply to: Buddypress Messes Up My RSS Feed
r-a-y
KeymasterBuddyPress does not modify the WordPress blog post RSS feed.
I tested this locally and cannot reproduce the problem. You must have another plugin that is modifying blog post excerpts.
September 3, 2017 at 9:42 pm #267854In reply to: Slider in Activity Content Body
ppahv
ParticipantHi,
I’ve just installed BuddyPress on my WordPress and I’ve also noticed that BuddyPress messes around with my Flexslider by slowing down the loading of the first slide.
I don’t get your explanation to solve this problem. Could you be more precise about it?
Thank you very much your answer.September 2, 2017 at 8:07 pm #267840In reply to: Trouble with BuddyPress pages
r-a-y
KeymasterBuddyPress doesn’t use shortcodes.
Instead, it relies on connecting specific WordPress pages to BuddyPress components.
Read this section for more info:
https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pagesSeptember 1, 2017 at 6:30 pm #267821In reply to: Comment Moderation and Notifications
aleon4
ParticipantMultisite running WordPress 4.7.3
Subdirectory
BuddyPress Version 2.8.2
BuddyBoss Social Learner theme -Using child theme
Did not modify core filesThe other website we’ve tested on is using the WPLMS theme. Comment moderating/notifications were working until we activated BuddyPress.
August 31, 2017 at 8:13 pm #267813In reply to: Activity that will disappear on my database
mika69400
ParticipantHello,
Thank you for your help . I put the debug on, this is the only mistake I noticed today when I had activities that have disappeared :
[31-Aug-2017 16:40:43 UTC] PHP Notice: is_404 was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /var/www/clients/client1/web20/web/wp-includes/functions.php on line 4139
Do you know if this can come from there? What to do ?
Thank you …
August 31, 2017 at 7:51 pm #267812In reply to: Registration page not working in mobile devices
ulferlingsson
ParticipantWithdrawn, I realized now that the registration page is a WordPress feature, not buddypress
August 30, 2017 at 9:15 pm #267798r-a-y
KeymasterIf you’re just relying on the basics like username, password and email address, you should be able to look at various WordPress user import plugins:
https://wordpress.org/plugins/search/user+import/And then to modify one of them to fit your current database schema. If you’re able to export your data to CSV, then you could probably use one of the available plugins.
However, for avatars, you would need to write a separate script to import them though.
August 30, 2017 at 7:53 pm #267792r-a-y
KeymasterYou shouldn’t rely on PHP conditionals for CSS targeting.
Use your browser’s developer console and check the various
bodyCSS classes and then target the ones you want to use in your CSS stylesheet.Why not use something like?
body.forums .YOUR-SELECTOR {color:red !important;}If you must use PHP conditionals, use the ones that BuddyPress provides:
https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-core/bp-core-template.php#L2034View the list of functions in that file for all the ones you can use.
August 30, 2017 at 12:33 pm #267785In reply to: remove buddymobile
Henry Wright
ModeratorTry asking this question on the plugin’s support page:
August 29, 2017 at 5:00 pm #267765In reply to: Activity that will disappear on my database
r-a-y
KeymasterDo you see any debug error messages when you enable
WP_DEBUG?
https://codex.wordpress.org/Debugging_in_WordPressIn
wp-config.php, setWP_DEBUGtotrue,WP_DEBUG_DISPLAYtofalseto prevent error messages showing on your site, andWP_DEBUG_LOGtotrueso error messages are logged towp-content/debug.log.Next, when the activities disappear, check the log and see what it says.
Also, always strip down your install to see if there is a problem with plugins or your theme. For instance, your caching and DB plugins could affect this. Try disabling some plugins to see if the problem persists.
August 28, 2017 at 8:42 pm #267741In reply to: Registration page not working in mobile devices
Henry Wright
ModeratorThis is very likely to be theme-related. I notice you’re using the Niche theme. Try contacting the theme author to let them know there’s an issue.
August 24, 2017 at 12:56 pm #267692In reply to: There was a problem cropping your profile photo.
press786
ParticipantI am still facing this issue, even after giving all the permission & uploading an image with a small name.
Using
Buddypress 2.8.2
wordpress 4.7.5
Please provide a resolution to this, I want to have an upload avatar option in the register page.
I am using “Buddypress avatar upload ajax” plugin for this.August 23, 2017 at 10:14 pm #267685In reply to: Seeking Solution
shanebp
ModeratorbbPress is the only real option for forums.
Depending on what features you need, this may suffice: BuddyPress Simple Events
You can also get it here: PhiloPress – BuddyPress Simple Events
August 22, 2017 at 9:36 am #267655Peter Hardy-vanDoorn
ParticipantTry this plugin. It hasn’t been updated for 2 years, but it works perfectly for me.
Adds these options to the visibility options: ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’
Hope that helps
August 16, 2017 at 2:18 pm #267579In reply to: Hiding members page from non-logged in users
shanebp
ModeratorHave you tried BP Simple Private ?
You can also get it here: PhiloPress
August 14, 2017 at 5:28 am #267531yeshivadan
ParticipantThis plugin should do it. https://wordpress.org/plugins/bp-profile-search/
August 11, 2017 at 4:41 pm #267515In reply to: You do not have access to this activity
Henry Wright
ModeratorHey @udarmo
Thanks for the report. Can you open a Trac ticket for this so it can be investigated?
August 11, 2017 at 12:34 pm #267504ygagnon2016
ParticipantI like your idea about calling a function from the php for the modal window.
Just FYI .. this is what I have set up for colorbox (which isn’t a real ajax call, you’ll see):
echo '<a class="ajax cboxElement launch-dashboard" href="' . get_stylesheet_directory_uri() . '/buddypress/members/single/dashboard.php?username=' . $row->username . '" title="Dashboard">Launch Dashboard</a>';If you aren’t familiar with how colorbox works … note that the modal window is being enabled by simply adding the “ajax” class to the link … similar to how a lightbox popup works.
Ideally .. it’d be great if I didn’t have to call these 2 lines in my dashboard.php file either:
require("../../../../../../wp-blog-header.php"); require('../../../../../../wp-load.php');It’s my understanding that this is a terrible approach anyways .. since the WordPress engine is supposed to be already loaded in the background (making it redundant).
So how would I implement something like what you’ve suggested? Could you show me an example, maybe? I’m assuming that if I don’t load the WordPress engine in my dashboard.php file, that I wouldn’t be able to call a function that’s been added to my functions.php file, right?
Here’s a dumb question. Should I maybe just place my dashboard.php file in a different location within my child theme directory structure, perhaps? I ask because I’m starting to think that I might need to treat this as a normal WordPress template file .. instead of a standalone PHP script. Any thoughts?
August 11, 2017 at 11:36 am #267503vgvidscom
ParticipantDear R-A-Y,
Thank you for the support, appreciate it, and sorry I did not check google myself to find out you need to create bp-custom.php in case it does not exist yet.
It seems there is a conflict with my theme after extra review of my theme builders’ team.
Once they update the theme it hopefully works with the updated wordpress and buddypress. If I need your help afterwards, I will send a new request.
Only issue left is that I don’t know why the lines of coding don’t match in my buddypress version, I never changed code in the core buddypress files.
Thanks for the support,
Bart
-
AuthorSearch Results