Search Results for 'buddypress'
-
AuthorSearch Results
-
June 8, 2016 at 9:12 pm #254335
David Cavins
KeymasterHi Ben,
You are correct that it’s best to leave the bp stylesheet in place so that you get updates to that file. You can add a custom stylesheet, though, and increase the selector power of the rule, so that it overrides the bp.css rule, like
.site #buddypress #item-body { border-left: none; }Here’s the basic concept.
https://developer.mozilla.org/en-US/docs/Web/CSS/SpecificityAdding a stylesheet:
June 8, 2016 at 7:27 pm #254333In reply to: User Profile Control By Admin
danbp
ParticipantYou say nothing about how the administrator will give a score/badge!
Perhaps you could use one of these plugins ?https://fr.wordpress.org/plugins/badgeos-community-add-on/ + badgeOs
https://wordpress.org/plugins/buddypress-compliments/June 8, 2016 at 1:43 pm #254316In reply to: Recruitment site
Henry Wright
ModeratorFor a recruitment site, can buddy press have different account types for employers and employees?
Yes. Check out Member Types:
June 8, 2016 at 1:01 pm #254314GDU
ParticipantHey @danbp and thanks for your reply.
Yes I did, I’m having some dialogue with the WP job manager folks now (via their paid channels as I purchased a few of their premium add-ons also) but as their product was working fine (and I’ve been running it with no issues) until I switched buddypress on then they said that I should contact buddypress first.
I’ll have a play with the debugging option to see if this identifies anything ‘odd’ although to be honest I’m not 100% sure what I’m looking for.
Appreciate your pointers anyway Dan. Very much appreciated.
June 8, 2016 at 8:14 am #254313In reply to: How to make group avatars sharper
Henry Wright
ModeratorYou could be using the thumb sized avatar. Check your theme to make sure the full sized image is being used.
bp_core_fetch_avatar()is the function used by BuddyPress to display avatars but there’s alsoget_avatar()so check for that too (it’s a WordPress function).June 8, 2016 at 7:30 am #254311In reply to: How to make group avatars sharper
danbp
ParticipantSee here anything related to “avatar” inside BuddyPress.
June 8, 2016 at 7:27 am #254310danbp
Participantdid you asked on WP Job Manager support forum ? If you didn’t receive any response here, it’s probably because you’re on a BuddyPress forum.
Untill somebody use the same plugin with BP and know also the same issue, it’s better to ask first the authors of the plugin you try to integrate to BP.
Meanwhile, have you made some tests and tried to debug your install ?
June 7, 2016 at 2:45 pm #254282In reply to: [Resolved] Unable to active components in buddypress
tatufrancis
ParticipantThank you guys,
I deactivated all the plugins, and changed the theme to Twenty, then activated all the buddypress components, Now it works Perfectly FINE!!!! Now again switched back to Venedor theme !!! Happy coding Ninjas!! π
Thanks @danbp
June 7, 2016 at 12:21 pm #254259In reply to: [Resolved] Unable to active components in buddypress
sharmavishal
ParticipantDoes your theme support buddypress?
June 7, 2016 at 12:06 pm #254258In reply to: [Resolved] Videos from Posts in Activity Stream
ineedyou
ParticipantJune 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 9:05 am #254251ineedyou
ParticipantSorry my english, is topic about that you are publishing new post (wp default) or custom post type and adding embed video to this post but not display on buddypress activty? I am searching solution everywhere…
My Buddypress activity (and filter) show all kind post or cpt. BUt only text, text+image or text+featured image. Never show embed videos if added these post… Any solution did you find?
I am using latest BP, WP and other pluging. Also if i use default theme dont show still…
I reaaly need this solution. If no solution, do you have any idea, when activity will show “Mrx published new Food (my cpt), member will click Food link but will open popup or lightbox (you know rtmedia do this, if click image open lightbox).
Thanks..
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:07 am #254240In reply to: How to make group avatars sharper
Kookidooki
ParticipantHello I guess that I’ve found the culprit!
Go to your theme > buddypress > groups > groups-loop.php ; edit this file.
Search for:
“><?php bp_group_avatar( ‘type=full&width=80&height=80’ );
Change 80 into 150.
It works for a moment…. then it reverts back to the same situation. It’s still has the size 80x80px.
I’m missing something. What other files have to be changed?
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 7, 2016 at 5:37 am #254229In reply to: [Resolved] Unable to active components in buddypress
tatufrancis
ParticipantDear Dan,
I have Pretty permalinks activated, Created all the components, pages required.
Also updated theme with buddypress templates and buddypress.css also Still unable to activate all the components.
Regards,
Tatu
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:57 pm #254226In reply to: [Resolved] Videos from Posts in Activity Stream
ineedyou
Participant@danbp @djpaul
Sorry just trying to understand… I am taking your time…
Also, how can this extension’s add embed youtube (vimeo or soundclound) video to post (also custom post types) can display videos on buddypress activity?
http://tekanewascripts.com/vcextensionsJune 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 8:03 pm #254221In reply to: [Resolved] Videos from Posts in Activity Stream
ineedyou
ParticipantDear @danbp
Maybe i should explain more detail. And what i want to do…I really must solve this future of my project π Sorry long sentences really sorry
BP update via whatβs new form and add embed is working. No problem.
Our members can create new post (food) with toolset types on frontend. They can add image or video or custom fields. when anyone visit abc.com/foodarchive and click food 1 and open new window and Ok can see everything. At the moment, this published new post displaying on buddypress activity (also can added filter with bp-custom.php)… Buddypress activity display all kind food post body such as if there is only text show text, if there are text+image, ok BP activity show this also… At the moment, if only text and no image but author add featured image, well BP also show text+this featured image on activity stream… But never show video on activity stream if its in post body…I dont undestand (because i am copypaste coode user) how can BP update via add form can show embed video but not display video from custom post embed? No way to solve this?
Why? Because my member want to see video on activity stream before visit this post. BP just show MRx Published new Food..
If i use Visual composer (extension add on pluging) features add youtube video to post, yes this is showing embed video on buddypress activity.But this is problem because when anyone click bp show filter and turn back another filter (comment to post, or post to updates or group updates), visual composer short codes broken and display like this [vc]textblock[vc]. If refresh page, yes eveything normal, so my theme remove shortcodes from visual composer.
Thanks for giving your time…
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 6:00 pm #254213In reply to: [Resolved] Videos from Posts in Activity Stream
ineedyou
ParticipantIf i add URL to update side, its ok buddypress display on activity, but if this video on wp-post, dont display π
-
AuthorSearch Results