Search Results for 'wordpress'
-
AuthorSearch Results
-
March 2, 2017 at 9:48 pm #264466
In reply to: Trying to get property of non-object
danbp
ParticipantHi,
there is a ticket where you can report your issue:
https://buddypress.trac.wordpress.org/ticket/7392March 2, 2017 at 1:55 pm #264453In reply to: City, State, Country Location Plugin
shanebp
ModeratorYou can also use this free plugin:
https://wordpress.org/plugins/bp-xprofile-location/March 2, 2017 at 12:33 am #264436In reply to: new feature: block duplicate posts to activity
ds123
Participanti wanted to add this to my own question …i’m seeing that wordpress has a duplicate comment check built into it ! that is perfect can it be used for buddypress activity?
March 2, 2017 at 12:22 am #264434In reply to: Buddypress not working on ssl https
psnation
ParticipantHere you go.
March 1, 2017 at 1:17 pm #264316In reply to: [Resolved] Unminified Javascript
Henry Wright
ModeratorYou can dequeue a minified script with
wp_dequeue_script()and then enqueue the non-minified version withwp_enqueue_script().Ref
March 1, 2017 at 11:46 am #264315In reply to: moderation + logins questions please
valuser
ParticipantCheck out BP Moderation it may still work – it relies on users to “flag” items and if an item attracts x amount of flags the author and admin are warned and admin has an easy filter to delete the comment. x is set by admin.
2,3,4 i believe have been answered many times on this forum – google and they should come up.
March 1, 2017 at 11:25 am #264314In reply to: Activity media
valuser
ParticipantAFAIK BuddyPress Activity Plus works, free, as outlined on the WordPress.org plugin page.
You could also try MediaPress by a very reputable BuddyPress developer.
or
The last one has some paid – for add-ons.
There may well be others.
February 28, 2017 at 9:49 pm #264302In reply to: Changing filtering default in activity stream
shanebp
ModeratorFebruary 28, 2017 at 9:48 pm #264301shanebp
ModeratorDid you try:
https://wordpress.org/plugins/bp-activity-filter/February 28, 2017 at 6:44 pm #264294In reply to: Another registration page question
danbp
ParticipantNo, it doesnt qualify that and it is not a BP issue. As you use a specific designed theme for BP and some other plugins, it is that theme who manage the output of BP.
That said, feel free to read WP’s registration documentation. BP is a plugin who use that process. Then read BP’s documentation and do the same for the theme.
February 28, 2017 at 6:33 pm #264292In reply to: I need Buddypress verified for 4.7.2 and +
danbp
ParticipantNo, sorry, i talked about BuddyPress.
Do you have a problem with BP Verified ? In that case, you have to ask on its support, not here.February 28, 2017 at 7:32 am #264273In reply to: Recommend caching plugin for BP
alexlii
ParticipantFor me, I am using HHVM+php5.6+nginx helper, and using object cache with Redis, and no page cache used.
There are two Redis cache:
https://wordpress.org/plugins/redis-cache/
https://wordpress.org/plugins/wp-redis/after testing, I found the first one:redis-cache will cause 502 error if buddypress actives steams is enable in Musite by now, and hope the author of redis-cache can upgrade it soon.
and the second one of Wp-redis woring fine with buddypress now.
I read a lot article by Very senior wordpress developers do not recommend Page cache, but strongly recommemd Object cache, here is some for your referrance:
https://wordpress.org/plugins/nginx-helper/
Alex
February 28, 2017 at 7:12 am #264271In reply to: Group moderation warning
miguelangeltorresfp
ParticipantThere is an open ticket on buddypress.trac.wordpress.org
https://buddypress.trac.wordpress.org/ticket/7320
Maybe some of you could give me a temporal solution for this issue.
Thank you.
February 27, 2017 at 7:07 pm #264231griffmix
ParticipantHi thanks.
I have turned on WP Debuging and received the following error messages including 1 fatal error. Any idea what this means?
Strict Standards: Redefining already defined constructor for class LogoutRedirect in /wp-content/plugins/login-and-logout-redirect/login-and-logout-redirect.php on line 65
Strict Standards: Redefining already defined constructor for class Login_Redirect in /wp-content/plugins/login-and-logout-redirect/login-and-logout-redirect.php on line 287
Notice: get_cart was called incorrectly. Get cart should not be called before the wp_loaded action. Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /wp-includes/functions.php on line 4136
Fatal error: Call to a member function get_option() on null in /wp-content/plugins/fancy-product-designer/inc/fpd-functions.php on line 33
February 27, 2017 at 6:39 pm #264228r-a-y
KeymasterYou’ll have to debug this yourself as FPD is a premium plugin.
Turn WP’s debug mode on and see if any relevant debug notices are written:
https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUGFebruary 27, 2017 at 5:17 pm #264223r-a-y
KeymasterThis is a WordPress multisite issue. Use subdomain multisite and then look at various domain mapping plugins.
You should post on the wordpress.org support forums as you’ll likely get more eyes on this.
You might want to look into Mercator or the WPMU Domain Mapping plugin.
February 27, 2017 at 2:35 pm #264213In reply to: Choose categories or tags for activities
Henry Wright
ModeratorBuddyPress activity items aren’t WordPress posts so as far as I know you can’t associate categories or tags with them. However, activity items do have associated meta.
Take a look at these functions which will be useful to you:
bp_activity_add_meta() bp_activity_update_meta() bp_activity_get_meta() bp_activity_delete_meta()February 27, 2017 at 8:51 am #264203In reply to: Styling BuddyPress
danbp
ParticipantHi,
in brief: yes!
But it depends greatly of your CSS and design knowledge. Fortunately, you can access to the whole theme code used on buddypress.org, by clicking here.Official announcement of this was in 2014.
February 26, 2017 at 2:15 am #264181In reply to: Login with facebook/google+
psnation
ParticipantThere are quite a few social login plugins. I use WordPress Social Login. If you click Add New in plugins and search social login you’ll see quite a few.
February 26, 2017 at 1:57 am #264179In reply to: BuddyPress Newbie. Help needed on some issues
psnation
ParticipantI would suggest https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ to create your profile fields. There also conditional field plugins that would allow you to set up different fields to members and doctors.
February 25, 2017 at 8:13 pm #264170In reply to: Questions about media, profile photos, cover image.
mrjarbenne
ParticipantYou’ll need FTP access for that probably. These items are not stored in the Media Library. Avatars are stored in wp-content/uploads/avatars. RTmedia probably stores items in another directory in uploads (I’m not familiar with that plugin).
If you just need to ghost a few offensive users, perhaps a plugin like this, which allows you to impersonate the user, might help: https://wordpress.org/plugins/user-switching/
February 25, 2017 at 4:29 pm #264162In reply to: Buddypress with Genesis framework?
mrjarbenne
ParticipantI would suggest asking this question in the Studiopress forums. It could be that the Genesis Connect plugin was required before BP enhanced their theme compatibility. BP now works in any well designed WordPress Theme. You can read more about that here, along with instructions on building out your own child theme to tweak how BP renders within your selected theme:
February 25, 2017 at 3:57 pm #264158mrjarbenne
ParticipantHi Dee,
I would suggest that you download the plugin and give it a try. If you already have a WordPress install, there isn’t anything to “buy”.
Once you log in, the Main activity stream has a central area where users can post updates:
Allowing users to post media to the activity stream, rather than just text, is going to require an additional plugin. Although I don’t use it, this will do the trick: https://wordpress.org/plugins/buddypress-activity-plus/
Commenting on each other’s posts is there by design. If you go into Settings/Discussion you can set the Threaded Discussion depth in the same space you would manipulate this for blog posts.
Rating each other’s posts could be done with https://en-ca.wordpress.org/plugins/bp-reactions/
Allowing users to also post to the blog on the site (as well as the activity feed) will require you to elevate their permissions. By default, users who are Subscribers (WordPress Roles https://codex.wordpress.org/Roles_and_Capabilities) can post to the Activity Stream, but not to the blog post. If you promote them to Contributor, they can post articles to the blog post as well: given your wish to moderate those posts, you want Contributor rather than Author, so you can read the posts first before publishing. You can’t moderate the activity feed. Users can post there freely (like FB)
February 24, 2017 at 5:08 pm #264133In reply to: Show Active Directory Fields in profile
r-a-y
KeymasterFirst, you need to figure out how to fetch the Active Directory data for a user and how to display it. This isn’t dependent on BuddyPress.
Once, you’ve figured that out, you’ll need to hook into the BuddyPress profile template to add those fields.
If you are a WordPress developer, there are various hooks you could use. View the profile template:
https://buddypress.trac.wordpress.org/browser/tags/2.8.1/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.phpAnd hook into any of the
do_action()hooks to display your AD data. To get the current user’s ID on a profile page, usebp_displayed_user_id(). -
AuthorSearch Results
