Search Results for 'wordpress'
-
AuthorSearch Results
-
June 7, 2016 at 1:09 pm #254271
In reply to: [Resolved] Need to change profile fields colour
danbp
ParticipantBe carefull, it’s not recommanded to modify original files as they will be overwritten at next update. And you will have to redo all your customization.
Prefer best practice and use a child-theme, especially if you modify CSS.
June 7, 2016 at 1:04 pm #254270danbp
ParticipantProfile, groups and cover iages are in a custom path.
The complete directory when a user uploads an avatar is
/wp-content/uploads/avatars/35/where 35 is the user_id. Same architecture for groups and covers. So each user as only access to his avatar, and each group has only access to his logo or cover.Adding avatars in media library is not recommanded, as any author can access to such image. Aside, BP members are usually (except if you have a multi author blog) not going to media library to handle pictures.
And if you already googled a bit, ie. wordpress+change+avatar+upload+path, you may noticed that they are not much results.
June 7, 2016 at 10:49 am #254255In reply to: BuddyPress Emails Default Text
Paul Wong-Gibbs
KeymasterIt’s not really a Mailgun support problem. It’s just that BuddyPress requires a different email interface to what WordPress needs. I hope in time people will build these for BuddyPress, but for now, you’ll need a developer to build it out for you.
If you know PHP and the basics of how to build with WordPress, I can give you hints.
June 7, 2016 at 8:35 am #254250In reply to: BuddyPress Emails Default Text
Paul Wong-Gibbs
KeymasterUse the Repair Tools under wp-admin Tools > BuddyPress. There’s one to reinstall emails.
Emails not sending in HTML means you probably have some plugin active that redeclares the
wp_mailfunction — this doesn’t make sense to non-developers, I admit, but if you have any plugins that do things with emails for WordPress, that’s the likely candidate.June 7, 2016 at 7:42 am #254247In reply to: BuddyPress Emails Default Text
LavishDhand
ParticipantThank you very much 🙂 I installed BuddyPress on a fresh WordPress install and yes there are defaults emails available. Since there is no export / import option, I am copy pasting and creating them one by one on my production site.
For some reason, sent mails are not HTML. Only plain text mails are being sent. I will be thankful for any help on this too.
June 7, 2016 at 7:21 am #254245In reply to: BuddyPress Emails Default Text
Henry Wright
ModeratorI doubt you’ll find a folder with them in it; instead, they probably get added to the database as part of the BuddyPress install routine. Try installing BuddyPress on a fresh copy of WordPress to see if they suddenly show up.
June 7, 2016 at 7:18 am #254242In reply to: BuddyPress Emails Default Text
LavishDhand
ParticipantSo if they show by default, they should be the part of the zip bundle of BuddyPress? Should I try to find a folder in a fresh zip download from here? https://downloads.wordpress.org/plugin/buddypress.2.5.3.zip
June 7, 2016 at 7:00 am #254238In reply to: Register users for blog posts
sharmavishal
ParticipantI would like them to be able to Register as well as Log in using their Facebook account
use plugin wordpress social login..works like a charm
I want users to register for blogging
you want your users to blog from the bp frontend? if yes you need to use the following paid plugin
June 6, 2016 at 10:39 pm #254227In reply to: Recommend caching plugin for BP
r-a-y
KeymasterEarl – If you want to use W3 Total Cache’s page cache, but want to whitelist the registration and activation pages, you should be able to do that within W3TC.
This is an old guide that I found on Google to show you how to whitelist pages in W3TC:
https://www.itsupportguides.com/wordpress/w3-total-cache-how-to-exclude-posts-and-pages/For your needs, whitelist the
/register/and/activate/page slugs or whatever you have those slugs set to in BuddyPress.June 6, 2016 at 9:29 pm #254223In reply to: [Resolved] Videos from Posts in Activity Stream
danbp
ParticipantAs i already said: it’s not possible actually.
Perhaps in BP 2.6 (release: June 22, 2016)… See #6177 for more details.
Maybe @djpaul can tell you more about this.
June 6, 2016 at 7:24 pm #254218In reply to: [Resolved] Videos from Posts in Activity Stream
danbp
Participantwhen embeding a video into a blog post, and this video is a file (ie. xyz.mpeg) stored in the media library, WP build a link to this file. You can choose between url to file or url to an attachment.
The post is published and appears as excerpt in the site activity. The video is not visible and the link is inactive. That is how it is meant to work.
When you embed a video coming from one of the allowed online services, ie. youtube, WP create an iframe in which you see the video like you could see it on youtube.
When this type of post is on the site activity page, the video is visible. This video is also visible in the publish screen (in visual mode) of the post. That is how it is meant to work.If you publish a BP update via what’s new form and add a, ie. youtube video link, you’ll see the video in the activity stream.
On admin’s dashboard, the BP activity page doesn’t show the videos. That is how it is meant to work.
Hope it’s clear. 😉
June 6, 2016 at 6:53 pm #254214r-a-y
Keymaster@kalico – You should post your question on the CBOX forums:
If the problem is with Docs, do post a bug report here:
https://wordpress.org/support/plugin/buddypress-docsYou could also try upgrading to the latest version of BuddyPress Docs to see if that fixes your problem.
June 6, 2016 at 5:59 pm #254212In reply to: [Resolved] Videos from Posts in Activity Stream
ineedyou
ParticipantDear @danbp
My english is not good so i hope you are talking about my problem that buddypress display default wordpress post on activity stream with image or image + text… But when i add (attach isnert with url) embed video to post on backend admin side, buddypress do not display this video. Just display “Mrx wrote a new post, ABC (Post Title)”. if i click post title open in new window and i can see the embed video there…
Why my buddypress activity do not display embeded video post on activiy…Only text or image can be display…. All my WP and BP version latest, also test it default wordpress themes.
Very import for me… I am searching this topic last 7 days and askink forum but no reply…
Thanks…
June 6, 2016 at 1:52 pm #254195In reply to: [Resolved] Member review and rating
danbp
Participanthi captain Haddock, i’m not in charge of a plugin list. 🙂 And latest information about this missing page can be found here.
Actually, the only place to get a list of BP plugins is the WP repository.
If you don’t want to miss specifically imath’s plugins, you can subscibe to his twitter account(@imath), or for any other plugin author, a solution could be to subscribe to WP plugins feed.
https://wordpress.org/plugins/rssJune 6, 2016 at 12:51 pm #254190In reply to: Permalinks Problemes
danbp
ParticipantSeems not to be a BuddyPress question. BuddyPress doesn’t use categories. Permalink is a WordPress setting.
Avada is a premium theme framework. We have no acces to his code and can’t help you here. Check Avada support.
bbPress is a separate plugin. Check bbP support.
What could i do ?
– read the documentation
– review all your settings
– ask for help on the appropriate support forum.June 6, 2016 at 12:42 pm #254187In reply to: [Resolved] Member review and rating
danbp
ParticipantCheck these plugins, different purpose :
https://wordpress.org/plugins/bp-reactions/
https://wordpress.org/plugins/buddypress-profile-rating/
https://spoonjab.com/bp-wp-profile-reviews/ (premium, untested)
June 6, 2016 at 11:44 am #254183In reply to: Replicate data to another database
Paul Wong-Gibbs
KeymasterAs both sites are WordPress, you can, for example, share the
wp_userstable between separate WordPress installations, but all the BuddyPress profile data is stored in custom BuddyPress tables. The non-BuddyPress site will have no idea where or how to get the profile data from the BuddyPress-powered site.You could, for example, copy the database tables across each night to keep the non-BuddyPress site updated, but you’ll still end up running BuddyPress on the main site in order to have access to APIs to query/fetch/display that data. Again, you could write custom SQL to achieve this, but you’re digging yourself into a large hole.
I agree with the previous advice given 🙂
June 6, 2016 at 11:39 am #254182Paul Wong-Gibbs
KeymasterBuddyPress doesn’t support conditional profile fields (yet?). This is asked frequently but I can’t remember if anyone’s built a plugin that handles this. You might have to hack something together bespoke for your theme.
Regarding the second point, I’d recommend creating a custom field type, if you know PHP. It’s not too hard to do — I worked on this code a year or two ago, and it’s pretty easy to do now. You could look at https://en-gb.wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ for examples of how to add and register custom field types — specifically https://plugins.svn.wordpress.org/buddypress-xprofile-custom-fields-type/trunk/classes/Bxcft_Field_Type_SelectCustomPostType.php I think is a good example to work from as it displays custom post types in a list (you’d just query your custom table and pull in the values, wrap it in some caching, etc).
June 6, 2016 at 11:34 am #254180Paul Wong-Gibbs
KeymasterYou’re correct. The relevant function is messages_new_message(): https://buddypress.trac.wordpress.org/browser/trunk/src/bp-messages/bp-messages-functions.php#L130
You can set the
BP_ENABLE_USERNAME_COMPATIBILITY_MODEconstant to get BuddyPress to accept user_login values on the message compose screen rather than the user_nicename. See https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/ for how to set it, basically you add it to wp-config.php.BUT setting this will also change the member URLs. For example: example.com/members/user-nicename/ will become example.com/members/user-login/. If you choose to change this, at the very least, you will have to set up redirects manually so as to not harm SEO.
I think probably changing your modification to use the user_nicename will be best.
June 6, 2016 at 11:27 am #254179In reply to: Recommend caching plugin for BP
Paul Wong-Gibbs
KeymasterI can’t speak for all the BuddyPress development team but, personally, I would not recommend W3TC. There is a specific bug with its Object Caching implementation that breaks password resets on BuddyPress for some obscure reason we weren’t able to track down.
You need an Object Cache plugin, which will be backed by a Memcached or Redis instance, or something. If you’re using a great WordPress host rather than any old common host, like WP Engine or Pantheon or Siteground, they already have this infrastructure in place.
You could have a full-page cache, but be sure to only configure it to cache requests for logged-out users. You can imagine that if the majority of your traffic is from logged in, then having a cache for logged-out views isn’t going to have much impact.
June 6, 2016 at 7:44 am #254177In reply to: Display group name on message
danbp
ParticipantHi,
have you tested this plugin ?
https://wordpress.org/plugins/buddypress-group-email-subscription/ADMIN NOTIFICATION Group admins can send out an email to all group members from the group’s admin section. The email will be sent to all group members regardless of subscription status. This feature is helpful to quickly communicate to the whole group, but it should be used with caution.
June 6, 2016 at 5:42 am #254171In reply to: BP compatable youtube gallery plugin?
June 4, 2016 at 7:30 pm #254137danbp
ParticipantGive this a try: (add to bp-custom.php) 1) & 2):
function bpfr_hide_tabs() { global $bp; if ( bp_is_user() && !is_super_admin() ) { bp_core_remove_nav_item( 'notifications' ); bp_core_remove_subnav_item( 'messages', 'compose' ); } } add_action( 'bp_setup_nav', 'bpfr_hide_tabs', 15 );3) With BP and xprofile component activated, a user doesn’t need access to WP dashboard. He can change his profile credentials from front-end.
Easiest way would be to use this plugin.Retrieving them the possibility to change their email is anyway not a good idea. What happen when a user changed from yahoo to gmail, but can’t login because he lost his password ? Where will the new pwd be sent ?
Perhaps you have also to remove this from the BP usermenu on toolbar ?
Here’s how you can do it:function admin_bar_remove_this(){ global $wp_admin_bar; $wp_admin_bar->remove_node('my-account-messages-compose'); } add_action('wp_before_admin_bar_render','admin_bar_remove_this');June 4, 2016 at 7:20 pm #254136In reply to: private buddy press
cspub
Participanti installed it but seem to be having issues with the buddy press page members. the website folder that wordpress is installed in is members also. can i change the file name of the member’s page? i see where in settings to associate a page for member. but didn’t know if it caused other issues
June 4, 2016 at 4:43 pm #254131In reply to: private buddy press
shanebp
ModeratorWP users are BP users, except for the profile fields you add in wp-admin > Users > Profile Fields
For granular control of both WP and BP content re logged-in vs. not-logged-in, have you tried BP Simple Private ?
You can get it here: WP Repo – BP Simple Private
Or here: PhiloPress – BP Simple Private
-
AuthorSearch Results