Search Results for 'wordpress'
-
AuthorSearch Results
-
April 28, 2015 at 10:42 pm #238530
In reply to: Hide Pending Registrations from Site Activity
shanebp
ModeratorYou really should ask the plugin authors this question using their support forum:
https://wordpress.org/support/plugin/bp-registration-optionsI’ve never used their plugin, but do you have ‘moderation’ turned on?
From their readme file:* Hide “Person became a registered member” from activity stream if moderation is turned on until person is approved.
This will prevent new registrations from showing in site activity, regardless of whether you’re using their plugin… but maybe you need something else?
remove_action( 'bp_core_activated_user', 'bp_core_new_user_activity' );April 28, 2015 at 7:46 am #238508In reply to: Where r u hiring Buddypress developers?
danbp
ParticipantHallo,
you can post here on BP Job Board forum or/and on Jobs WordPress.
Additionnal information here:
https://buddypress.org/support/topic/job-posting-guideline/April 28, 2015 at 5:39 am #238502In reply to: Some basic Questions before installing BuddyPress.
IHaveToDoThis
ParticipantHey there!
Welcome to the BP community, I hope you decide to take the dive. I was where you are about three months ago. Though I’m not an expert, I can offer a fellow newbie perspective after a couple of months in.
1. Yes, if you mean can you have your activity feed as your homepage. Though if you want it to look like facebook or twitter color and layout wise you’ll have to look into a fb/twitter type of theme. (google wordpress themes or wordpress premium themes if you don’t mind paying)
2. You can send a friend request. If you want to add a follow button, you’ll have to look into plugins. (google wordpress plugins)
3. Nope, but that’s again where a plugin can help you out. I use Hashbuddy. Works perfectly.
4. Again a plugin. Usually a sharing one you’ll have embedded in your pages, post or activity feed. BP doesn’t come equipped with photo/video support, so plugin. I use Activity Stream Plus and Mediapress is pretty comprehensive although it’s still in/just coming out of beta.
5. And yes, you can set this option in your BP settings so every user can create groups.
Hope this helps! I know it can be a daunting and overwhelming start with so many options out there. BP is pretty easy to learn and pretty solid right out of the box. Add some plugins to give it polish and its a real nice product. Make sure you google themes and plugins to get a good idea of what’s out there. Best of luck to you!
April 28, 2015 at 12:36 am #238497Henry Wright
ModeratorHey @mcpeanut!
The pandemonium is rarely related to WordPress core or BuddyPress core (the core devs usually issue a fix before we even know there’s a problem). So it’s a great idea to keep up to date as you’ve already mentioned.
The tricky part arrives when we look at plugins. Whilst WordPress does everything it can to make plugin developers aware of security issues, fixes are ultimately down to the plugin author. It’s always a good idea to use plugins that are activity maintained and supported. The same could be said for themes actually.
April 27, 2015 at 8:16 pm #238489In reply to: bp_has_members returns nothing
shanebp
Moderator$memberArray = get_users( 'fields=ID' );
https://codex.wordpress.org/Function_Reference/get_usersApril 27, 2015 at 8:10 pm #238488danbp
ParticipantThanks @mcpeanut,
By default, WordPress is automatically updated when a security release is commited.
All my sites are already patched.
Probably yours also. 😉If you’re a network user, sub sites ARE NOT automatically updated, so you have to check this manually. Normally this is mentionned on your network dashboard.
April 27, 2015 at 8:04 pm #238485mcpeanut
Participant@danbp hey dan their seems to also be a very big risk with the wordpress commenting system that i have come across from various wordpress expert groups on fb today, and i believe that wordpress are refusing communication on this matter, please take a look at these 2 links, this could affect anyone using the commenting system with buddypress installs too.
below is a fix that has been found
https://blog.anantshri.info/temp_fix_wordpress_comment_xss
and this is a video showing you the 0 day exploit being executed used and tested.
video doesn’t seem to format here properly i suggest doing a youtube search for it
April 27, 2015 at 7:08 pm #238479In reply to: How to stop Spam Users from registering
@mcuk
ParticipantI’ve seen a few places mention this plugin:
https://wordpress.org/plugins/wangguard/
(not actually used any myself as site isn’t live yet)
April 27, 2015 at 5:49 pm #238465In reply to: Remove Everything Gravatar
danbp
ParticipantWordPress use Gravatar like BuddyPress.
When BP is activated, it let’s you manage your avatar from the profile.WP is using get_avatar and BP substitute it with his own code for internal purpose.
Bp-avatar-suggestion let the site admin add an avatar bunch of pictures where users can choose from instead of uploading their own image. And yes, all avatars (wp/bp) are concerned, even if in fact it is the same thing.
FYI the ‘white figure on grey background’ is called Mystery Man in WP jargon. 😉
Also, Gravatar is an external service and on some config, this can slow down a site. Nothing new, it’s the case for any external service (js, font, cloud, social share, etc)
By using the define, you deactivate the call to external gravatar service, and BP fires a local copy of the mystery man. Deactivating Gravatar will also deprive the people who use the service to get their usual picture on your site. It’s not an innocent decision.
Be aware also that the empty option (in wp default avatar setting) is a blank image (and not an empty space), which is also fired by Gravatar.
World isn’t perfect. 😉
April 27, 2015 at 2:12 pm #238444In reply to: Remove Everything Gravatar
@mcuk
ParticipantThanks @henrywright! I’ll stick with
add_filter('bp_core_fetch_avatar_no_grav', '__return_true');then if it’s all I need to stop the Buddypress calls. What is it that WordPress calls for? Are you referring to the default ‘white figure on grey background’? Or does WordPress also check for a Gravatar in similar way to Buddypress. (I don’t currently use Gravatar).Hi @djsteveb , I came across some of those posts you listed which is actually what got me thinking about it in the first place :). I’m trying to be as transparent as possible on user privacy/data on the site I’m creating. Searched the forums a little further and some of the threads are v old so thought I’d check if the stuff there was still applicable or had been deprecated.
Hi @danbp, thanks for the plugin suggestions. I’ve come across a few Buddydev plugins and will probably use their ‘bp-activity-comment-notifier’ plugin since they aren’t part of Buddypress default currently. Trying to keep plugins to a minimum early on.
With regards to the ‘bp-avatar-suggestions’ plugin (which you appear to have inspired), does that override any WordPress calls Henry mentioned above since you are using your own locally stored images? (similar I guess to the new user Twitter eggs)?April 27, 2015 at 12:46 pm #238439In reply to: Move member search bar
danbp
ParticipantSearch your theme documentation about CSS modification and how to use a child-theme.
From within the child, you can then modify CSS without loosing your changes after a theme or a BP update.
Read also BuddyPress documentation:
April 27, 2015 at 11:54 am #238434danbp
ParticipantThank you for the information.
BP dev’s already handled this issue.Latest updates avaible:
WordPress 4.2 & BuddyPress 2.2.3.1 & bbPress 2.5.7As usual, you’re invited to update your install as soon a security version is avaible.
April 27, 2015 at 9:02 am #238432In reply to: how to add language in buddypress?
danbp
Participantyou can translate online from here:
https://translate.wordpress.org/projects/buddypress/2.2.xBP zn_CN is translated to 46%, Ukrainian is actually not translated.
You can contact the chinese team here
and the ukrainian hereHenry already provided you other information you have to read now.
April 27, 2015 at 8:59 am #238431BewitchingFiction
ParticipantHi @danbp,
I have a page called ‘groups’ I have permalinks activated and the slug for the groups page is:
http://www.bewitching-fiction.com/groups/
I have no trash, the only pages I actually have on the site that are WordPress are related to the blog, there are just 7 pages in total on the whole site 🙂 I believe in minimalism.
April 27, 2015 at 4:00 am #238423caniwigirl
ParticipantThanks @danbp
I’ve just tried it on twenty thirteen (the latest update yesterday) and the groups work perfectly, even for my test user who is a forum participant and contributor for WordPress AND member of two hidden groups. I had tested it previously, but it did’t work on the previous version of the theme. I didn’t even have to deactivate any plugins.
I then tested it with all the themes from 2011-2015 and they all work too.
So… It looks like I need to take this back to my theme developers… Can you please give me so info that I can relay to them so they can get the hidden groups displaying correctly? Or, is it possible to copy the appropriate BuddyyPress files from one of the WordPress themes and put it somewhere in the child theme of the theme I am using? If so… Which ones and where would I find them?
The theme I am using integrates BuddyPress in it, but not in any great detail.
April 27, 2015 at 3:34 am #238421In reply to: how to add language in buddypress?
Leo 777
ParticipantThank you very much. And what about the Chinese language
In wordpress has Chinese. And in the Chinese language does not have buddypress.
Where to write translations? I want to translate their own.
I added Chinese language on the siteApril 27, 2015 at 1:26 am #238416In reply to: Remove Everything Gravatar
danbp
ParticipantYou can use that filter, which was introduced by BP 1.7
See also
https://wordpress.org/plugins/bp-avatar-suggestions/ (members+groups)
https://wordpress.org/plugins/bp-blog-avatar/ (network)April 26, 2015 at 11:55 pm #238412BewitchingFiction
ParticipantI have tried with multiple themes, including the 2015, 14 and 13. I am currently using Firmasite (which works but isn’t the most user-friendly in other ways). I have BBpress, Buddypress, Mailchimp for WordPress, Akismet (activated), Buddypress Group Chat, Buddypress Security Check, Jetpack. I try and keep the plugins to a minimum as my WordPress site is only used for the forums – I use efiction in a subfolder for the main part of my site.
April 26, 2015 at 11:55 pm #238411In reply to: Does buddypress require a theme to work?
Ben Hansen
Participantthis is really a wordpress/xampp setup issue not a buddypress thing. i can’t really help you because i never had any trouble setting mine up and i use mac anyway but you might be able to get more eyeballs on your problem by using the support resources for wordpress and/or xampp since buddypress is a sort of baby universe compared to the larger wordpress universe which contains it there are far fewer people here then there are there.
April 26, 2015 at 9:52 pm #238408In reply to: Remove Everything Gravatar
Henry Wright
ModeratorFor just BuddyPress (not the WordPress side of things), see comment 4 here:
https://buddypress.trac.wordpress.org/ticket/2367#comment:4April 26, 2015 at 5:02 pm #238397In reply to: Members page and my theme
danbp
ParticipantCheck your div’s !
Or better, faster and much easier for you if you aren’t a CSS guru, use an existing WP theme.We can’t assist you if you use third party premium tools or themes.
https://buddypress.org/support/topic/when-asking-for-support-2/April 26, 2015 at 2:43 pm #238390In reply to: Does buddypress require a theme to work?
zeesh49
Participantfollowing is the vhost container
<VirtualHost *:1234>
DocumentRoot “C:/xampp/htdocs”
ServerName localhost
</VirtualHost>
<VirtualHost *:1234>
DocumentRoot “C:/xampp/htdocs/wordpress”
ServerName buddypress.local
<Directory “C:/xampp/htdocs/wordpress”>
Require all granted
</Directory>
</VirtualHost>and the host file:
127.0.0.1 localhost
::1 localhost
127.0.0.1 buddypress.local
::1 buddypress.localApril 26, 2015 at 1:26 pm #238388hammed4real101
Participant@henry wright
please am not a pro developer yet, am still learning.
please, explain the steps to get that done.
am using a wordpress theme. Thanks
April 26, 2015 at 11:57 am #238382In reply to: Let’s work together
Marcella
Participant@henrywright the post on .org got closed, they say it’s too work like…
It was actually the nicest thread closure I’ve ever seen https://wordpress.org/support/topic/lets-work-together?replies=2#post-6872616 🙂
Henry Wright
ModeratorHi @hoseke
Assuming you’re talking about WordPress roles and not BuddyPress member types, then you can do this:
$user = wp_get_current_user(); $user->set_role( 'student' ); -
AuthorSearch Results