Search Results for 'buddypress'
-
AuthorSearch Results
-
October 17, 2013 at 4:56 am #172978
In reply to: Custom Template
@mercime
Participant@buddhatunes not familiar with how Buddyboss is wired. But it should follow template hierarchy supported of BP https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
October 17, 2013 at 1:24 am #172969In reply to: Installing on site
@mercime
Participant@hollyspress or check out documentation at https://codex.buddypress.org/getting-started/configure-components/
October 17, 2013 at 1:18 am #172968shanebp
ModeratorI can see why you’d look at bp-core-avatars functions.
But have you tried just replacing the avatar calls in templates with your own function?
You’ll have to hunt down the calls in several templates, but probably easier than messing with core-avatar filters given that you don’t want anything from bp avatar code anyway.
Try it in something like the members loop first:
Of course, in your theme, create an over-ride of the members-loop template first.
October 16, 2013 at 10:15 pm #172954In reply to: oEmbed needs line breaks?
Henry
MemberBuddyPress doesn’t rely on 3rd-party support as far as I know. oEmbed support is provided by WordPress.
Take YouTube for example. If you paste a YouTube video’s link into your blog post, your WordPress blog (the consumer) will make a request to YouTube (the provider). YouTube then responds with an oEmbed response. The HTML therefore gets pulled from the provider’s server.
That is how I understand the process to work. Hope it helps.
October 16, 2013 at 8:56 pm #172952In reply to: oEmbed needs line breaks?
Number_6
ParticipantHi @henrywright-1
I had no idea that Buddypress relied on any 3rd-party support.What I do know is that someone was nice enough on WP forums to write me up a plugin that adds wmode=”opaque” to the resulting Youtube embed codes – so I’d imagine there wouldn’t be much of a problem with BP’s oEmbed files from adding something on both ends of the resulting HTML.
October 16, 2013 at 6:18 pm #172947In reply to: Suffusion Theme Compatibility Problems
hughshields
ParticipantThanks for the reply. I did this already last night and tested Buddypress with the theme and none of the controls for Suffusion are working; formatting, layout, widgets…none of it works.
I also tested this out on another test site where the same thing happened. So it appears that Suffusion is not compatible with Buddypress.
I thought that with WordPress 3.6.1 template packs were going to be made obsolete. Does this not apply to Buddypress?
The solution is to install the Suffusion Buddypress Pack but this pack is outdated and doesnt appear to be getting any support. When I asked about missing template files they told me on the support forum that template packs were not needed. So I’m going in a circle 🙂
Any solutions or ideas welcome. Or maybe a recommendation for a better theme that works with Buddypress.October 16, 2013 at 6:06 pm #172946In reply to: [Resolved] Forum root returns my WP Archive page!
@mercime
ParticipantUnfortunately I couldn’t migrate bbpress to buddypress and so deleted bbpress (and my buddypress forums) to go for a fresh install.
No migration needed, both plugins work together https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
My issue is that when I navigate to the root forum directory it returns my WP archives page!
If you followed instructions from link above, what slug do you have for your forum archive? Did you create a page specifically with that slug for your forum index and added shortcodes to show all forums and/or topics
October 16, 2013 at 5:48 pm #172943In reply to: Suffusion Theme Compatibility Problems
@mercime
Participant@hughshields first thing, back up the theme folder in your server to your hard drive.
– Deactivate the Suffusion Template Pack plugin
– Delete the following folders, if any, from your Suffusion theme folder in server: /activity, /blogs, /forums, /groups, /members, and /registration
https://codex.buddypress.org/themes/theme-compatibility-1-7/bp-17-upgrading-template-packed-themes/October 16, 2013 at 5:37 pm #172941In reply to: BP site slow to load
@mercime
Participant@jf_trumpet Where are you hosted? BP can be sluggish on shared hosting plans.
October 16, 2013 at 5:00 pm #172938In reply to: Sidebar only on certain pages
o0S0o
ParticipantThanks. But I followed these instructions for copying the legacy buddypress templates to the deTube theme folder: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/#how-is-this-useful
The legacy templates don’t have the sidebar code in the index.php pages.
members/index.php
groups/index.php
activity/index.phpI know deTube is a premium theme, but with the link I posted, you’re supposed to be able to modify BP template files instead of WP page.php. I just can’t find the sidebar code.
More: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
October 16, 2013 at 3:55 am #172919In reply to: Favorites in Profile Activity
bp-help
Participant@carmeetsroad
Study the activity-loop.php:
Take note of the scope parameter. You can pass favorites as an argument like so:<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&scope=favorites' ) ) : ?>October 16, 2013 at 3:51 am #172918In reply to: Profanity Filter! Any suggestions?
ladydekade
ParticipantHeya!
Im open to paying for one, but I’m not sure if WebPurify will block swearwordzzz on the ACTIVYT (buddypress) as well as BBpress forums – do you know if it does?
Z
October 16, 2013 at 3:28 am #172915In reply to: New to BuddyPress – introductory questions
bp-help
Participant@jiminps
Even though the first question deals with bbPress the answer is it depends on what you mean by capabilities. You can can assign user roles like keymaster, moderator, participant, spectator, or blocked.
Yes, private messages can be sent and received. If you only want messages to be sent between a member and the admin that would require use of a plugin, or some custom code but it can be done!
Hope that answers your questions!October 16, 2013 at 12:39 am #172909In reply to: Custom Template
buddhatunes
ParticipantUsing a buddyboss child theme, custom page called “hosting”
tried content-buddypress.php but that affects all pages, just want to limit new template to “hosting” page
http://www.xxxxxx.com/hosting and http://www.xxxxxx.com/users/johnsmith use different templates but no difference
October 16, 2013 at 12:30 am #172907In reply to: Buddypress pages Blank
@mercime
Participant@sheratonwalls From what WP/BP version did you upgrade and to what WP/BP version? Theme used? Plugins activated? Have you tried changing to Twenty Twelve theme and deactivating all plugins except BuddyPress?
October 15, 2013 at 11:49 pm #172903In reply to: Activity Stream post voting/sorting
uabassguy
ParticipantOh wow, thank you so much @danbp, especially on the tutorial pdf! This all looks like very useful information. I’m relatively new to BuddyPress but I have a bit of Magento background, so I’m not afraid to write some code myself, just seeing if anything had already been made for this yet. Thanks again!
October 15, 2013 at 10:02 pm #172900danbp
ParticipantOctober 15, 2013 at 8:57 pm #172894In reply to: [Resolved] WordPress comments in Activity
danbp
Participanthi @trinzia,
don’t ask here about YOUR security settings ! We are not reading in chicken guts or in cristal bowls. 😉
Also, if you use BP 1.8+, a solution given over a year back cannot work (most of time)
See here an old discussion with a recent answer (2 mounth) – has patch.
But before to do something, check your WP settings if comments are allowed and/or if comments are allowed for your test post (sorry for this, but… nobody’s perfect ! 😀 )
Also, if you cheched site indexing by robots (settings > reading) it may be possible that the comments won’t show up on the activity wall.
Encountered this a few mounth back with bbPress forum answers on a bp 1.7/bbp 2.3 installOctober 15, 2013 at 8:36 pm #172893In reply to: Activity Stream post voting/sorting
danbp
ParticipantBP has no post, it’s WP. 😉
BP has no rating system, so you need to create it first or use a rating plugin for the blog posts. And probably the votes won’t show up in the activities. I’m afraid that what you want will need some custom coding. 😉Can’t help you more, but here are some usefull resource.
The codex Activity Loop page.
Some advice to modify the Activity
A detailed tutorial, by @imath
A configurable activity widget
October 15, 2013 at 8:23 pm #172892In reply to: [Resolved] WordPress comments in Activity
trinzia
ParticipantI tried this solution, with no effect:
https://buddypress.org/support/topic/resolved-wordpress-blog-comments-not-appearing-in-buddypress-activity-stream/Are my WP comments not appearing because my dev site is behind a password, or maybe because of our other security measures?
October 15, 2013 at 7:36 pm #172890trinzia
ParticipantI tried to do this. I created bp-custom.php, and placed it in plugins directory (not in plugins/buddypress). the function gets as far as //return $user_id, and will display it, but doesn’t seem to know what $update is.
<?php //Remove view button on status update function tty_activity_latest_update( $user_id = false ) { echo tty_get_activity_latest_update( $user_id ); } function tty_get_activity_latest_update( $user_id = false ) { global $bp; if ( !$user_id ) { $user_id = $bp->displayed_user->id; } //return $user_id; if ( !$update = get_usermeta( $user_id, 'bp_latest_update' ) ) { return false; } $latest_update = trim( strip_tags( $update ) ); return apply_filters( 'bp_get_activity_latest_update', $latest_update ); } ?>October 15, 2013 at 4:17 pm #172881In reply to: How do I get the user ID of an activity
danbp
ParticipantHi @leon-craggs
Be inspired by reading here:
BuddyPress Activity Shortcode: Embed BuddyPress Activities anywhere
and also here:
http://wpmu.org/how-to-customize-the-buddypress-activity-loop/and of course here:
October 15, 2013 at 3:59 pm #172878In reply to: Layout is to narrow
Hugo Ashmore
Participant@proculinar
Your theme sets a very narrow width for a generic instance of ‘article.post’ it later changes that to be wider if a single post or page class is on the body tag, this isn’t ideal!You will need to add a ruleset like this:
.buddypress article.post {width: 100%;}
Try and locate that after the other article.post rulesets which are somewhere around the approx lines 250 or thereabouts.
October 15, 2013 at 1:22 pm #172875In reply to: Use standard WordPress registration
starapple
ParticipantWill do, @Henry. The other bad news (for me) is that I disabled BuddyPress and tried the RegLevel plugin and found it’s not compatible with WP 3.6.1. But I’ll still try it in functions.php as I may get lucky and find a plugin that allows role level registration.
Thanks.
October 15, 2013 at 12:55 pm #172871In reply to: Use standard WordPress registration
starapple
Participant@Henry, thanks for your help. When I use the
firmasite_redirect_bp_signup_pagefunction I’m redirected to /wp-signup.php with the message about the loop. When I delete the function I’m redirected to the BuddyPress login/registration, which, on my site is /login. So yes, WP login is redirecting to the BddyPress login/registration.I haven’t been able to disable WP redirecting to BuddyPress.
-
AuthorSearch Results